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 May 13, 2021
1 parent 5c77db9 commit a291c5a
Show file tree
Hide file tree
Showing 13 changed files with 96 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Expand Up @@ -10,11 +10,12 @@
^NEWS\.Rmd$
^README\.Rmd$
^data-raw$
^doc$
^docs$
^Meta$
^.*\.Rproj$
^\.Rproj\.user$
^\.github$
^\.httr-oauth$
^revdep$
^paper\.md$
^paper\.bib$
2 changes: 1 addition & 1 deletion 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",
Expand Down
5 changes: 4 additions & 1 deletion 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)
Expand Down
4 changes: 2 additions & 2 deletions R/arkhe-package.R
Expand Up @@ -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?
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand All @@ -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": {
Expand Down
7 changes: 5 additions & 2 deletions cran-comments.md
Expand Up @@ -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
4 changes: 2 additions & 2 deletions inst/CITATION
Expand Up @@ -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.")
Expand Down
4 changes: 2 additions & 2 deletions man/arkhe-package.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
@@ -0,0 +1,6 @@
checks
library
checks.noindex
library.noindex
data.sqlite
*.html
28 changes: 28 additions & 0 deletions 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 |? | | | |

7 changes: 7 additions & 0 deletions 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

33 changes: 33 additions & 0 deletions revdep/failures.md
@@ -0,0 +1,33 @@
# tabula

<details>

* Version:
* GitHub: https://github.com/tesselle/arkhe
* Source code: NA
* Number of recursive dependencies: 0

</details>

## Error before installation

### Devel

```
```
### CRAN

```
```
1 change: 1 addition & 0 deletions revdep/problems.md
@@ -0,0 +1 @@
*Wow, no problems at all. :)*

0 comments on commit a291c5a

Please sign in to comment.