rchart

Comprehensive charting package to plot and compare data across scenarios, regions, sectors and time periods.

https://github.com/jgcri/rchart

Science Score: 62.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    3 of 5 committers (60.0%) from academic institutions
  • Institutional organization owner
    Organization jgcri has institutional domain (www.pnnl.gov)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.2%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Comprehensive charting package to plot and compare data across scenarios, regions, sectors and time periods.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 5
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created over 4 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.md

Introduction

rchart Comprehensive charting package to plot and compare data across scenarios, regions, sectors and time periods.


https://jgcri.github.io/rchart/articles/vignette_userguide.html https://jgcri.github.io/rchart/cheatsheet.pdf

Citation

Khan, Z., Waite, T., Zhao, M., Wild, T., Pressburger, L., Vernon, C., 2022. rchart - An R package to plot and compare data in charts across scenarios, regions, sectors and time periods. (In progress) Journal of Open Source Software, DOI: XXXX

Installation Guide

  1. Download and install:

    • R (https://www.r-project.org/)
    • R studio (https://www.rstudio.com/) (Optional)
  2. In R or R studio: r install.packages("devtools") devtools::install_github("JGCRI/rchart")

r install.packages("devtools") devtools::install_github("JGCRI/rchart")

Additional steps for UBUNTU from a terminal sudo add-apt-repository ppa:ubuntugis/ppa sudo apt-get update sudo apt-get install -y libcurl4-openssl-dev libssl-dev libxml2-dev libudunits2-dev libproj-dev libavfilter-dev libmagick++-dev

Additional steps for MACOSX from a terminal brew install pkg-config brew install imagemagick@6

Related Publications

  • Khan, Z., Wild, T., Carrazzone, M.E.S., Gaudioso, R., Mascari, M.P., Bianchi, F., Weinstein, F., Pérez, F., Pérez, W., Miralles-Wilhelm, F. and Clarke, L., 2020. Integrated energy-water-land nexus planning to guide national policy: an example from Uruguay. Environmental Research Letters. DOI: https://doi.org/10.1088/1748-9326/ab9389

  • Khan, Z., Wild, T., Vernon, C., Miller, A., Hejazi, M., Clarke, L., Miralles-Wilhelm, F., Castillo, R.M., Moreda, F., Bereslawski, J.L., Suriano, M. and Casado, J., 2020. Metis – A Tool to Harmonize and Analyze Multi-Sectoral Data and Linkages at Variable Spatial Scales. Journal of Open Research Software, 8(1), p.10. DOI: http://doi.org/10.5334/jors.292

Owner

  • Name: Joint Global Change Research Institute
  • Login: JGCRI
  • Kind: organization
  • Location: College Park, MD, USA

Advancing fundamental understanding of human and Earth systems

Citation (CITATION.md)

<!-------------------------->
<!-------------------------->
# Citation
<!-------------------------->
<!-------------------------->

Khan, Z., Waite, T.R., Pressburger, L., Zhao, M., Vernon, C., 2022. rchart: An R package to plot and compare data in charts across scenarios, regions, sectors and time periods. (In-Prep) Journal of Open Source Software, DOI: XXXX


<!-------------------------->
<!-------------------------->
# BibText
<!-------------------------->
<!-------------------------->

```
@article{khan2022rmap,
  title={rchart: An R package to plot and compare data in charts across scenarios, regions, sectors and time periods.},
  author = {Zarrar Khan and Mengqi Zhao and Chris Vernon and Thomas Wild},
  year = {2022},
  note = {In-Prep},
  url = {https://github.com/JGCRI/rmap},
  doi = {xxx},
  journal={Journal of Open Source Software}
}
```

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 120
  • Total Committers: 5
  • Avg Commits per committer: 24.0
  • Development Distribution Score (DDS): 0.683
Past Year
  • Commits: 27
  • Committers: 4
  • Avg Commits per committer: 6.75
  • Development Distribution Score (DDS): 0.481
Top Committers
Name Email Commits
Zarrar Khan z****n@p****v 38
leeyap l****r@p****v 37
Taryn Waite t****7@g****m 24
Zarrar Khan k****n@g****m 15
Mengqi Zhao m****z@u****u 6
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 1
  • Total pull requests: 19
  • Average time to close issues: N/A
  • Average time to close pull requests: about 8 hours
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.11
  • Merged pull requests: 18
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 7
  • Average time to close issues: N/A
  • Average time to close pull requests: about 6 hours
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.29
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • zarrarkhan (1)
Pull Request Authors
  • trwaite (16)
  • mengqi-z (2)
  • evasinha (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • RColorBrewer * imports
  • broom * imports
  • cowplot * imports
  • data.table * imports
  • dplyr * imports
  • ggplot2 * imports
  • ggrepel * imports
  • grDevices * imports
  • graphics * imports
  • jgcricolors * imports
  • magick * imports
  • magrittr * imports
  • markdown * imports
  • purrr * imports
  • rlang * imports
  • scales * imports
  • stringr * imports
  • tibble * imports
  • tidyr * imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests
.github/workflows/build.yml actions
  • actions/cache v1 composite
  • actions/checkout v1 composite
  • r-lib/actions/setup-pandoc v2-branch composite
  • r-lib/actions/setup-r v2-branch composite
  • r-lib/actions/setup-tinytex v2-branch composite
.github/workflows/docs.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite
  • stefanzweifel/git-auto-commit-action v4 composite
.github/workflows/test_coverage.yml actions
  • actions/cache v1 composite
  • actions/checkout v1 composite
  • r-lib/actions/setup-pandoc v2-branch composite
  • r-lib/actions/setup-r v2-branch composite
  • r-lib/actions/setup-tinytex v2-branch composite