Skip to content

Commit

Permalink
Bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed May 30, 2023
1 parent c9a3c3b commit 0476090
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 22 deletions.
14 changes: 9 additions & 5 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ cff-version: 1.2.0
message: 'To cite package "dwctaxon" in publications use:'
type: software
license: MIT
title: 'dwctaxon: Tools for Working with Darwin Core Taxon Data'
version: 1.0.0.9000
abstract: Provides functions to create, manipulate, and validate taxonomic data in
compliance with Darwin Core standards (Darwin Core "Taxon" class https://dwc.tdwg.org/terms/#taxon).
title: 'dwctaxon: Edit and Validate Darwin Core Taxon Data'
version: 2.0.2
abstract: Edit and validate taxonomic data in compliance with Darwin Core standards
(Darwin Core 'Taxon' class <https://dwc.tdwg.org/terms/#taxon>).
authors:
- family-names: Nitta
given-names: Joel H.
email: joelnitta@gmail.com
orcid: https://orcid.org/0000-0003-4719-7472
preferred-citation:
type: generic
type: manual
title: The dwctaxon R package for working with Darwin Core Taxon data
authors:
- family-names: Nitta
Expand All @@ -35,3 +35,7 @@ contact:
given-names: Joel H.
email: joelnitta@gmail.com
orcid: https://orcid.org/0000-0003-4719-7472
keywords:
- database
- r-package
- rstats
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 2.0.1
Date: 2023-05-27 01:09:11 UTC
SHA: 58f37fc754c42cfebf7cc77483b0e37086f23513
Version: 2.0.2
Date: 2023-05-30 01:00:10 UTC
SHA: c9a3c3b432854521d876c2492931ed6189a7abca
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dwctaxon
Title: Edit and Validate Darwin Core Taxon Data
Version: 2.0.1
Version: 2.0.2
Authors@R:
c(
person(given = "Joel H.",
Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# dwctaxon 2.0.2

## Other

- Save options with `options()` and restore at end of each example (https://github.com/ropensci/dwctaxon/commit/c9a3c3b432854521d876c2492931ed6189a7abca)

# dwctaxon 2.0.1

## Other

- Use `/dontrun{}` to skip examples that intentionally cause errors (https://github.com/ropensci/dwctaxon/pull/89)

- Save user settings and restore at end of each example (https://github.com/ropensci/dwctaxon/pull/91)
- Save user settings with `dct_options()` and restore at end of each example (https://github.com/ropensci/dwctaxon/pull/91)

# dwctaxon 2.0.0

Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci/dwctaxon",
"issueTracker": "https://github.com/ropensci/dwctaxon/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "2.0.1",
"version": "2.0.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -295,7 +295,7 @@
},
"SystemRequirements": null
},
"fileSize": "1269.416KB",
"fileSize": "1269.881KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
13 changes: 3 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
# CRAN submission for dwctaxon 2.0.1
# CRAN submission for dwctaxon 2.0.2

2023-05-27
2023-05-30
## Resubmission

This is a resubmission. In this version I have:

* Changed one example that was wrapped in `if (FALSE)` to `\dontrun{}`. This was
an example of code that intentionally produces an error, so it needs to be
prevented from automatically running.

* Reset any global options changed with dct_options() in an example or vignette
to their state before examples were run
* Reset any global options changed with options() in an example or vignette to their state before examples were run.

dwctaxon has never previously been on CRAN, so it has no reverse dependencies.

Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Roxygen
roxygen
RoxygenNote
roxyglobals
rstats
rstudio
runiverse
Sarda
Expand Down

0 comments on commit 0476090

Please sign in to comment.