remind
A numerical model that represents the future evolution of the world economies with a special focus on the development of the energy sector and the implications for our world climate.
https://github.com/pik-piam/remind
Category: Climate Change
Sub Category: Integrated Assessment and Climate Policy
Keywords from Contributors
gams land magpie pik
Last synced: about 4 hours ago
JSON representation
Repository metadata
Contains the REMIND-specific routines for data and model output manipulation.
- Host: GitHub
- URL: https://github.com/pik-piam/remind
- Owner: pik-piam
- Archived: true
- Created: 2019-07-23T15:11:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T10:18:41.000Z (over 3 years ago)
- Last Synced: 2024-10-29T19:43:15.795Z (6 months ago)
- Language: R
- Homepage:
- Size: 15.7 MB
- Stars: 3
- Watchers: 3
- Forks: 18
- Open Issues: 13
- Releases: 0
-
Metadata Files:
- Readme: README.md
README.md
The REMIND R Package
R package remind, version 36.185.2
Purpose and Functionality
Contains the REMIND-specific routines for data and model output manipulation.
Installation
For installation of the most recent package version an additional repository has to be added in 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
:
install.packages("remind")
Package updates can be installed using update.packages
(make sure that the additional repository has been added before running that command):
update.packages()
Tutorial
The package comes with a vignette describing the basic functionality of the package and how to use it. You can load it with the following command (the package needs to be installed):
vignette("remind_summary") # Adding plots to the REMIND_summary.pdf
Questions / Problems
In case of questions / problems please contact Anastasis Giannousakis [email protected].
Citation
To cite package remind in publications use:
Giannousakis A, Pehl M (2021). remind: The REMIND R Package. R package version 36.185.2.
A BibTeX entry for LaTeX users is
@Manual{,
title = {remind: The REMIND R Package},
author = {Anastasis Giannousakis and Michaja Pehl},
year = {2021},
note = {R package version 36.185.2},
}
Owner metadata
- Name: Potsdam Integrated Assessment Modelling (PIAM)
- Login: pik-piam
- Email:
- Kind: organization
- Description: Tools developed for use with data and models related to PIK's research.
- Website: https://www.pik-potsdam.de/
- Location: Potsdam Institute for Climate Impact Research (PIK), Germany
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/29039634?v=4
- Repositories: 50
- Last ynced at: 2023-02-27T11:50:27.848Z
- Profile URL: https://github.com/pik-piam
GitHub Events
Total
Last Year
Committers metadata
Last synced: 7 days ago
Total Commits: 316
Total Committers: 23
Avg Commits per committer: 13.739
Development Distribution Score (DDS): 0.696
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Alois Dirnaichner | a****i@d****m | 96 |
Michaja Pehl | p****l@p****e | 48 |
Felix Schreyer | s****r@p****e | 47 |
schreyer | f****r@p****e | 25 |
giannou | g****u@p****e | 15 |
Marianna Rottoli | r****i@p****e | 14 |
amnmalik | a****k@p****e | 13 |
Antoine Levesque | l****e@p****e | 10 |
Johannes Koch | j****h@p****e | 9 |
MariannaR | m****i@m****t | 6 |
David Klein | d****n@p****e | 5 |
Falk Benke | b****e@p****e | 4 |
Jan Philipp Dietrich | d****h@p****e | 4 |
Pascal Führlich | p****h@p****e | 4 |
Leon Merfort | m****t@p****e | 3 |
Lavinia Baumstark | b****k@p****e | 3 |
Alois Dirnaichner | a****r@p****e | 2 |
Steve Bi | s****i@p****e | 2 |
made | s****e@g****m | 2 |
Bjoern Soergel | 1****8 | 1 |
hilaire | h****e@p****e | 1 |
strefler | s****r@p****e | 1 |
Jessica Strefler | s****r@L****e | 1 |
Committer domains:
- pik-potsdam.de: 18
- lt691.pik-potsdam.de: 1
- mail.polimi.it: 1
- directbox.com: 1
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 34
Total pull requests: 101
Average time to close issues: about 1 month
Average time to close pull requests: 1 day
Total issue authors: 8
Total pull request authors: 12
Average comments per issue: 2.35
Average comments per pull request: 0.65
Merged pull request: 93
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- 0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q (13)
- Loisel (9)
- amnmalik (4)
- giannou (4)
- johanneskoch94 (1)
- piklev (1)
- gunnar-pik (1)
- robertpietzcker (1)
Top Pull Request Authors
- Loisel (44)
- fschreyer (22)
- MariannaR (13)
- giannou (4)
- 0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q (4)
- fbenke-pik (4)
- amnmalik (2)
- piklev (2)
- pfuehrlich-pik (2)
- merfort (2)
- bs538 (1)
- jhilaire (1)
Top Issue Labels
- bug (18)
- enhancement (6)
- minor (2)
- help wanted (1)
- documentation (1)
Top Pull Request Labels
Dependencies
- gdx >= 1.29 depends
- magclass >= 3.37 depends
- RColorBrewer * imports
- abind * imports
- data.table * imports
- dplyr * imports
- flexdashboard * imports
- gdxdt * imports
- gdxrrw * imports
- ggplot2 * imports
- highcharter * imports
- iamc * imports
- knitr * imports
- lubridate * imports
- lucode2 * imports
- luplot * imports
- luscale * imports
- lusweave * imports
- madrat * imports
- mip * imports
- plotly * imports
- quitte * imports
- readr * imports
- remulator * imports
- reshape2 * imports
- rlang * imports
- rmarkdown * imports
- rmndt * imports
- scales * imports
- tidyr * imports
- zoo * imports
- sr15data * suggests
- testthat * suggests
Score: 5.908082938168931