limes

Contains the LIMES-specific routines for data and model output manipulation.

https://github.com/pik-piam/limes

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

Repository

Contains the LIMES-specific routines for data and model output manipulation.

Basic Info
  • Host: GitHub
  • Owner: pik-piam
  • Language: R
  • Default Branch: master
  • Size: 98.2 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 4
  • Open Issues: 0
  • Releases: 0
Created over 6 years ago · Last pushed 9 months ago
Metadata Files
Readme Citation

README.md

The liMES R package

R package limes, version 2.81.1

CRAN status R build status codecov r-universe

Purpose and Functionality

Contains the LIMES-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:

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

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 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):

r vignette("compareScenariosLimes") # compareScenariosLimes

Questions / Problems

In case of questions / problems please contact Sebastian Osorio sebastian.osorio@pik-potsdam.de.

Citation

To cite package limes in publications use:

Osorio S (2025). "limes: The liMES R package." Version: 2.81.1.

A BibTeX entry for LaTeX users is

latex @Misc{, title = {limes: The liMES R package}, author = {Sebastian Osorio}, date = {2025-08-06}, year = {2025}, note = {Version: 2.81.1}, }

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: 'limes: The liMES R package'
version: 2.81.1
date-released: '2025-08-06'
abstract: Contains the LIMES-specific routines for data and model output manipulation.
authors:
- family-names: Osorio
  given-names: Sebastian
  email: sebastian.osorio@pik-potsdam.de
license: LGPL-3.0

GitHub Events

Total
  • Push event: 20
Last Year
  • Push event: 20

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 341
  • Total Committers: 9
  • Avg Commits per committer: 37.889
  • Development Distribution Score (DDS): 0.604
Past Year
  • Commits: 127
  • Committers: 6
  • Avg Commits per committer: 21.167
  • Development Distribution Score (DDS): 0.205
Top Committers
Name Email Commits
sosorior s****o@p****e 135
sosorior o****o@p****e 107
Antoine Levesque l****e@p****e 50
Sebastian Osorio o****o@L****e 34
David Klein d****n@p****e 7
pre-commit-ci[bot] 6****] 4
giannou g****u@p****e 2
Michaja Pehl p****l@p****e 1
Pascal Führlich 8****k 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 29
  • Average time to close issues: N/A
  • Average time to close pull requests: 9 days
  • Total issue authors: 0
  • Total pull request authors: 4
  • Average comments per issue: 0
  • Average comments per pull request: 0.21
  • Merged pull requests: 26
  • Bot issues: 0
  • Bot pull requests: 5
Past Year
  • Issues: 0
  • Pull requests: 11
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 days
  • Issue authors: 0
  • Pull request authors: 4
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 10
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
Pull Request Authors
  • piklev (12)
  • sosorior (10)
  • pre-commit-ci[bot] (6)
  • dklein-pik (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/check.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • pat-s/always-upload-cache v3 composite
  • r-lib/actions/setup-pandoc v2 composite
DESCRIPTION cran
  • gdx >= 1.29 depends
  • magclass >= 3.37 depends
  • luscale * imports
  • rlang * imports
  • rmarkdown * imports
  • stringr * imports
  • utils * imports
  • yaml * imports
  • ymlthis * imports
  • covr * suggests
  • gdxrrw * suggests
  • knitr * suggests
  • testthat * suggests