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

Repository

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

README.md

madrat-based package providing core FAO-related preprocessing

functions

R package mrfaocore, version 1.4.0

CRAN status R build status codecov r-universe

Purpose and Functionality

This madrat-based package provides core FAO-related preprocessing functions.

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

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 David Chen david.chen@pik-potsdam.de.

Citation

To cite package mrfaocore in publications use:

Chen D, Kreidenweis U, Mishra A, Karstens K, Leon Bodirsky B, Leip D, Stevanovic M, Leon Bodrisky B, Klein D, Molina Bacca E (2025). "mrfaocore: madrat-based package providing core FAO-related preprocessing functions." Version: 1.4.0, https://github.com/pik-piam/mrfaocore.

A BibTeX entry for LaTeX users is

latex @Misc{, title = {mrfaocore: madrat-based package providing core FAO-related preprocessing functions}, author = {David Chen and Ulrich Kreidenweis and Abhijeet Mishra and Kristine Karstens and Benjamin {Leon Bodirsky} and Debbora Leip and Mishko Stevanovic and Benjamin {Leon Bodrisky} and David Klein and Edna {Molina Bacca}}, date = {2025-08-16}, year = {2025}, url = {https://github.com/pik-piam/mrfaocore}, note = {Version: 1.4.0}, }

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: |-
  mrfaocore: madrat-based package providing core FAO-related preprocessing
      functions
version: 1.4.0
date-released: '2025-08-15'
abstract: This madrat-based package provides core FAO-related preprocessing functions.
authors:
- family-names: Chen
  given-names: David
  email: david.chen@pik-potsdam.de
- family-names: Kreidenweis
  given-names: Ulrich
- family-names: Mishra
  given-names: Abhijeet
- family-names: Karstens
  given-names: Kristine
- family-names: Leon Bodirsky
  given-names: Benjamin
- family-names: Leip
  given-names: Debbora
- family-names: Stevanovic
  given-names: Mishko
- family-names: Leon Bodrisky
  given-names: Benjamin
- family-names: Klein
  given-names: David
- family-names: Molina Bacca
  given-names: Edna
license: LGPL-3.0
repository-code: https://github.com/pik-piam/mrfaocore

GitHub Events

Total
  • Delete event: 1
  • Issue comment event: 9
  • Push event: 7
  • Pull request review comment event: 20
  • Pull request review event: 12
  • Pull request event: 5
  • Fork event: 2
  • Create event: 1
Last Year
  • Delete event: 1
  • Issue comment event: 9
  • Push event: 7
  • Pull request review comment event: 20
  • Pull request review event: 12
  • Pull request event: 5
  • Fork event: 2
  • Create event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 month
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 2.33
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 0
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 month
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 2.33
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
  • caviddhen (2)
  • pre-commit-ci[bot] (1)
  • pascal-sauer (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/check.yaml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 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
  • R >= 2.10.0 depends
  • madrat >= 2.20.9 depends
  • magclass >= 3.17 depends
  • mrdrivers >= 1.0.0 depends
  • mstools * depends
  • GDPuc * imports
  • data.table * imports
  • dplyr * imports
  • tidyr * imports
  • withr * imports
  • XML * suggests
  • testthat * suggests