diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0402ddb..b253615 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -89,7 +89,6 @@ before issuing a pull request. This can be done by running `check()` from the `devtools` package, which will also check for consistent documentation, etc. - This package uses the [AppVeyor](https://ci.appveyor.com/project/dataobservatory-eu/dataset) continuous testing mechanism for R to ensure that the test suite is run on each push to Github. An icon at the top of the README.md indicates diff --git a/DESCRIPTION b/DESCRIPTION index def6df1..e3dc4a4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: dataset Title: Create Data Frames that are Easier to Exchange and Reuse -Version: 0.3.4002 -Date: 2024-12-26 +Version: 0.3.4003 +Date: 2025-02-06 DOI: 10.32614/CRAN.package.dataset Language: en-GB Authors@R: @@ -13,7 +13,10 @@ Authors@R: person(given = "Marcelo", family = "Perlin", role = c("rev"), comment = c(ORCID = "0000-0002-9839-4268") - ) + ), + person(given = "Anna Márta", family = "Mester", + role = c("rev"), + comment = c(ORCID = "0009-0008-2274-8163")) ) Maintainer: Daniel Antal Description: The aim of the 'dataset' package is to make tidy datasets easier to release,