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 (11.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: pik-piam
  • Language: R
  • Default Branch: main
  • Size: 51.8 KB
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 2
  • Open Issues: 1
  • Releases: 0
Created almost 2 years ago · Last pushed 8 months ago
Metadata Files
Readme Citation

README.md

REMIND integration of IIASA's climate-assessment package

R package remindClimateAssessment, version 0.0.11

CRAN status R build status codecov r-universe

Purpose and Functionality

The REMIND integration of IIASA's climate-assessment provides a standardized interface to simple climate models such as MAGICC7.

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("remindClimateAssessment")

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 Tonn Rüter tonn.rueter@pik-potsdam.de.

Citation

To cite package remindClimateAssessment in publications use:

Rüter T (2025). "remindClimateAssessment: REMIND integration of IIASA's climate-assessment package." Version: 0.0.11, https://github.com/pik-piam/remindClimateAssessment.

A BibTeX entry for LaTeX users is

latex @Misc{, title = {remindClimateAssessment: REMIND integration of IIASA's `climate-assessment` package}, author = {Tonn Rüter}, date = {2025-07-03}, year = {2025}, url = {https://github.com/pik-piam/remindClimateAssessment}, note = {Version: 0.0.11}, }

Owner

  • Name: Potsdam Integrated Assessment Modelling (PIAM)
  • Login: pik-piam
  • Kind: organization
  • Location: Potsdam Institute for Climate Impact Research (PIK), Germany

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: 'remindClimateAssessment: REMIND integration of IIASA''s `climate-assessment`
  package'
version: 0.0.11
date-released: '2025-07-03'
abstract: The REMIND integration of IIASA's `climate-assessment` provides a standardized
  interface to simple climate models such as MAGICC7.
authors:
- family-names: Rüter
  given-names: Tonn
  email: tonn.rueter@pik-potsdam.de
license: LGPL-3.0
repository-code: https://github.com/pik-piam/remindClimateAssessment

GitHub Events

Total
  • Push event: 11
  • Pull request review event: 1
  • Pull request event: 5
Last Year
  • Push event: 11
  • Pull request review event: 1
  • Pull request event: 5

Dependencies

.github/workflows/check.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • testthat * suggests