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 (15.8%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
tmap extension package enabling glyphs
Basic Info
- Host: GitHub
- Owner: r-tmap
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://r-tmap.github.io/tmap.glyphs/
- Size: 9.36 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Created about 2 years ago
· Last pushed 10 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.glyphs: glyphs in tmap
[](https://github.com/r-tmap/tmap/actions/workflows/R-CMD-check.yaml)
[](https://cran.r-project.org/package=tmap.glyphs)
[](https://cran.r-project.org/web/checks/check_results_tmap.glyphs.html)
[](https://www.r-pkg.org:443/pkg/tmap.glyphs)
[](https://www.gnu.org/licenses/gpl-3.0.html)
[](https://r-tmap.r-universe.dev/tmap.glyphs)
Provides new layer functions for **tmap** to create various types of glyph maps. A glyph is a small chart (e.g., donut chart) shown at specific map locations to visualize multivariate or time-series data. The functions work with the syntax of **tmap** and allow flexible control over size, layout, and appearance.
## Installation
Installation of **tmap.glpyhs** is straightforward:
```{r eval=FALSE}
install.packages("tmap.glyphs")
```
### Development version
```{r eval=FALSE}
# install.packages("remotes")
remotes::install_github("r-tmap/tmap.glyphs")
# On Linux, with pak
# install.packages("pak")
pak::pak("r-tmap/tmap.glyphs")
# Or from r-universe
install.packages("tmap.glyphs", 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.
## Getting started
See https://r-tmap.github.io/tmap.glpyhs
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
- Issue comment event: 1
- Push event: 33
- Pull request event: 1
- Fork event: 1
Last Year
- Issue comment event: 1
- Push event: 33
- Pull request event: 1
- Fork event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| mtennekes | m****s@g****m | 31 |
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 24 days
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 24 days
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- PPaccioretti (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 499 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: tmap.glyphs
Extension to 'tmap' for Creating Glyphs
- Homepage: https://github.com/r-tmap/tmap.glyphs
- Documentation: http://cran.r-project.org/web/packages/tmap.glyphs/tmap.glyphs.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:
10 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.5.0 depends
- data.table * imports
- deckgl * imports
- tmap >= 3.99 imports