From a291c5a13eae07e6ff4facc27123fdd616237651 Mon Sep 17 00:00:00 2001 From: nfrerebeau Date: Fri, 14 May 2021 01:30:56 +0200 Subject: [PATCH] Prepare for next release --- .Rbuildignore | 3 ++- DESCRIPTION | 2 +- NEWS.md | 5 ++++- R/arkhe-package.R | 4 ++-- codemeta.json | 6 +++--- cran-comments.md | 7 +++++-- inst/CITATION | 4 ++-- man/arkhe-package.Rd | 4 ++-- revdep/.gitignore | 6 ++++++ revdep/README.md | 28 ++++++++++++++++++++++++++++ revdep/cran.md | 7 +++++++ revdep/failures.md | 33 +++++++++++++++++++++++++++++++++ revdep/problems.md | 1 + 13 files changed, 96 insertions(+), 14 deletions(-) create mode 100644 revdep/.gitignore create mode 100644 revdep/README.md create mode 100644 revdep/cran.md create mode 100644 revdep/failures.md create mode 100644 revdep/problems.md diff --git a/.Rbuildignore b/.Rbuildignore index cd4bf5f..479f3c2 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -10,11 +10,12 @@ ^NEWS\.Rmd$ ^README\.Rmd$ ^data-raw$ -^doc$ ^docs$ ^Meta$ ^.*\.Rproj$ ^\.Rproj\.user$ ^\.github$ +^\.httr-oauth$ +^revdep$ ^paper\.md$ ^paper\.bib$ diff --git a/DESCRIPTION b/DESCRIPTION index aed7a1a..3256111 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: arkhe Title: Representation of Archaeological Data -Version: 0.3.0.9000 +Version: 0.3.1 Authors@R: c(person(given = "Nicolas", family = "Frerebeau", diff --git a/NEWS.md b/NEWS.md index eec69ba..4ac1a5c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,7 @@ -# arkhe 0.3.0.9000 +# arkhe 0.3.1 + +## Bugfixes & changes +* Fix warning "data length differs from size of matrix" in examples (R-devel). # arkhe 0.3.0 [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4675724.svg)](https://doi.org/10.5281/zenodo.4675724) diff --git a/R/arkhe-package.R b/R/arkhe-package.R index 72c0a9f..6078784 100644 --- a/R/arkhe-package.R +++ b/R/arkhe-package.R @@ -2,14 +2,14 @@ #' \tabular{ll}{ #' **Package:** \tab arkhe \cr #' **Type:** \tab Package \cr -#' **Version:** \tab 0.3.0 \cr +#' **Version:** \tab 0.3.1 \cr #' **License:** \tab GPL-3 \cr #' } #' #' \doi{10.5281/zenodo.3526659} #' #' @section Package options: -#' `arkhe` uses the following [options()] to configure behaviour: +#' `arkhe` uses the following [options()] to configure behavior: #' * `arkhe.autodetect`: a [`logical`] scalar. #' * `arkhe.verbose`: a [`logical`] scalar. Should \R report extra information #' on progress? diff --git a/codemeta.json b/codemeta.json index 1ee08e5..26dbfd5 100644 --- a/codemeta.json +++ b/codemeta.json @@ -17,7 +17,7 @@ ], "issueTracker": "https://github.com/tesselle/arkhe/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.3.0.9000", + "version": "0.3.1", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -122,7 +122,7 @@ "name": "stats" } ], - "fileSize": "815.233KB", + "fileSize": "2540.098KB", "contIntegration": "https://codecov.io/gh/tesselle/arkhe", "developmentStatus": "https://www.repostatus.org/#active", "keywords": [ @@ -144,7 +144,7 @@ ], "name": "arkhe: Representation of Archaeological Data", "url": "https://doi.org/10.5281/zenodo.3526659", - "description": "R package version 0.3.0" + "description": "R package version 0.3.1" } ], "provider": { diff --git a/cran-comments.md b/cran-comments.md index 2a7db40..c0531b7 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -8,8 +8,11 @@ 0 errors | 0 warnings | 0 note -* CRAN package check note ("'LazyData' is specified without a 'data' directory") has been fixed. +* CRAN package check warning ("data length differs from size of matrix") has been fixed. ## Reverse dependencies -There are no reverse dependencies. +We checked 1 reverse dependency, 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/inst/CITATION b/inst/CITATION index cff3cdf..08ed7f1 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -7,13 +7,13 @@ citEntry( year = "2021", organization = "Université Bordeaux Montaigne", address = "Pessac, France", - note = "R package version 0.3.0", + note = "R package version 0.3.1", url = "https://doi.org/10.5281/zenodo.3526659", textVersion = paste("Frerebeau, Nicolas (2021).", "arkhe: Representation of Archaeological Data.", - "R package version 0.3.0", + "R package version 0.3.1", "Université Bordeaux Montaigne, Pessac, France.", "DOI 10.5281/zenodo.3526659.", "URL https://arkhe.tesselle.org.") diff --git a/man/arkhe-package.Rd b/man/arkhe-package.Rd index 7257f6b..b65c859 100644 --- a/man/arkhe-package.Rd +++ b/man/arkhe-package.Rd @@ -23,7 +23,7 @@ A collection of classes that represent \tabular{ll}{ \strong{Package:} \tab arkhe \cr \strong{Type:} \tab Package \cr -\strong{Version:} \tab 0.3.0 \cr +\strong{Version:} \tab 0.3.1 \cr \strong{License:} \tab GPL-3 \cr } @@ -31,7 +31,7 @@ A collection of classes that represent } \section{Package options}{ -\code{arkhe} uses the following \code{\link[=options]{options()}} to configure behaviour: +\code{arkhe} uses the following \code{\link[=options]{options()}} to configure behavior: \itemize{ \item \code{arkhe.autodetect}: a \code{\link{logical}} scalar. \item \code{arkhe.verbose}: a \code{\link{logical}} scalar. Should \R report extra information 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..aca6edb --- /dev/null +++ b/revdep/README.md @@ -0,0 +1,28 @@ +# Platform + +|field |value | +|:--------|:----------------------------| +|version |R version 4.0.3 (2020-10-10) | +|os |Ubuntu 20.04.1 LTS | +|system |x86_64, linux-gnu | +|ui |RStudio | +|language |(EN) | +|collate |fr_FR.UTF-8 | +|ctype |fr_FR.UTF-8 | +|tz |Europe/Paris | +|date |2021-05-14 | + +# Dependencies + +|package |old |new |Δ | +|:-------|:-----|:-----|:--| +|arkhe |0.3.0 |0.3.1 |* | + +# Revdeps + +## Failed to check (1) + +|package |version |error |warning |note | +|:-------|:-------|:-----|:-------|:----| +|tabula |? | | | | + diff --git a/revdep/cran.md b/revdep/cran.md new file mode 100644 index 0000000..62d1ce4 --- /dev/null +++ b/revdep/cran.md @@ -0,0 +1,7 @@ +## revdepcheck results + +We checked 1 reverse dependencies (0 from CRAN + 1 from Bioconductor), 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..214f8b9 --- /dev/null +++ b/revdep/failures.md @@ -0,0 +1,33 @@ +# tabula + +
+ +* Version: +* GitHub: https://github.com/tesselle/arkhe +* Source code: NA +* Number of recursive dependencies: 0 + +
+ +## Error before installation + +### Devel + +``` + + + + + + +``` +### CRAN + +``` + + + + + + +``` 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