From 88932658f90538cb0d6fdce793986aafc9215e8a Mon Sep 17 00:00:00 2001 From: bodirsky Date: Fri, 9 Feb 2024 14:19:21 +0100 Subject: [PATCH] typo in reporting name --- .buildlibrary | 2 +- CITATION.cff | 2 +- DESCRIPTION | 2 +- R/calcValidYield.R | 4 ++-- README.md | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.buildlibrary b/.buildlibrary index 713b751..86f0c95 100644 --- a/.buildlibrary +++ b/.buildlibrary @@ -1,4 +1,4 @@ -ValidationKey: '50511672' +ValidationKey: '50531434' AutocreateReadme: yes AcceptedWarnings: - 'Warning: package ''.*'' was built under R version' diff --git a/CITATION.cff b/CITATION.cff index c069528..fc3a53e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,7 +2,7 @@ cff-version: 1.2.0 message: If you use this software, please cite it using the metadata from this file. type: software title: 'mrvalidation: madrat data preparation for validation purposes' -version: 2.55.6 +version: 2.55.7 date-released: '2024-02-09' abstract: Package contains routines to prepare data for validation exercises. authors: diff --git a/DESCRIPTION b/DESCRIPTION index 5f17d51..1a9c9a1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: mrvalidation Title: madrat data preparation for validation purposes -Version: 2.55.6 +Version: 2.55.7 Date: 2024-02-09 Authors@R: c( person("Benjamin Leon", "Bodirsky", , "bodirsky@pik-potsdam.de", role = c("aut", "cre")), diff --git a/R/calcValidYield.R b/R/calcValidYield.R index 8584833..f285d30 100644 --- a/R/calcValidYield.R +++ b/R/calcValidYield.R @@ -113,7 +113,7 @@ calcValidYield <- function(datasource = "FAO", future = NULL) { "pasture") area <- mbind(croparea[, getYears(pastarea), ], pastarea) area <- summationhelper(reporthelper(area, - level_zero_name = "Productivity|Yield by phyiscal area")) + level_zero_name = "Productivity|Yield by physical area")) # Calculate production histproduction <- calcOutput("FAOmassbalance", aggregate = FALSE) @@ -129,7 +129,7 @@ calcValidYield <- function(datasource = "FAO", future = NULL) { # Calculate Yields production <- summationhelper(reporthelper(production, - level_zero_name = "Productivity|Yield by phyiscal area")) + level_zero_name = "Productivity|Yield by physical area")) yield <- production / area # Check for NaN values diff --git a/README.md b/README.md index a0ea3b1..11075ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # madrat data preparation for validation purposes -R package **mrvalidation**, version **2.55.6** +R package **mrvalidation**, version **2.55.7** [![CRAN status](https://www.r-pkg.org/badges/version/mrvalidation)](https://cran.r-project.org/package=mrvalidation) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4317826.svg)](https://doi.org/10.5281/zenodo.4317826) [![R build status](https://github.com/pik-piam/mrvalidation/workflows/check/badge.svg)](https://github.com/pik-piam/mrvalidation/actions) [![codecov](https://codecov.io/gh/pik-piam/mrvalidation/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pik-piam/mrvalidation) [![r-universe](https://pik-piam.r-universe.dev/badges/mrvalidation)](https://pik-piam.r-universe.dev/builds) @@ -39,7 +39,7 @@ In case of questions / problems please contact Benjamin Leon Bodirsky , R package version 2.55.6, . +Bodirsky B, Wirth S, Karstens K, Humpenoeder F, Stevanovic M, Mishra A, Biewald A, Weindl I, Beier F, Chen D, Crawford M, Leip D, Molina Bacca E, Kreidenweis U, W. Yalew A, von Jeetze P, Wang X, Dietrich J, Alves M (2024). _mrvalidation: madrat data preparation for validation purposes_. doi:10.5281/zenodo.4317826 , R package version 2.55.7, . A BibTeX entry for LaTeX users is @@ -48,7 +48,7 @@ A BibTeX entry for LaTeX users is title = {mrvalidation: madrat data preparation for validation purposes}, author = {Benjamin Leon Bodirsky and Stephen Wirth and Kristine Karstens and Florian Humpenoeder and Mishko Stevanovic and Abhijeet Mishra and Anne Biewald and Isabelle Weindl and Felicitas Beier and David Chen and Michael Crawford and Debbora Leip and Edna {Molina Bacca} and Ulrich Kreidenweis and Amsalu {W. Yalew} and Patrick {von Jeetze} and Xiaoxi Wang and Jan Philipp Dietrich and Marcos Alves}, year = {2024}, - note = {R package version 2.55.6}, + note = {R package version 2.55.7}, doi = {10.5281/zenodo.4317826}, url = {https://github.com/pik-piam/mrvalidation}, }