From 2b815b12803e4669e5596ddf559471e4ab245fbc Mon Sep 17 00:00:00 2001 From: nfrerebeau Date: Mon, 11 Dec 2023 16:22:50 +0100 Subject: [PATCH] Prepare for next release --- CITATION.cff | 89 +++++++++++++++++++++++++++++---------- DESCRIPTION | 2 +- NEWS.md | 2 +- R/isopleuros-package.R | 2 +- codemeta.json | 12 +++--- cran-comments.md | 12 ++++-- man/isopleuros-package.Rd | 2 +- revdep/.gitignore | 6 +++ revdep/README.md | 24 +++++++++++ revdep/cran.md | 7 +++ revdep/failures.md | 1 + revdep/problems.md | 1 + 12 files changed, 123 insertions(+), 37 deletions(-) create mode 100644 revdep/.gitignore create mode 100644 revdep/README.md create mode 100644 revdep/cran.md create mode 100644 revdep/failures.md create mode 100644 revdep/problems.md diff --git a/CITATION.cff b/CITATION.cff index 3c2a0d5..97988ab 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ message: 'To cite package "isopleuros" in publications use:' type: software license: GPL-3.0-or-later title: 'isopleuros: Ternary Plots' -version: 1.0.0 +version: 1.1.0 doi: 10.5281/zenodo.7940389 abstract: Ternary plots made simple. This package allows to create ternary plots using 'graphics'. It provides functions to display the data in the ternary space, to add @@ -33,11 +33,12 @@ preferred-citation: year: '2023' location: name: Pessac, France - notes: R package version 1.0.0 + notes: R package version 1.1.0 url: https://packages.tesselle.org/isopleuros/ doi: 10.5281/zenodo.7940389 institution: name: Université Bordeaux Montaigne +repository: https://CRAN.R-project.org/package=isopleuros repository-code: https://github.com/tesselle/isopleuros url: https://packages.tesselle.org/isopleuros/ contact: @@ -64,7 +65,7 @@ references: year: '2023' institution: name: R Foundation for Statistical Computing - version: '>= 2.10' + version: '>= 3.5' - type: software title: graphics abstract: 'R: A Language and Environment for Statistical Computing' @@ -98,6 +99,17 @@ references: year: '2023' institution: name: R Foundation for Statistical Computing +- type: software + title: stats + abstract: 'R: A Language and Environment for Statistical Computing' + notes: Imports + authors: + - name: R Core Team + location: + name: Vienna, Austria + year: '2023' + institution: + name: R Foundation for Statistical Computing - type: software title: utils abstract: 'R: A Language and Environment for Statistical Computing' @@ -110,42 +122,50 @@ references: institution: name: R Foundation for Statistical Computing - type: software - title: akima - abstract: 'akima: Interpolation of Irregularly and Regularly Spaced Data' + title: interp + abstract: 'interp: Interpolation Methods' notes: Suggests - repository: https://CRAN.R-project.org/package=akima + repository: https://CRAN.R-project.org/package=interp authors: - - family-names: Akima - given-names: Hiroshi - family-names: Gebhardt given-names: Albrecht email: albrecht.gebhardt@aau.at + - family-names: Bivand + given-names: Roger + email: Roger.Bivand@nhh.no + - family-names: Sinclair + given-names: David + email: david@s-hull.org year: '2023' - type: software - title: testthat - abstract: 'testthat: Unit Testing for R' + title: rsvg + abstract: 'rsvg: Render SVG Images into PDF, PNG, (Encapsulated) PostScript, or + Bitmap Arrays' notes: Suggests - url: https://testthat.r-lib.org - repository: https://CRAN.R-project.org/package=testthat + url: https://docs.ropensci.org/rsvg/ + repository: https://CRAN.R-project.org/package=rsvg authors: - - family-names: Wickham - given-names: Hadley - email: hadley@rstudio.com + - family-names: Ooms + given-names: Jeroen + email: jeroen@berkeley.edu + orcid: https://orcid.org/0000-0002-4035-0289 year: '2023' - version: '>= 3.0.0' - type: software - title: vdiffr - abstract: 'vdiffr: Visual Regression Testing and Graphical Diffing' + title: svglite + abstract: 'svglite: An ''SVG'' Graphics Device' notes: Suggests - url: https://vdiffr.r-lib.org/ - repository: https://CRAN.R-project.org/package=vdiffr + url: https://svglite.r-lib.org + repository: https://CRAN.R-project.org/package=svglite authors: + - family-names: Wickham + given-names: Hadley + email: hadley@posit.co - family-names: Henry given-names: Lionel - email: lionel@rstudio.com + email: lionel@posit.co - family-names: Pedersen given-names: Thomas Lin - email: thomas.pedersen@rstudio.com + email: thomas.pedersen@posit.co orcid: https://orcid.org/0000-0002-5147-4711 - family-names: Luciani given-names: T Jake @@ -157,7 +177,30 @@ references: given-names: Vaudor email: lise.vaudor@ens-lyon.fr year: '2023' - version: '>= 1.0.0' +- type: software + title: tinysnapshot + abstract: 'tinysnapshot: Snapshots for Unit Tests using the ''tinytest'' Framework' + notes: Suggests + url: https://github.com/vincentarelbundock/tinysnapshot + repository: https://CRAN.R-project.org/package=tinysnapshot + authors: + - family-names: Arel-Bundock + given-names: Vincent + email: vincent.arel-bundock@umontreal.ca + orcid: https://orcid.org/0000-0003-2042-7063 + year: '2023' +- type: software + title: tinytest + abstract: 'tinytest: Lightweight and Feature Complete Unit Testing Framework' + notes: Suggests + url: https://github.com/markvanderloo/tinytest + repository: https://CRAN.R-project.org/package=tinytest + authors: + - family-names: van der Loo + given-names: Mark + email: mark.vanderloo@gmail.com + orcid: https://orcid.org/0000-0002-9807-4686 + year: '2023' identifiers: - description: The concept DOI. type: doi diff --git a/DESCRIPTION b/DESCRIPTION index 9a17553..a52d526 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: isopleuros Title: Ternary Plots -Version: 1.0.0.9000 +Version: 1.1.0 Authors@R: c( person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")), diff --git a/NEWS.md b/NEWS.md index 9d67462..c9aaf8f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# isopleuros 1.0.0.9000 +# isopleuros 1.1.0 ## New classes and methods * Add `ternary_labels()` to draw non-overlapping text labels. diff --git a/R/isopleuros-package.R b/R/isopleuros-package.R index 104b84f..5dab3a5 100644 --- a/R/isopleuros-package.R +++ b/R/isopleuros-package.R @@ -2,7 +2,7 @@ #' \tabular{ll}{ #' **Package:** \tab isopleuros \cr #' **Type:** \tab Package \cr -#' **Version:** \tab 1.0.0 \cr +#' **Version:** \tab 1.1.0 \cr #' **License:** \tab GPL-3 \cr #' **Zenodo:** \tab \doi{10.5281/zenodo.7940389} \cr #' } diff --git a/codemeta.json b/codemeta.json index 375d6d7..05e5ed2 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/tesselle/isopleuros", "issueTracker": "https://github.com/tesselle/isopleuros/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "1.0.0.9000", + "version": "1.1.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -61,15 +61,15 @@ "softwareSuggestions": [ { "@type": "SoftwareApplication", - "identifier": "akima", - "name": "akima", + "identifier": "interp", + "name": "interp", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", "name": "Comprehensive R Archive Network (CRAN)", "url": "https://cran.r-project.org" }, - "sameAs": "https://CRAN.R-project.org/package=akima" + "sameAs": "https://CRAN.R-project.org/package=interp" }, { "@type": "SoftwareApplication", @@ -154,7 +154,7 @@ }, "SystemRequirements": null }, - "fileSize": "921.954KB", + "fileSize": "926.553KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -169,7 +169,7 @@ "name": "{isopleuros: Ternary Plots}", "identifier": "10.5281/zenodo.7940389", "url": "https://packages.tesselle.org/isopleuros/", - "description": "R package version 1.0.0.9000", + "description": "R package version 1.1.0", "@id": "https://doi.org/10.5281/zenodo.7940389", "sameAs": "https://doi.org/10.5281/zenodo.7940389" } diff --git a/cran-comments.md b/cran-comments.md index f7234e1..92474ba 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,12 +1,16 @@ ## Test environments -* Local R installation: R 4.3.0 +* Local R installation: R 4.3.2 * Ubuntu (on GitHub Actions): R devel, release, oldrel * Windows (on GitHub Actions and win-builder): R devel, release, oldrel * MacOS (on GitHub Actions): R release ## R CMD check results -0 errors | 0 warnings | 1 note +0 errors | 0 warnings | 0 note -* This is a resubmission. -* We checked that the plotting functions do not change the user's graphical parameters. +## revdepcheck results + +We checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. + + * We saw 0 new problems + * We failed to check 0 packages diff --git a/man/isopleuros-package.Rd b/man/isopleuros-package.Rd index 9a63977..a031bfc 100644 --- a/man/isopleuros-package.Rd +++ b/man/isopleuros-package.Rd @@ -15,7 +15,7 @@ Ternary plots made simple. This package allows to create ternary plots using 'gr \tabular{ll}{ \strong{Package:} \tab isopleuros \cr \strong{Type:} \tab Package \cr -\strong{Version:} \tab 1.0.0 \cr +\strong{Version:} \tab 1.1.0 \cr \strong{License:} \tab GPL-3 \cr \strong{Zenodo:} \tab \doi{10.5281/zenodo.7940389} \cr } diff --git a/revdep/.gitignore b/revdep/.gitignore new file mode 100644 index 0000000..31f6c40 --- /dev/null +++ b/revdep/.gitignore @@ -0,0 +1,6 @@ +checks +library +checks.noindex +library.noindex +data.sqlite +*.html diff --git a/revdep/README.md b/revdep/README.md new file mode 100644 index 0000000..0040e59 --- /dev/null +++ b/revdep/README.md @@ -0,0 +1,24 @@ +# Platform + +|field |value | +|:--------|:----------------------------------------------------------------------------| +|version |R version 4.3.2 (2023-10-31) | +|os |Ubuntu 22.04.3 LTS | +|system |x86_64, linux-gnu | +|ui |RStudio | +|language |(EN) | +|collate |fr_FR.UTF-8 | +|ctype |fr_FR.UTF-8 | +|tz |Europe/Paris | +|date |2023-12-11 | +|rstudio |2023.09.0+463 Desert Sunflower (desktop) | +|pandoc |3.1.1 @ /usr/lib/rstudio/resources/app/bin/quarto/bin/tools/ (via rmarkdown) | + +# Dependencies + +|package |old |new |Δ | +|:----------|:-----|:-----|:--| +|isopleuros |1.0.0 |1.1.0 |* | + +# Revdeps + diff --git a/revdep/cran.md b/revdep/cran.md new file mode 100644 index 0000000..d07935b --- /dev/null +++ b/revdep/cran.md @@ -0,0 +1,7 @@ +## revdepcheck results + +We checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. + + * We saw 0 new problems + * We failed to check 0 packages + diff --git a/revdep/failures.md b/revdep/failures.md new file mode 100644 index 0000000..9a20736 --- /dev/null +++ b/revdep/failures.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file diff --git a/revdep/problems.md b/revdep/problems.md new file mode 100644 index 0000000..9a20736 --- /dev/null +++ b/revdep/problems.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file