From 6b6af949e8f75b17ea1feea59fb618f21e4e884e Mon Sep 17 00:00:00 2001 From: David Klein Date: Mon, 11 Mar 2024 14:53:51 +0100 Subject: [PATCH] build --- .buildlibrary | 2 +- CITATION.cff | 4 ++-- DESCRIPTION | 2 +- NAMESPACE | 1 - README.md | 6 +++--- modelstats.Rproj | 1 + vignettes/testingSuite.R | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.buildlibrary b/.buildlibrary index edc004b..2ef9bfd 100644 --- a/.buildlibrary +++ b/.buildlibrary @@ -1,4 +1,4 @@ -ValidationKey: '3760100' +ValidationKey: '3780463' AcceptedWarnings: - 'Warning: package ''.*'' was built under R version' - 'Warning: namespace ''.*'' is not available and has been replaced' diff --git a/CITATION.cff b/CITATION.cff index e89b9a0..cb38324 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,8 +2,8 @@ cff-version: 1.2.0 message: If you use this software, please cite it using the metadata from this file. type: software title: 'modelstats: Run Analysis Tools' -version: 0.19.0 -date-released: '2024-03-08' +version: 0.19.1 +date-released: '2024-03-11' abstract: A collection of tools to analyze model runs. authors: - family-names: Giannousakis diff --git a/DESCRIPTION b/DESCRIPTION index bb6a8f3..dede6e3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: modelstats Type: Package Title: Run Analysis Tools -Version: 0.19.0 +Version: 0.19.1 Date: 2024-03-11 Authors@R: c( person("Anastasis", "Giannousakis", email = "giannou@pik-potsdam.de", role = c("aut","cre")), diff --git a/NAMESPACE b/NAMESPACE index cb34c5f..6086aa6 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -19,7 +19,6 @@ importFrom(lucode2,sendmail) importFrom(magclass,collapseNames) importFrom(magclass,read.report) importFrom(magclass,write.report) -importFrom(piamModelTests,iamCheck) importFrom(quitte,read.quitte) importFrom(remind2,compareScenarios2) importFrom(rlang,.data) diff --git a/README.md b/README.md index e43791e..be83274 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Run Analysis Tools -R package **modelstats**, version **0.19.0** +R package **modelstats**, version **0.19.1** [![CRAN status](https://www.r-pkg.org/badges/version/modelstats)](https://cran.r-project.org/package=modelstats) [![R build status](https://github.com/pik-piam/modelstats/workflows/check/badge.svg)](https://github.com/pik-piam/modelstats/actions) [![codecov](https://codecov.io/gh/pik-piam/modelstats/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pik-piam/modelstats) [![r-universe](https://pik-piam.r-universe.dev/badges/modelstats)](https://pik-piam.r-universe.dev/builds) @@ -47,7 +47,7 @@ In case of questions / problems please contact Anastasis Giannousakis . +Giannousakis A, Richters O (2024). _modelstats: Run Analysis Tools_. R package version 0.19.1, . A BibTeX entry for LaTeX users is @@ -56,7 +56,7 @@ A BibTeX entry for LaTeX users is title = {modelstats: Run Analysis Tools}, author = {Anastasis Giannousakis and Oliver Richters}, year = {2024}, - note = {R package version 0.19.0}, + note = {R package version 0.19.1}, url = {https://github.com/pik-piam/modelstats}, } ``` diff --git a/modelstats.Rproj b/modelstats.Rproj index 497f8bf..270314b 100644 --- a/modelstats.Rproj +++ b/modelstats.Rproj @@ -18,3 +18,4 @@ StripTrailingWhitespace: Yes BuildType: Package PackageUseDevtools: Yes PackageInstallArgs: --no-multiarch --with-keep.source +PackageRoxygenize: rd,collate,namespace diff --git a/vignettes/testingSuite.R b/vignettes/testingSuite.R index dd873ab..aae8dbe 100644 --- a/vignettes/testingSuite.R +++ b/vignettes/testingSuite.R @@ -1,3 +1,3 @@ -## ----setup, include=FALSE----------------------------------------------------- +## ----setup, include=FALSE----------------------------------------------------------------------------------------------------------------------------------- knitr::opts_chunk$set(echo = TRUE)