tmap.glyphs

tmap extension package enabling glyphs

https://github.com/r-tmap/tmap.glyphs

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
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 


[![R-CMD-check](https://github.com/r-tmap/tmap.glyphs/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-tmap/tmap/actions/workflows/R-CMD-check.yaml)
[![CRAN](https://www.r-pkg.org/badges/version/tmap.glyphs)](https://cran.r-project.org/package=tmap.glyphs) 
[![CRAN checks](https://cranchecks.info/badges/worst/tmap.glyphs)](https://cran.r-project.org/web/checks/check_results_tmap.glyphs.html)
[![Downloads](https://cranlogs.r-pkg.org/badges/tmap.glyphs?color=brightgreen)](https://www.r-pkg.org:443/pkg/tmap.glyphs)
[![License](https://img.shields.io/badge/License-GPL%20v3-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-3.0.html)
[![r-universe](https://r-tmap.r-universe.dev/badges/tmap.glyphs)](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

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

All Time
  • Total Commits: 31
  • Total Committers: 1
  • Avg Commits per committer: 31.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 30
  • Committers: 1
  • Avg Commits per committer: 30.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 499 Last month
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