Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Apr 9, 2021
1 parent 29d7cae commit df6b51e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Collate:
Expand Down
3 changes: 2 additions & 1 deletion R/clean.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ detect_empty <- function(x, margin = 1, na.rm = TRUE) {
}
detect_any <- function(x, f, margin = 1, ...) {
count <- apply(
X = x, MARGIN = margin,
X = x,
MARGIN = margin,
FUN = function(x, f, ...) sum(f(x, ...)),
f = f, ...
)
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"name": "stats"
}
],
"fileSize": "768.712KB",
"fileSize": "815.102KB",
"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 1.0.0"
"description": "R package version 0.3.0"
}
],
"provider": {
Expand Down
14 changes: 6 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
## Test environments
* local Ubuntu 18.04 install: 3.6.3
* travis-ci: 3.2, 3.3, 3.4, oldrel, release and devel
* appveyor: release
* win-builder: oldrel, release and devel
* Local R installation: R 4.0.3
* Ubuntu 20.04 (on GitHub Actions): R devel, release, oldrel
* Windows (on GitHub Actions and win-builder): R devel, release, oldrel
* MacOS (on GitHub Actions): R release

## R CMD check results

0 errors | 0 warnings | 0 note

* CRAN package check warnings and error have been fixed.
* CRAN package check note ("'LazyData' is specified without a 'data' directory") has been fixed.

## Reverse dependencies

There is 1 reverse dependency.

The changes do not impact any of the dependencies.
There are no reverse dependencies.
6 changes: 3 additions & 3 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ citEntry(
year = "2021",
organization = "Université Bordeaux Montaigne",
address = "Pessac, France",
note = "R package version 1.0.0",
note = "R package version 0.3.0",
url = "https://doi.org/10.5281/zenodo.3526659",

textVersion =
paste("Frerebeau, Nicolas (2020).",
paste("Frerebeau, Nicolas (2021).",
"arkhe: Representation of Archaeological Data.",
"R package version 1.0.0",
"R package version 0.3.0",
"Université Bordeaux Montaigne, Pessac, France.",
"DOI 10.5281/zenodo.3526659.",
"URL https://arkhe.tesselle.org.")
Expand Down

0 comments on commit df6b51e

Please sign in to comment.