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 (13.8%) to scientific vocabulary
Repository
A collection of R tools for fitting model results.
Basic Info
- Host: GitHub
- Owner: pik-piam
- License: lgpl-3.0
- Language: R
- Default Branch: master
- Size: 18.2 MB
Statistics
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
R emulator
R package remulator, version 1.22.0
Purpose and Functionality
A collection of R tools for fitting model results.
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("remulator")
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 vignettes describing the basic functionality of the package and how to use it. You can load them with the following command (the package needs to be installed):
r
vignette("magpie_emulator_for_remind") # How to produce bioenergy supply price curves for REMIND 3.0 using MAgPIE 5.0 (MAgPIE Emulator)
vignette("remulator") # Fitting curves to data (in magclass format) and plotting the curves to nice graphs and pdf
Questions / Problems
In case of questions / problems please contact David Klein dklein@pik-potsdam.de.
Citation
To cite package remulator in publications use:
Klein D (2023). remulator: R emulator. doi: 10.5281/zenodo.2546517 (URL: https://doi.org/10.5281/zenodo.2546517), R package version 1.22.0,
A BibTeX entry for LaTeX users is
latex
@Manual{,
title = {remulator: R emulator},
author = {David Klein},
year = {2023},
note = {R package version 1.22.0},
doi = {10.5281/zenodo.2546517},
url = {https://github.com/pik-piam/remulator},
}
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: 'remulator: R emulator' version: 1.22.0 date-released: '2023-10-19' abstract: A collection of R tools for fitting model results. authors: - family-names: Klein given-names: David email: dklein@pik-potsdam.de license: LGPL-3.0 repository-code: https://github.com/pik-piam/remulator doi: 10.5281/zenodo.2546517
GitHub Events
Total
Last Year
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| David Klein | d****n@p****e | 74 |
| Johannes Koch | j****h@p****e | 3 |
| Pascal Führlich | p****h@p****e | 3 |
| Gabriel Medeiros Abrahão | 3****o | 2 |
| Michaja Pehl | p****l@p****e | 2 |
| Jan Dietrich | d****h@p****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 2 years ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 14 days
- Total issue authors: 0
- Total 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: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: about 1 hour
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- gabriel-abrahao (1)
- 0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- R >= 2.10.0 depends
- ggplot2 * imports
- luplot * imports
- lusweave * imports
- madrat * imports
- magclass >= 4.40 imports
- magpie4 * imports
- methods * imports
- mip >= 0.97 imports
- covr * suggests
- knitr * suggests
- rmarkdown * suggests