diff --git a/CITATION.cff b/CITATION.cff index d6d85f5..dec2705 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.0.1 +version: 1.0.2 doi: 10.5281/zenodo.8032278 abstract: A toolkit for archaeological time series. This package provides a system of classes and methods to represent and work with archaeological time series. Dates @@ -43,7 +43,7 @@ preferred-citation: year: '2023' location: name: Pessac, France - notes: R package version 1.0.1 + notes: R package version 1.0.2 url: https://packages.tesselle.org/aion/ doi: 10.5281/zenodo.8032278 institution: @@ -89,7 +89,7 @@ references: orcid: https://orcid.org/0000-0001-5759-4944 affiliation: Université Bordeaux Montaigne year: '2023' - version: '>= 1.2.0' + version: '>= 1.3.0' - type: software title: graphics abstract: 'R: A Language and Environment for Statistical Computing' diff --git a/DESCRIPTION b/DESCRIPTION index 1d53ec6..3ba28ae 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: aion Title: Archaeological Time Series -Version: 1.0.1.9000 +Version: 1.0.2 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 ea77a4f..05c0da0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# aion 1.0.1.9000 +# aion 1.0.2 ## Bugfixes & changes * Rename the `format` argument of `format()` to `prefix`. diff --git a/R/aion-package.R b/R/aion-package.R index ec3aca3..03e2b71 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.0.1 \cr +#' **Version:** \tab 1.0.2 \cr #' **License:** \tab GPL-3 \cr #' **Zenodo:** \tab \doi{10.5281/zenodo.8032278} \cr #' } diff --git a/README.Rmd b/README.Rmd index eee5998..f3ba6e3 100644 --- a/README.Rmd +++ b/README.Rmd @@ -22,7 +22,7 @@ knitr::opts_chunk$set( [![CodeFactor](https://www.codefactor.io/repository/github/tesselle/aion/badge/main)](https://www.codefactor.io/repository/github/tesselle/aion/overview/main) [![Dependencies](https://tinyverse.netlify.com/badge/aion)](https://cran.r-project.org/package=aion) -[![r-universe](https://tesselle.r-universe.dev/badges/aion)](https://tesselle.r-universe.dev){.pkgdown-devel} +[![r-universe](https://tesselle.r-universe.dev/badges/aion)](https://tesselle.r-universe.dev/aion){.pkgdown-devel} [![CRAN Version](http://www.r-pkg.org/badges/version/aion)](https://cran.r-project.org/package=aion){.pkgdown-release} [![CRAN checks](https://badges.cranchecks.info/worst/aion.svg)](https://cran.r-project.org/web/checks/check_results_aion.html){.pkgdown-release} [![CRAN Downloads](http://cranlogs.r-pkg.org/badges/aion)](https://cran.r-project.org/package=aion){.pkgdown-release} diff --git a/README.md b/README.md index fa96ffe..1782adc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ [![CodeFactor](https://www.codefactor.io/repository/github/tesselle/aion/badge/main)](https://www.codefactor.io/repository/github/tesselle/aion/overview/main) [![Dependencies](https://tinyverse.netlify.com/badge/aion)](https://cran.r-project.org/package=aion) -r-universe , - R package version 1.0.1, . + R package version 1.0.2, . Une entrée BibTeX pour les utilisateurs LaTeX est @@ -68,7 +69,7 @@ offers a simple API that can be used by other specialized packages. year = {2023}, organization = {Université Bordeaux Montaigne}, address = {Pessac, France}, - note = {R package version 1.0.1}, + note = {R package version 1.0.2}, url = {https://packages.tesselle.org/aion/}, doi = {10.5281/zenodo.8032278}, } diff --git a/codemeta.json b/codemeta.json index 4148801..6601755 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.0.1", + "version": "1.0.2", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -140,7 +140,7 @@ "@type": "SoftwareApplication", "identifier": "arkhe", "name": "arkhe", - "version": ">= 1.2.0", + "version": ">= 1.3.0", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -166,7 +166,7 @@ }, "SystemRequirements": null }, - "fileSize": "460.79KB", + "fileSize": "458.717KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -186,7 +186,7 @@ "name": "{aion: Archaeological Time Series}", "identifier": "10.5281/zenodo.8032278", "url": "https://packages.tesselle.org/aion/", - "description": "R package version 1.0.1", + "description": "R package version 1.0.2", "@id": "https://doi.org/10.5281/zenodo.8032278", "sameAs": "https://doi.org/10.5281/zenodo.8032278" } diff --git a/cran-comments.md b/cran-comments.md index b049877..4a4d19e 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -7,3 +7,10 @@ ## R CMD check results 0 errors | 0 warnings | 0 note + +## revdepcheck results + +We checked 1 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/aion-package.Rd b/man/aion-package.Rd index d963e47..9032e00 100644 --- a/man/aion-package.Rd +++ b/man/aion-package.Rd @@ -15,7 +15,7 @@ A toolkit for archaeological time series. This package provides a system of clas \tabular{ll}{ \strong{Package:} \tab aion \cr \strong{Type:} \tab Package \cr -\strong{Version:} \tab 1.0.1 \cr +\strong{Version:} \tab 1.0.2 \cr \strong{License:} \tab GPL-3 \cr \strong{Zenodo:} \tab \doi{10.5281/zenodo.8032278} \cr } diff --git a/man/figures/README-time-series-1.png b/man/figures/README-time-series-1.png index 0a41b37..4912c2b 100644 Binary files a/man/figures/README-time-series-1.png and b/man/figures/README-time-series-1.png differ diff --git a/man/subset.Rd b/man/subset.Rd index e678f3c..3fbe822 100644 --- a/man/subset.Rd +++ b/man/subset.Rd @@ -3,13 +3,15 @@ \docType{methods} \name{subset} \alias{subset} +\alias{[,RataDie,ANY,ANY,ANY-method} \alias{[,RataDie-method} +\alias{[,TimeSeries,ANY,ANY,ANY-method} \alias{[,TimeSeries-method} \title{Extract or Replace Parts of an Object} \usage{ -\S4method{[}{RataDie}(x, i) +\S4method{[}{RataDie,ANY,ANY,ANY}(x, i) -\S4method{[}{TimeSeries}(x, i, j, k, drop = FALSE) +\S4method{[}{TimeSeries,ANY,ANY,ANY}(x, i, j, k, drop = FALSE) } \arguments{ \item{x}{An object from which to extract element(s) or in which to replace 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..021fcc0 --- /dev/null +++ b/revdep/README.md @@ -0,0 +1,25 @@ +# Platform + +|field |value | +|:--------|:----------------------------------------------------------------------------| +|version |R version 4.3.1 (2023-06-16) | +|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-10-26 | +|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 |Δ | +|:-------|:-----|:----------|:--| +|aion |1.0.1 |1.0.1.9000 |* | +|arkhe |1.3.0 |1.3.0 | | + +# Revdeps + diff --git a/revdep/cran.md b/revdep/cran.md new file mode 100644 index 0000000..782ef68 --- /dev/null +++ b/revdep/cran.md @@ -0,0 +1,7 @@ +## revdepcheck results + +We checked 1 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