Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.6%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
tmap extension for sfnetworks
Basic Info
- Host: GitHub
- Owner: r-tmap
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://r-tmap.github.io/tmap.networks/
- Size: 17.5 MB
Statistics
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 2
- Releases: 0
Created almost 3 years ago
· Last pushed 11 months ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
editor_options:
chunk_output_type: console
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
out.width = "100%",
dpi = 300,
fig.width = 7.2916667,
comment = "#>",
fig.path = "man/figures/README-"
)
hook_output <- knitr::knit_hooks$get("output")
knitr::knit_hooks$set(output = function(x, options) {
lines <- options$output.lines
if (is.null(lines)) {
return(hook_output(x, options)) # pass to default hook
}
x <- unlist(strsplit(x, "\n"))
more <- "..."
if (length(lines)==1) { # first n lines
if (length(x) > lines) {
# truncate the output, but add ....
x <- c(head(x, lines), more)
}
} else {
x <- c(more, x[lines], more)
}
# paste these lines together
x <- paste(c(x, ""), collapse = "\n")
hook_output(x, options)
})
```
# tmap.networks: network layers in tmap
[](https://github.com/r-tmap/tmap/actions/workflows/R-CMD-check.yaml)
[](https://cran.r-project.org/package=tmap.networks)
[](https://cran.r-project.org/web/checks/check_results_tmap.networks.html)
[](https://www.r-pkg.org:443/pkg/tmap.networks)
[](https://www.gnu.org/licenses/gpl-3.0.html)
[](https://r-tmap.r-universe.dev/tmap.networks)
[tmap](https://r-tmap.github.io/tmap/) is a R package for visualizing spatial data. This package is an extension. It features native support for `sfnetwork` objects (from the package [sfnetworks](https://luukvdmeer.github.io/sfnetworks/index.html)), and features network specific layer functions
## Installation
Installation of **tmap.networks** is straightforward:
```{r eval=FALSE}
install.packages("tmap.networks")
```
## Development version
```{r eval=FALSE}
# install.packages("remotes")
remotes::install_github("r-tmap/tmap.networks")
# install.packages("pak")
pak::pak("r-tmap/tmap.networks")
# Or from r-universe
install.packages("tmap.networks", repos = c("https://r-tmap.r-universe.dev", "https://cloud.r-project.org"))
```
For the development version, it is also recommended to install the development version of [tmap](https://r-tmap.github.io/tmap/) as well.
Owner
- Name: r-tmap
- Login: r-tmap
- Kind: organization
- Website: https://r-tmap.github.io
- Repositories: 5
- Profile: https://github.com/r-tmap
GitHub Events
Total
- Issues event: 1
- Watch event: 3
- Issue comment event: 4
- Push event: 16
- Create event: 1
Last Year
- Issues event: 1
- Watch event: 3
- Issue comment event: 4
- Push event: 16
- Create event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| mtennekes | m****s@g****m | 13 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 1.5
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 1.5
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- mtennekes (1)
- agila5 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 410 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: tmap.networks
Extension to 'tmap' for Creating Network Visualizations
- Homepage: https://github.com/r-tmap/tmap.networks
- Documentation: http://cran.r-project.org/web/packages/tmap.networks/tmap.networks.pdf
- License: GPL-3
-
Latest release: 0.1
published about 1 year ago
Rankings
Dependent packages count: 26.4%
Dependent repos count: 32.5%
Average: 48.5%
Downloads: 86.7%
Maintainers (1)
Last synced:
11 months ago