diff --git a/.buildlibrary b/.buildlibrary index 4d83073..227a6bd 100644 --- a/.buildlibrary +++ b/.buildlibrary @@ -1,4 +1,4 @@ -ValidationKey: '627605496' +ValidationKey: '627756900' 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 e2520ae..d2e0896 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: 'quitte: Bits and pieces of code to use with quitte-style data frames' -version: 0.3137.4 -date-released: '2024-10-08' +version: 0.3138.0 +date-released: '2024-10-09' abstract: A collection of functions for easily dealing with quitte-style data frames, doing multi-model comparisons and plots. authors: diff --git a/DESCRIPTION b/DESCRIPTION index a16d192..8b958f5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: quitte Title: Bits and pieces of code to use with quitte-style data frames -Version: 0.3137.4 -Date: 2024-10-08 +Version: 0.3138.0 +Date: 2024-10-09 Authors@R: c( person("Michaja", "Pehl", , "pehl@pik-potsdam.de", role = c("aut", "cre")), person("Nico", "Bauer", , "nicolasb@pik-potsdam.de", role = "aut"), diff --git a/README.md b/README.md index bf53b86..f0640e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bits and pieces of code to use with quitte-style data frames -R package **quitte**, version **0.3137.4** +R package **quitte**, version **0.3138.0** [![CRAN status](https://www.r-pkg.org/badges/version/quitte)](https://cran.r-project.org/package=quitte) [![R build status](https://github.com/pik-piam/quitte/workflows/check/badge.svg)](https://github.com/pik-piam/quitte/actions) [![codecov](https://codecov.io/gh/pik-piam/quitte/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pik-piam/quitte) [![r-universe](https://pik-piam.r-universe.dev/badges/quitte)](https://pik-piam.r-universe.dev/builds) @@ -47,7 +47,7 @@ In case of questions / problems please contact Michaja Pehl . +Pehl M, Bauer N, Hilaire J, Levesque A, Luderer G, Schultes A, Dietrich J, Richters O (2024). _quitte: Bits and pieces of code to use with quitte-style data frames_. R package version 0.3138.0, . A BibTeX entry for LaTeX users is @@ -56,7 +56,7 @@ A BibTeX entry for LaTeX users is title = {quitte: Bits and pieces of code to use with quitte-style data frames}, author = {Michaja Pehl and Nico Bauer and Jérôme Hilaire and Antoine Levesque and Gunnar Luderer and Anselm Schultes and Jan Philipp Dietrich and Oliver Richters}, year = {2024}, - note = {R package version 0.3137.4}, + note = {R package version 0.3138.0}, url = {https://github.com/pik-piam/quitte}, } ``` diff --git a/vignettes/quitte-data-analysis.Rmd b/vignettes/quitte-data-analysis.Rmd index 3c6fa16..2bfba93 100644 --- a/vignettes/quitte-data-analysis.Rmd +++ b/vignettes/quitte-data-analysis.Rmd @@ -3,10 +3,9 @@ title: "REMIND/IAM Data Analysis Using quitte" author: "Michaja Pehl" date: "`r as.Date(file.mtime('./quitte-data-analysis.Rmd'))`" output: - rmarkdown::html_document: - toc: yes - toc_float: yes - df_print: tibble + rmarkdown::html_vignette: + toc: yes + df_print: tibble vignette: > %\VignetteIndexEntry{REMIND/IAM Data Analysis Using quitte} %\VignetteEncoding{UTF-8}