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

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Mar 19, 2020
1 parent 34e5e6d commit 66d667b
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 15 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: arkhe
Title: Representation of Archaeological Data
Version: 0.2.1.9000
Version: 0.2.2
Authors@R:
person(given = "Nicolas",
family = "Frerebeau",
Expand Down
11 changes: 9 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## arkhe 0.2.1
## arkhe 0.2.2
### Bugfixes & changes
* CRAN package check error has been fixed (random error with **testthat**).
* CRAN package check warnings have been fixed (remove **nomnoml** from suggested packages).

* Fix CRAN package check warnings (documented arguments not in \usage' in the r-devel checks).
## arkhe 0.2.1 (CRAN release date: 2020-02-15)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3668868.svg)](https://doi.org/10.5281/zenodo.3668868)

### Bugfixes & changes
* CRAN package check warnings have been fixed (documented arguments not in \usage' in the r-devel checks).

## arkhe 0.2.0 (CRAN release date: 2019-12-18)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3583089.svg)](https://doi.org/10.5281/zenodo.3583089)
Expand Down
2 changes: 1 addition & 1 deletion R/arkhe-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#' \tabular{ll}{
#' \strong{Package:} \tab arkhe \cr
#' \strong{Type:} \tab Package \cr
#' \strong{Version:} \tab 0.2.1 \cr
#' \strong{Version:} \tab 0.2.2 \cr
#' \strong{License:} \tab GPL-3 \cr
#' \strong{DOI:} \tab \href{https://doi.org/10.5281/zenodo.3526659}{10.5281/zenodo.3526659}
#' }
Expand Down
8 changes: 4 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"issueTracker": "https://github.com/nfrerebeau/arkhe/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.2.1.9000",
"version": "0.2.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -110,7 +110,7 @@
}
],
"readme": "https://github.com/nfrerebeau/arkhe/blob/master/README.md",
"fileSize": "35.932KB",
"fileSize": "253.564KB",
"contIntegration": [
"https://ci.appveyor.com/project/nfrerebeau/arkhe",
"https://travis-ci.org/nfrerebeau/arkhe",
Expand All @@ -129,7 +129,7 @@
"citation": [
{
"@type": "SoftwareSourceCode",
"datePublished": "2019",
"datePublished": "2020",
"author": [
{
"@type": "Person",
Expand All @@ -139,7 +139,7 @@
],
"name": "{arkhe}: Representation of Archaeological Data",
"url": "https://doi.org/10.5281/zenodo.3526659",
"description": "R package version 0.2.1"
"description": "R package version 0.2.2"
}
],
"releaseNotes": "https://github.com/nfrerebeau/arkhe/blob/master/NEWS.md",
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Test environments
* local Ubuntu 18.04 install: 3.6.2
* 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
Expand All @@ -8,7 +8,7 @@

0 errors | 0 warnings | 0 note

* CRAN package check warnings (documented arguments not in \usage' in the r-devel checks) have been fixed.
* CRAN package check warnings and error have been fixed.

## Reverse dependencies

Expand Down
8 changes: 4 additions & 4 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ citHeader("To cite arkhe in publications use:")
citEntry(entry = "Manual",
title = "{arkhe}: Representation of Archaeological Data",
author = c(person("Nicolas", "Frerebeau", role = "aut")),
year = "2019",
year = "2020",
organization = "Université Bordeaux Montaigne",
address = "Pessac, France",
note = "R package version 0.2.1",
note = "R package version 0.2.2",
url = "https://doi.org/10.5281/zenodo.3526659",

textVersion =
paste("Frerebeau, Nicolas (2019).",
paste("Frerebeau, Nicolas (2020).",
"arkhe: Representation of Archaeological Data.",
"R package version 0.2.1",
"R package version 0.2.2",
"Université Bordeaux Montaigne, Pessac, France.",
"DOI 10.5281/zenodo.3526659.")
)
2 changes: 1 addition & 1 deletion man/arkhe-package.Rd

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

0 comments on commit 66d667b

Please sign in to comment.