gdx

R package | readGDX package for R

https://github.com/pik-piam/gdx

Science Score: 67.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
    Found 7 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

R package | readGDX package for R

Basic Info
  • Host: GitHub
  • Owner: pik-piam
  • License: other
  • Language: R
  • Default Branch: master
  • Size: 72.3 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 4
  • Open Issues: 2
  • Releases: 1
Created about 8 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

Interface package for GDX files in R

R package gdx, version 1.53.1

CRAN status DOI R build status codecov r-universe

Purpose and Functionality

A wrapper package for the gdxrrw extending its functionality and allowing to read and write GDX files directly in R.

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("gdx")

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

r update.packages()

Questions / Problems

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

Citation

To cite package gdx in publications use:

Dietrich J, Giannousakis A, Bonsch M (2024). gdx: Interface package for GDX files in R. doi: 10.5281/zenodo.1158598 (URL: https://doi.org/10.5281/zenodo.1158598), R package version 1.53.1, .

A BibTeX entry for LaTeX users is

latex @Manual{, title = {gdx: Interface package for GDX files in R}, author = {Jan Philipp Dietrich and Anastasis Giannousakis and Markus Bonsch Bonsch}, year = {2024}, note = {R package version 1.53.1}, doi = {10.5281/zenodo.1158598}, url = {https://github.com/pik-piam/gdx}, }

Owner

  • Name: Potsdam Integrated Assessment Modelling (PIAM)
  • Login: pik-piam
  • Kind: organization
  • Location: Potsdam Institute for Climate Impact Research (PIK), Germany

Tools developed for use with data and models related to PIK's research.

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: 'gdx: Interface package for GDX files in R'
version: 1.53.1
date-released: '2024-05-17'
abstract: A wrapper package for the gdxrrw extending its functionality and allowing
  to read and write GDX files directly in R.
authors:
- family-names: Dietrich
  given-names: Jan Philipp
  email: dietrich@pik-potsdam.de
  orcid: 0000-0002-4309-6431
  affiliation: Potsdam Institute for Climate Impact Research
- family-names: Giannousakis
  given-names: Anastasis
  email: giannou@pik-potsdam.de
- family-names: Bonsch
  given-names: Markus Bonsch
- family-names: Baumstark
  given-names: Lavinia Baumstark
  email: baumstark@pik-potsdam.de
  affiliation: Potsdam Institute for Climate Impact Research
license: BSD-2-Clause
keywords: tool
repository-code: https://github.com/pik-piam/gdx
doi: 10.5281/zenodo.1158598

GitHub Events

Total
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 1
  • Pull request event: 2
  • Create event: 1
Last Year
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 1
  • Pull request event: 2
  • Create event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 24
  • Total Committers: 4
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.417
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Jan Philipp Dietrich d****h@p****e 14
pfuehrlich-pik 8****k 8
Lavinia Baumstark b****k@p****m 1
Michaja Pehl p****l@p****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 2
  • Total pull requests: 4
  • Average time to close issues: about 13 hours
  • Average time to close pull requests: 22 days
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 3.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 3
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 month
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • 0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q (3)
Pull Request Authors
  • pre-commit-ci[bot] (5)
  • fbenke-pik (1)
  • joanna-sitarz (1)
  • 0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q (1)
  • pfuehrlich-pik (1)
Top Labels
Issue Labels
question (2) bug (1) enhancement (1)
Pull Request Labels
bug (1) enhancement (1)

Dependencies

DESCRIPTION cran
  • gdxrrw * depends
  • magclass >= 2.43 depends
  • covr * 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