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

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Nov 22, 2024
1 parent 48260e3 commit 754ccee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ identifiers:
- description: The versioned DOI for version 1.2.0.
type: doi
value: 10.5281/zenodo.10469854
- description: The versioned DOI for version 1.3.0.
type: doi
value: 10.5281/zenodo.14204958
- description: The CRAN DOI
type: doi
value: 10.32614/cran.package.isopleuros
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.3.0
Version: 1.3.0.9000
Authors@R: c(
person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944")),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# isopleuros 1.3.0.9000

# isopleuros 1.3.0
## New classes and methods
* Add `ternary_image()` to color a ternary plot according to the output of a function.
Expand Down
6 changes: 3 additions & 3 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.3.0",
"version": "1.3.0.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -154,7 +154,7 @@
},
"SystemRequirements": null
},
"fileSize": "1168.416KB",
"fileSize": "1168.446KB",
"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.3.0",
"description": "R package version 1.3.0.9000",
"@id": "https://doi.org/10.5281/zenodo.7940389",
"sameAs": "https://doi.org/10.5281/zenodo.7940389"
}
Expand Down

0 comments on commit 754ccee

Please sign in to comment.