iamc

R package to work with IAMC-format data

https://github.com/iamconsortium/iamc

Science Score: 44.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
    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.4%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

R package to work with IAMC-format data

Basic Info
  • Host: GitHub
  • Owner: IAMconsortium
  • License: other
  • Language: R
  • Default Branch: master
  • Size: 1.07 MB
Statistics
  • Stars: 13
  • Watchers: 7
  • Forks: 10
  • Open Issues: 3
  • Releases: 0
Created almost 9 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.md

IAMC Tools

R package iamc, version 0.29.8

CRAN status R build status codecov r-universe

Purpose and Functionality

A collection of R tools provided by the Integrated Assessment Modeling Consortium (IAMC) for data analysis and diagnostics.

Installation

For installation of the most recent package version an additional repository has to be added in R:

r options(repos = c(CRAN = "@CRAN@", pik = "https://rse.pik-potsdam.de/r/packages")) The additional repository can be made available permanently by adding the line above to a file called .Rprofile stored in the home folder of your system (Sys.glob("~") in R returns the home directory).

After that the most recent version of the package can be installed using install.packages:

r install.packages("iamc")

Package updates can be installed using update.packages (make sure that the additional repository has been added before running that command):

r update.packages()

Tutorial

The package comes with a vignette describing the basic functionality of the package and how to use it. You can load it with the following command (the package needs to be installed):

r vignette("iamc") # Using and adding IAMC data checks

Questions / Problems

In case of questions / problems please contact Jan Philipp Dietrich dietrich@pik-potsdam.de.

Citation

To cite package iamc in publications use:

Dietrich J, Auer C, Giannousakis A, Bertram C, Benke F, Humpenoeder F, Baumstark L (2023). iamc: IAMC Tools. R package version 0.29.8.

A BibTeX entry for LaTeX users is

latex @Manual{, title = {iamc: IAMC Tools}, author = {Jan Philipp Dietrich and Cornelia Auer and Anastasis Giannousakis and Christoph Bertram and Falk Benke and Florian Humpenoeder and Lavinia Baumstark}, year = {2023}, note = {R package version 0.29.8}, }

Owner

  • Name: Integrated Assessment Modeling Consortium (IAMC)
  • Login: IAMconsortium
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use this software, please cite it using the metadata from this file.
type: software
title: 'iamc: IAMC Tools'
version: 0.29.8
date-released: '2023-07-06'
abstract: A collection of R tools provided by the Integrated Assessment Modeling Consortium
  (IAMC) for data analysis and diagnostics.
authors:
- family-names: Dietrich
  given-names: Jan Philipp
  email: dietrich@pik-potsdam.de
- family-names: Auer
  given-names: Cornelia
- family-names: Giannousakis
  given-names: Anastasis
- family-names: Bertram
  given-names: Christoph
- family-names: Benke
  given-names: Falk
- family-names: Humpenoeder
  given-names: Florian
- family-names: Baumstark
  given-names: Lavinia
license: MIT

GitHub Events

Total
Last Year

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 107
  • Total Committers: 13
  • Avg Commits per committer: 8.231
  • Development Distribution Score (DDS): 0.673
Past Year
  • Commits: 4
  • Committers: 2
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
Cornelia Auer c****r@p****e 35
Jan Dietrich d****h@p****e 35
Lavinia Baumstark b****k@p****m 11
Benjamin Leon Bodirsky b****y@p****e 5
David Klein d****n@p****e 4
florianh h****r@p****e 4
orichters o****r@p****e 3
Alois Dirnaichner a****i@d****m 3
Anastasis Giannousakis g****s@e****m 2
Falk Benke b****e@p****e 2
giannou g****u@p****e 1
Antoine Levesque l****e@p****e 1
Daniel Huppmann dh@d****t 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 3
  • Total pull requests: 17
  • Average time to close issues: over 1 year
  • Average time to close pull requests: about 17 hours
  • Total issue authors: 2
  • Total pull request authors: 7
  • Average comments per issue: 0.33
  • Average comments per pull request: 0.24
  • Merged pull requests: 15
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 36 minutes
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.67
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • lolow (2)
  • 0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q (1)
Pull Request Authors
  • fbenke-pik (3)
  • flohump (3)
  • Loisel (3)
  • orichters (3)
  • bodirsky (2)
  • giannou (2)
  • FelicitasBeier (1)
Top Labels
Issue Labels
bug (1)
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 2.10.0 depends
  • dplyr * imports
  • lusweave * imports
  • magclass >= 4.40 imports
  • methods * imports
  • mip >= 0.97 imports
  • quitte >= 0.3066 imports
  • readxl * imports
  • reshape2 * imports
  • utils * imports
  • writexl * imports
  • covr * suggests
  • knitr * suggests
  • rmarkdown * suggests
.github/workflows/lucode2-check.yaml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • pat-s/always-upload-cache v3 composite
  • r-lib/actions/setup-pandoc v1 composite