From 9e50743bc1a44de79c9fa0349f55f5180ef84bb5 Mon Sep 17 00:00:00 2001 From: nfrerebeau Date: Wed, 13 Nov 2024 16:19:48 +0100 Subject: [PATCH] Prepare for next release --- CITATION.cff | 17 +++++++++++++---- DESCRIPTION | 2 +- NEWS.md | 2 +- R/aion-package.R | 2 +- README.md | 2 +- codemeta.json | 13 +++++++++---- man/aion-package.Rd | 2 +- revdep/README.md | 29 ++++++++++++++--------------- 8 files changed, 41 insertions(+), 28 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index af44d6d..867d083 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ message: 'To cite package "aion" in publications use:' type: software license: GPL-3.0-or-later title: 'aion: Archaeological Time Series' -version: 1.1.0 +version: 1.2.0 doi: 10.21105/joss.06210 identifiers: - description: The concept DOI. @@ -91,7 +91,7 @@ references: institution: name: Université Bordeaux Montaigne address: Pessac, France - notes: R package version 1.1.0 + notes: R package version 1.2.0 url: https://packages.tesselle.org/aion/ doi: 10.5281/zenodo.8032278 - type: software @@ -116,10 +116,9 @@ references: given-names: Nicolas email: nicolas.frerebeau@u-bordeaux-montaigne.fr orcid: https://orcid.org/0000-0001-5759-4944 - affiliation: Université Bordeaux Montaigne year: '2024' doi: 10.32614/CRAN.package.arkhe - version: '>= 1.7.0' + version: '>= 1.8.0' - type: software title: graphics abstract: 'R: A Language and Environment for Statistical Computing' @@ -150,6 +149,16 @@ references: name: R Foundation for Statistical Computing address: Vienna, Austria year: '2024' +- type: software + title: stats + abstract: 'R: A Language and Environment for Statistical Computing' + notes: Imports + authors: + - name: R Core Team + institution: + name: R Foundation for Statistical Computing + address: Vienna, Austria + year: '2024' - type: software title: utils abstract: 'R: A Language and Environment for Statistical Computing' diff --git a/DESCRIPTION b/DESCRIPTION index 174694b..5200692 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: aion Title: Archaeological Time Series -Version: 1.1.0.9000 +Version: 1.2.0 Authors@R: c( person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5759-4944")), diff --git a/NEWS.md b/NEWS.md index 132ec65..398287e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# aion 1.1.0.9000 +# aion 1.2.0 ## Enhancements * Translate into French. diff --git a/R/aion-package.R b/R/aion-package.R index d250422..2528c62 100644 --- a/R/aion-package.R +++ b/R/aion-package.R @@ -2,7 +2,7 @@ #' \tabular{ll}{ #' **Package:** \tab aion \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.8032278} \cr #' } diff --git a/README.md b/README.md index 946a49c..812bd7e 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Series.” *Journal of Open Source Software*, *9*(96). Frerebeau N, Roe J (2024). *aion: Archaeological Time Series*. Université Bordeaux Montaigne, Pessac, France. , R -package version 1.1.0, . +package version 1.2.0, . This package is a part of the tesselle project . diff --git a/codemeta.json b/codemeta.json index 3dbf38f..4dd1601 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/tesselle/aion", "issueTracker": "https://github.com/tesselle/aion/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "1.1.0", + "version": "1.2.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -163,7 +163,7 @@ "@type": "SoftwareApplication", "identifier": "arkhe", "name": "arkhe", - "version": ">= 1.7.0", + "version": ">= 1.8.0", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -188,13 +188,18 @@ "name": "methods" }, "6": { + "@type": "SoftwareApplication", + "identifier": "stats", + "name": "stats" + }, + "7": { "@type": "SoftwareApplication", "identifier": "utils", "name": "utils" }, "SystemRequirements": null }, - "fileSize": "495.986KB", + "fileSize": "520.025KB", "citation": [ { "@type": "ScholarlyArticle", @@ -239,7 +244,7 @@ "name": "{aion: Archaeological Time Series}", "identifier": "10.5281/zenodo.8032278", "url": "https://packages.tesselle.org/aion/", - "description": "R package version 1.1.0", + "description": "R package version 1.2.0", "@id": "https://doi.org/10.5281/zenodo.8032278", "sameAs": "https://doi.org/10.5281/zenodo.8032278" } diff --git a/man/aion-package.Rd b/man/aion-package.Rd index 82911a9..8cd3226 100644 --- a/man/aion-package.Rd +++ b/man/aion-package.Rd @@ -14,7 +14,7 @@ A toolkit for archaeological time series and time intervals. This package provid \tabular{ll}{ \strong{Package:} \tab aion \cr \strong{Type:} \tab Package \cr -\strong{Version:} \tab 1.1.0 \cr +\strong{Version:} \tab 1.2.0 \cr \strong{License:} \tab GPL-3 \cr \strong{Zenodo:} \tab \doi{10.5281/zenodo.8032278} \cr } diff --git a/revdep/README.md b/revdep/README.md index e7abf77..4373bcd 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,25 +1,24 @@ # Platform -|field |value | -|:--------|:---------------------------------------------------------------------------------| -|version |R version 4.4.1 (2024-06-14) | -|os |Ubuntu 22.04.5 LTS | -|system |x86_64, linux-gnu | -|ui |RStudio | -|language |(EN) | -|collate |fr_FR.UTF-8 | -|ctype |fr_FR.UTF-8 | -|tz |Europe/Paris | -|date |2024-10-04 | -|rstudio |2024.09.0+375 Cranberry Hibiscus (desktop) | -|pandoc |3.2 @ /usr/lib/rstudio/resources/app/bin/quarto/bin/tools/x86_64/ (via rmarkdown) | +|field |value | +|:--------|:----------------------------| +|version |R version 4.4.1 (2024-06-14) | +|os |Ubuntu 22.04.5 LTS | +|system |x86_64, linux-gnu | +|ui |X11 | +|language |(EN) | +|collate |fr_FR.UTF-8 | +|ctype |fr_FR.UTF-8 | +|tz |Europe/Paris | +|date |2024-11-13 | +|pandoc |NA | # Dependencies |package |old |new |Δ | |:-------|:-----|:-----|:--| -|aion |1.0.4 |1.1.0 |* | -|arkhe |1.7.0 |1.7.0 | | +|aion |1.1.0 |1.2.0 |* | +|arkhe |1.8.0 |1.8.0 | | # Revdeps