From 5321fdf816c579cab825de731b9e669270f01b52 Mon Sep 17 00:00:00 2001 From: Jannes Breier Date: Fri, 24 Mar 2023 08:34:44 +0100 Subject: [PATCH] add doc changes in run_lpjml to cran_comments.md --- .buildlibrary | 2 +- .zenodo.json | 2 +- DESCRIPTION | 2 +- README.md | 6 +++--- cran-comments.md | 3 ++- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.buildlibrary b/.buildlibrary index 9dbe629..dfb5bb4 100644 --- a/.buildlibrary +++ b/.buildlibrary @@ -1,4 +1,4 @@ -ValidationKey: '19634400' +ValidationKey: '19653840' AutocreateReadme: yes AcceptedWarnings: - 'Warning: package ''.*'' was built under R version' diff --git a/.zenodo.json b/.zenodo.json index 0db90cf..8ecfa90 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,6 +1,6 @@ { "title": "lpjmlkit: Toolkit for Basic LPJmL Handling", - "version": "1.0.10", + "version": "1.0.11", "description": "

A collection of basic functions to facilitate the work with the\n Dynamic Global Vegetation Model (DGVM) Lund-Potsdam-Jena managed Land\n (LPJmL) hosted at the Potsdam Institute for Climate Impact Research (PIK).\n It provides functions for performing LPJmL simulations, as well as reading,\n processing and writing model-related data such as inputs and outputs or\n configuration files.<\/p>", "creators": [ { diff --git a/DESCRIPTION b/DESCRIPTION index a3edcda..bb1796e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: lpjmlkit Type: Package Title: Toolkit for Basic LPJmL Handling -Version: 1.0.10 +Version: 1.0.11 Authors@R: c( person("Jannes", "Breier", , "jannesbr@pik-potsdam.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9055-6904")), person("Sebastian","Ostberg", , "ostberg@pik-potsdam.de", role = "aut", comment = c(ORCID = "0000-0002-2368-7015")), diff --git a/README.md b/README.md index 7f78714..b5dccb7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Toolkit for Basic LPJmL Handling -R package **lpjmlkit**, version **1.0.10** +R package **lpjmlkit**, version **1.0.11** [![CRAN status](https://www.r-pkg.org/badges/version/lpjmlkit)](https://cran.r-project.org/package=lpjmlkit) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7752812.svg)](https://doi.org/10.5281/zenodo.7752812) [![R build status](https://github.com/PIK-LPJmL/lpjmlkit/workflows/check/badge.svg)](https://github.com/PIK-LPJmL/lpjmlkit/actions) [![codecov](https://codecov.io/gh/PIK-LPJmL/lpjmlkit/branch/master/graph/badge.svg)](https://app.codecov.io/gh/PIK-LPJmL/lpjmlkit) [![r-universe](https://pik-piam.r-universe.dev/badges/lpjmlkit)](https://pik-piam.r-universe.dev/builds) @@ -76,7 +76,7 @@ In case of questions / problems please contact Jannes Breier . +Breier J, Ostberg S, Wirth S, Minoli S, Stenzel F, Müller C (2023). _lpjmlkit: Toolkit for Basic LPJmL Handling_. doi: 10.5281/zenodo.7752812 (URL: https://doi.org/10.5281/zenodo.7752812), R package version 1.0.11, . A BibTeX entry for LaTeX users is @@ -85,7 +85,7 @@ A BibTeX entry for LaTeX users is title = {lpjmlkit: Toolkit for Basic LPJmL Handling}, author = {Jannes Breier and Sebastian Ostberg and Stephen Björn Wirth and Sara Minoli and Fabian Stenzel and Christoph Müller}, year = {2023}, - note = {R package version 1.0.10}, + note = {R package version 1.0.11}, doi = {10.5281/zenodo.7752812}, url = {https://github.com/PIK-LPJmL/lpjmlkit}, } diff --git a/cran-comments.md b/cran-comments.md index 18c7df8..4409cb1 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -3,7 +3,8 @@ * currently there is no publication of lpjmlkit that could be added to DESCRIPTION, if that changes it will be added * unexecutable code removed from example sections of functions -`detect_io_type()`, `read_io()`, `set_header_item()` and `transform()` +`detect_io_type()`, `read_io()`, `set_header_item()`, `transform()` and +`run_lpjml()` * missing Rd-tag return added to `dim.LPJmLData()`, `dimnames.LPJmLData()`, `length.LPJmLData()`, `plot.LPJmLData()` and `summary.LPJmLData()` functions * dontrun{} removed from functions where possible: `set_header_item()`