From 2a444842cd3ddc592546bcb43e47a29c01a7494c Mon Sep 17 00:00:00 2001 From: robinhasse Date: Thu, 18 Apr 2024 18:25:00 +0200 Subject: [PATCH] Fix wrong function name. --- .buildlibrary | 2 +- CITATION.cff | 2 +- DESCRIPTION | 2 +- README.md | 6 +++--- inst/compareScenarios/cs_main.Rmd | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.buildlibrary b/.buildlibrary index fc89913..d0a9fb1 100644 --- a/.buildlibrary +++ b/.buildlibrary @@ -1,4 +1,4 @@ -ValidationKey: '138817' +ValidationKey: '158648' AutocreateReadme: yes AcceptedWarnings: - 'Warning: package ''.*'' was built under R version' diff --git a/CITATION.cff b/CITATION.cff index c4bf6f2..87b9178 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: 'piamPlotComparison: Create comparison plots for your model results' -version: 0.0.7 +version: 0.0.8 date-released: '2024-04-18' abstract: A frameworks to create comparison plots for your model results. authors: diff --git a/DESCRIPTION b/DESCRIPTION index 4856c89..f537df9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: piamPlotComparison Title: Create comparison plots for your model results -Version: 0.0.7 +Version: 0.0.8 Date: 2024-04-18 Authors@R: c( person("Falk", "Benke", , "benke@pik-potsdam.de", role = c("aut", "cre")), diff --git a/README.md b/README.md index 920902b..a8b2d68 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Create comparison plots for your model results -R package **piamPlotComparison**, version **0.0.7** +R package **piamPlotComparison**, version **0.0.8** [![CRAN status](https://www.r-pkg.org/badges/version/piamPlotComparison)](https://cran.r-project.org/package=piamPlotComparison) [![R build status](https://github.com/pik-piam/piamPlotComparison/workflows/check/badge.svg)](https://github.com/pik-piam/piamPlotComparison/actions) [![codecov](https://codecov.io/gh/pik-piam/piamPlotComparison/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pik-piam/piamPlotComparison) [![r-universe](https://pik-piam.r-universe.dev/badges/piamPlotComparison)](https://pik-piam.r-universe.dev/builds) @@ -46,7 +46,7 @@ In case of questions / problems please contact Falk Benke To cite package **piamPlotComparison** in publications use: -Benke F, Schoetz C (2024). _piamPlotComparison: Create comparison plots for your model results_. R package version 0.0.7, . +Benke F, Schoetz C (2024). _piamPlotComparison: Create comparison plots for your model results_. R package version 0.0.8, . A BibTeX entry for LaTeX users is @@ -55,7 +55,7 @@ A BibTeX entry for LaTeX users is title = {piamPlotComparison: Create comparison plots for your model results}, author = {Falk Benke and Christof Schoetz}, year = {2024}, - note = {R package version 0.0.7}, + note = {R package version 0.0.8}, url = {https://github.com/pik-piam/piamPlotComparison}, } ``` diff --git a/inst/compareScenarios/cs_main.Rmd b/inst/compareScenarios/cs_main.Rmd index 9f15d4a..98c0648 100644 --- a/inst/compareScenarios/cs_main.Rmd +++ b/inst/compareScenarios/cs_main.Rmd @@ -215,7 +215,7 @@ data <- # In the variable names, replace `|+|`, `|++|`, `|+++|`, ... by `|`. mutate( varplus = as.character(variable), - variable = piamutils::removePlus(variable)) + variable = piamutils::deletePlus(variable)) # Filter regions. if (!is.null(params$reg)) {