Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Dec 29, 2023
1 parent 831dd23 commit e2503ef
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 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.1.0
version: 1.2.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 @@ -30,10 +30,10 @@ preferred-citation:
email: [email protected]
orcid: https://orcid.org/0000-0001-5759-4944
affiliation: Université Bordeaux Montaigne
year: '2023'
year: '2024'
location:
name: Pessac, France
notes: R package version 1.1.0
notes: R package version 1.2.0
url: https://packages.tesselle.org/isopleuros/
doi: 10.5281/zenodo.7940389
institution:
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.1.0.9000
Version: 1.2.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.1.0.9000
# isopleuros 1.2.0
## Enhancements
* Allow to center and scale data before plotting.

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.1.0 \cr
#' **Version:** \tab 1.2.0 \cr
#' **License:** \tab GPL-3 \cr
#' **Zenodo:** \tab \doi{10.5281/zenodo.7940389} \cr
#' }
Expand Down
8 changes: 4 additions & 4 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.1.0.9000",
"version": "1.2.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -154,11 +154,11 @@
},
"SystemRequirements": null
},
"fileSize": "926.607KB",
"fileSize": "994.763KB",
"citation": [
{
"@type": "SoftwareSourceCode",
"datePublished": "2023",
"datePublished": "2024",
"author": [
{
"@type": "Person",
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.1.0.9000",
"description": "R package version 1.2.0",
"@id": "https://doi.org/10.5281/zenodo.7940389",
"sameAs": "https://doi.org/10.5281/zenodo.7940389"
}
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bibentry(
footer = "This package is a part of the tesselle project <https://www.tesselle.org>.",
author = person("Nicolas", "Frerebeau", role = "aut"),
title = "{isopleuros: Ternary Plots}",
year = "2023",
year = "2024",
organization = "Université Bordeaux Montaigne",
address = "Pessac, France",
note = sprintf("R package version %s", meta$Version),
Expand Down
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.

4 changes: 2 additions & 2 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
|collate |fr_FR.UTF-8 |
|ctype |fr_FR.UTF-8 |
|tz |Europe/Paris |
|date |2023-12-11 |
|date |2023-12-29 |
|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 |* |
|isopleuros |1.1.0 |1.2.0 |* |

# Revdeps

0 comments on commit e2503ef

Please sign in to comment.