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 Oct 26, 2023
1 parent 99444fc commit b1bdd02
Show file tree
Hide file tree
Showing 16 changed files with 67 additions and 17 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 "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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[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 @@
# aion 1.0.1.9000
# aion 1.0.2
## Bugfixes & changes
* Rename the `format` argument of `format()` to `prefix`.

Expand Down
2 changes: 1 addition & 1 deletion R/aion-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
#' }
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<a href="https://tesselle.r-universe.dev" class="pkgdown-devel"><img
<a href="https://tesselle.r-universe.dev/aion"
class="pkgdown-devel"><img
src="https://tesselle.r-universe.dev/badges/aion"
alt="r-universe" /></a>
<a href="https://cran.r-project.org/package=aion"
Expand Down Expand Up @@ -58,7 +59,7 @@ offers a simple API that can be used by other specialized packages.
Frerebeau N, Roe J (2023). _aion: Archaeological Time Series_.
Université Bordeaux Montaigne, Pessac, France.
doi:10.5281/zenodo.8032278 <https://doi.org/10.5281/zenodo.8032278>,
R package version 1.0.1, <https://packages.tesselle.org/aion/>.
R package version 1.0.2, <https://packages.tesselle.org/aion/>.

Une entrée BibTeX pour les utilisateurs LaTeX est

Expand All @@ -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},
}
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/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",
Expand Down Expand Up @@ -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",
Expand All @@ -166,7 +166,7 @@
},
"SystemRequirements": null
},
"fileSize": "460.79KB",
"fileSize": "458.717KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -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"
}
Expand Down
7 changes: 7 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion man/aion-package.Rd

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

Binary file modified man/figures/README-time-series-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions man/subset.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
25 changes: 25 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -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

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 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

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 b1bdd02

Please sign in to comment.