blackmagicc
Generate warming pathways using MAGICC for your MAgPIE runs using reference REMIND emissions
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.7%) to scientific vocabulary
Repository
Generate warming pathways using MAGICC for your MAgPIE runs using reference REMIND emissions
Basic Info
- Host: GitHub
- Owner: pik-piam
- License: other
- Language: R
- Default Branch: main
- Size: 114 KB
Statistics
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
MAgPIE-MAGICC Integration
R package blackmagicc, version 0.7.1
Purpose and Functionality
Enables MAgPIE runs to project global surface area temperatures with MAGICC, using reference REMIND scenarios to represent emissions from the energy sector.
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("blackmagicc")
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 Michael Crawford crawford@pik-potsdam.de.
Citation
To cite package blackmagicc in publications use:
Crawford M (2024). blackmagicc: MAgPIE-MAGICC Integration. R package version 0.7.1.
A BibTeX entry for LaTeX users is
latex
@Manual{,
title = {blackmagicc: MAgPIE-MAGICC Integration},
author = {Michael Crawford},
year = {2024},
note = {R package version 0.7.1},
}
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: 'blackmagicc: MAgPIE-MAGICC Integration' version: 0.7.1 date-released: '2024-07-05' abstract: Enables MAgPIE runs to project global surface area temperatures with MAGICC, using reference REMIND scenarios to represent emissions from the energy sector. authors: - family-names: Crawford given-names: Michael email: crawford@pik-potsdam.de license: BSD-2-Clause
GitHub Events
Total
- Watch event: 1
- Push event: 1
Last Year
- Watch event: 1
- Push event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Michael Crawford | m****r@g****m | 16 |
Issues and Pull Requests
Last synced: over 2 years ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total 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
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- 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
Pull Request Authors
- pre-commit-ci[bot] (3)
- mscrawford (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- R >= 3.6.3.0 depends
- dplyr * imports
- gms * imports
- magclass * imports
- purrr * imports
- quitte * imports
- readr * imports
- rlang * imports
- stringr * imports
- tidyr * imports
- utils * imports
- withr * imports
- covr * suggests
- testthat * suggests
- actions/checkout v3 composite
- actions/setup-python v4 composite
- pat-s/always-upload-cache v3 composite
- r-lib/actions/setup-pandoc v2 composite