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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: pik-piam
- License: other
- Language: R
- Default Branch: main
- Size: 64.5 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
Interface package for GDX files in R
R package gdx2, version 0.3.3
Purpose and Functionality
A wrapper package for the gamstransfer package extending its functionality and allowing to read GDX files directly in R. It is emulating the basic features of the readGDX function in the gdx package but now based on gamstransfer instead of gdxrrw which served as a basis for gdx.
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("gdx2")
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 gdx2 in publications use:
Dietrich J (2025). "gdx2: Interface package for GDX files in R." Version: 0.3.3, https://github.com/pik-piam/gdx2.
A BibTeX entry for LaTeX users is
latex
@Misc{,
title = {gdx2: Interface package for GDX files in R},
author = {Jan Philipp Dietrich},
date = {2025-07-03},
year = {2025},
url = {https://github.com/pik-piam/gdx2},
note = {Version: 0.3.3},
}
Owner
- Name: Potsdam Integrated Assessment Modelling (PIAM)
- Login: pik-piam
- Kind: organization
- Location: Potsdam Institute for Climate Impact Research (PIK), Germany
- Website: https://www.pik-potsdam.de/
- Repositories: 50
- Profile: https://github.com/pik-piam
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: 'gdx2: Interface package for GDX files in R' version: 0.3.3 date-released: '2025-07-03' abstract: A wrapper package for the gamstransfer package extending its functionality and allowing to read GDX files directly in R. It is emulating the basic features of the readGDX function in the gdx package but now based on gamstransfer instead of gdxrrw which served as a basis for gdx. authors: - family-names: Dietrich given-names: Jan Philipp email: dietrich@pik-potsdam.de orcid: https://orcid.org/0000-0002-4309-6431 affiliation: Potsdam Institute for Climate Impact Research license: BSD-2-Clause keywords: - tool repository-code: https://github.com/pik-piam/gdx2
GitHub Events
Total
- Push event: 1
- Pull request review event: 1
- Pull request review comment event: 2
- Pull request event: 4
- Create event: 1
Last Year
- Push event: 1
- Pull request review event: 1
- Pull request review comment event: 2
- Pull request event: 4
- Create event: 1
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 24 minutes
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 24 minutes
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
- georg-schroeter (2)
- pre-commit-ci[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v4 composite
- actions/setup-python v5 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- gamstransfer * imports
- magclass >= 6.0 imports
- covr * suggests