gcamextractor

R package to extract and process GCAM data and manipulate into standardized tables.

https://github.com/jgcri/gcamextractor

Science Score: 28.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
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    3 of 6 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.7%) to scientific vocabulary
Last synced: 11 months ago · JSON representation ·

Repository

R package to extract and process GCAM data and manipulate into standardized tables.

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

README.md

docs build test_coverage codecov

Introduction

gcamextractor is an R package used to extract and process GCAM data and manipulate into standardized tables. gcamextractor converts GCAM outputs into commonly used units as well as aggregates across different classes and sectors for easy use in plots, maps and tables.


Citation

Khan, Z., Zhao, M., Wild, T., Vernon, C., 2022. gcamextractor - An R package to extract and process GCAM data into standardized tables and units. (In progress) Journal of Open Source Software, DOI: XXXX

Installation Guides

  1. Download and install:
- R (https://www.r-project.org/)
- R studio (https://www.rstudio.com/)
  1. Open R studio:

install.packages('devtools') devtools::install_github('JGCRI/gcamextractor')

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., Zhao, M., Wild, T., Vernon, C., 2022. gcamextractor: R package to extract and process GCAM data into standardized tables and units. (In progress) Journal of Open Source Software, DOI: XXXX


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

```
@article{khan2022gcamextractor,
  title={gcamextractor: An R package to extract and process GCAM data into standardized tables and units},
  author = {Zarrar Khan and Mengqi Zhao and Chris Vernon and Thomas Wild},
  year = {2022},
  note = {IN PROGRESS},
  url = {https://github.com/JGCRI/gcamextractor},
  journal={Journal of Open Source Software},
  doi = {xxx}
}
```

GitHub Events

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

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 157
  • Total Committers: 6
  • Avg Commits per committer: 26.167
  • Development Distribution Score (DDS): 0.446
Past Year
  • Commits: 76
  • Committers: 5
  • Avg Commits per committer: 15.2
  • Development Distribution Score (DDS): 0.474
Top Committers
Name Email Commits
= = 87
Taryn Waite t****7@g****m 26
Zarrar Khan z****n@p****v 20
leeyap l****r@p****v 13
Zarrar Khan k****n@g****m 8
Mengqi Zhao m****z@u****u 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 2 years ago

All Time
  • Total issues: 12
  • Total pull requests: 33
  • Average time to close issues: about 2 months
  • Average time to close pull requests: about 23 hours
  • Total issue authors: 4
  • Total pull request authors: 3
  • Average comments per issue: 0.25
  • Average comments per pull request: 0.0
  • Merged pull requests: 33
  • 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 3 hours
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • kmongird (9)
  • amnmalik (1)
  • zarrarkhan (1)
  • filofossati (1)
Pull Request Authors
  • zarrarkhan (20)
  • trwaite (11)
  • leeyap (2)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • XML * imports
  • dplyr * imports
  • kableExtra * imports
  • knitr * imports
  • magrittr * imports
  • markdown * imports
  • pander * imports
  • rgcam * imports
  • rlang * imports
  • rpackageutils * imports
  • rprojroot * imports
  • stringr * imports
  • tibble * imports
  • tidyr * imports
  • xfun * imports
  • zoo * imports
  • rmarkdown * suggests
  • testthat * 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
.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