Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Dec 11, 2023
1 parent d8f8bba commit 2b815b1
Show file tree
Hide file tree
Showing 12 changed files with 123 additions and 37 deletions.
89 changes: 66 additions & 23 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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'
Expand Down Expand Up @@ -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'
Expand All @@ -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: [email protected]
- family-names: Bivand
given-names: Roger
email: [email protected]
- family-names: Sinclair
given-names: David
email: [email protected]
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: [email protected]
- family-names: Ooms
given-names: Jeroen
email: [email protected]
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: [email protected]
- 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
Expand All @@ -157,7 +177,30 @@ references:
given-names: Vaudor
email: [email protected]
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: [email protected]
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: [email protected]
orcid: https://orcid.org/0000-0002-9807-4686
year: '2023'
identifiers:
- description: The concept DOI.
type: doi
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: isopleuros
Title: Ternary Plots
Version: 1.0.0.9000
Version: 1.1.0
Authors@R: c(
person("Nicolas", "Frerebeau", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion R/isopleuros-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
#' }
Expand Down
12 changes: 6 additions & 6 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -154,7 +154,7 @@
},
"SystemRequirements": null
},
"fileSize": "921.954KB",
"fileSize": "926.553KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -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"
}
Expand Down
12 changes: 8 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion man/isopleuros-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
checks
library
checks.noindex
library.noindex
data.sqlite
*.html
24 changes: 24 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -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

7 changes: 7 additions & 0 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -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

1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
1 change: 1 addition & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*

0 comments on commit 2b815b1

Please sign in to comment.