rmndt
Tools for data.table objects in the REMIND context. (Dis-)Aggregation, magpie conversion, interpolation etc.
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 (11.8%) to scientific vocabulary
Repository
Tools for data.table objects in the REMIND context. (Dis-)Aggregation, magpie conversion, interpolation etc.
Basic Info
- Host: GitHub
- Owner: pik-piam
- Language: R
- Default Branch: master
- Size: 152 KB
Statistics
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 2
- Releases: 0
Metadata Files
README.md
Tools for data.table objects in the REMIND context
R package rmndt, version 0.6.0
Purpose and Functionality
Helper functions for REMIND-related tasks with data.table objects, e.g., interpolation and (dis-)aggregation.
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("rmndt")
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 Alois Dirnaichner dirnaichner@pik-potsdam.de.
Citation
To cite package rmndt in publications use:
Dirnaichner A (2024). rmndt: Tools for data.table objects in the REMIND context. R package version 0.6.0.
A BibTeX entry for LaTeX users is
latex
@Manual{,
title = {rmndt: Tools for data.table objects in the REMIND context},
author = {Alois Dirnaichner},
year = {2024},
note = {R package version 0.6.0},
}
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: 'rmndt: Tools for data.table objects in the REMIND context' version: 0.6.0 date-released: '2024-04-18' abstract: Helper functions for REMIND-related tasks with data.table objects, e.g., interpolation and (dis-)aggregation. authors: - family-names: Dirnaichner given-names: Alois email: dirnaichner@pik-potsdam.de license: GPL-3.0
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Alois Dirnaichner | a****i@d****m | 33 |
| johannah-pik | 8****k | 5 |
| Alois Dirnaichner | a****r@p****e | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 2 years ago
All Time
- Total issues: 1
- Total pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: 13 minutes
- Total issue authors: 1
- Total pull request authors: 3
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- 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: 13 minutes
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
- johanneskoch94 (1)
Pull Request Authors
- pre-commit-ci[bot] (3)
- johannah-pik (3)
- Loisel (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- R >= 3.1 depends
- data.table >= 1.11.0 depends
- magclass * suggests
- testthat * suggests