diff --git a/DESCRIPTION b/DESCRIPTION index d8a9bfb..b6ae46a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/NEWS.md b/NEWS.md index 3aa6a9b..987bee4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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) diff --git a/R/arkhe-package.R b/R/arkhe-package.R index 103ac6c..75f72b8 100644 --- a/R/arkhe-package.R +++ b/R/arkhe-package.R @@ -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} #' } diff --git a/codemeta.json b/codemeta.json index ce4e119..e3a2dd3 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", @@ -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", @@ -129,7 +129,7 @@ "citation": [ { "@type": "SoftwareSourceCode", - "datePublished": "2019", + "datePublished": "2020", "author": [ { "@type": "Person", @@ -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", diff --git a/cran-comments.md b/cran-comments.md index 4f7a886..50b3614 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 @@ -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 diff --git a/inst/CITATION b/inst/CITATION index 539e01b..7bad0cc 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -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.") ) diff --git a/man/arkhe-package.Rd b/man/arkhe-package.Rd index 054fa88..acc518f 100644 --- a/man/arkhe-package.Rd +++ b/man/arkhe-package.Rd @@ -20,7 +20,7 @@ A collection of classes that represent \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} }