Skip to content

Commit

Permalink
ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahlowens committed Oct 17, 2024
1 parent 6d6518b commit ab8665d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 12 deletions.
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# occCite 0.5.9

* Fix tests to be robust to missing `taxize` package if not present.
* Fix tests to be robust to suggested package `taxize` if not present.
* `bold` added as suggested.
* GitHub remote sources for most recent releases for `bold` and `taxize`
added to `Remotes`.

# occCite 0.5.8

Expand Down
13 changes: 9 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@
"@type": "SoftwareApplication",
"identifier": "taxize",
"name": "taxize"
},
{
"@type": "SoftwareApplication",
"identifier": "bold",
"name": "bold"
}
],
"softwareRequirements": {
Expand Down Expand Up @@ -408,7 +413,7 @@
},
"SystemRequirements": null
},
"fileSize": "1983.238KB",
"fileSize": "1983.485KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down Expand Up @@ -446,11 +451,11 @@
}
],
"name": "occCite: Querying and Managing Large Biodiversity Occurrence Datasets",
"identifier": "10.5281/zenodo.6327707",
"identifier": "10.5281/zenodo.4726676",
"url": "https://CRAN.R-project.org/package=occCite",
"description": "R package version 0.5.9",
"@id": "https://doi.org/10.5281/zenodo.6327707",
"sameAs": "https://doi.org/10.5281/zenodo.6327707"
"@id": "https://doi.org/10.5281/zenodo.4726676",
"sameAs": "https://doi.org/10.5281/zenodo.4726676"
}
],
"relatedLink": "https://docs.ropensci.org/occCite/",
Expand Down
8 changes: 4 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
This is a package update. In this version, I have:

* Fix tests to be robust to suggested package `taxize` if not present.
* `bold` added as suggested.
* GitHub remote sources for most recent releases for `bold` and `taxize`
added to `Remotes`.

## Test environments
* local OS X 14.6.1, R 4.4.1
Expand All @@ -11,10 +14,7 @@ This is a package update. In this version, I have:
* macOS-latest (on GitHub Actions), R 4.4.1

## R CMD check results
0 errors | 0 warnings | 1 notes

Note: Suggests orphaned package: ‘taxize’
- Use is conditional on presence of package. If `taxize` is absent, taxonomic rectification is skipped. This is noted in metadata and does not affect downstream processes.
0 errors | 0 warnings | 0 notes

## Downstream dependencies
I ran tools::check_packages_in_dir() check on downstream dependencies of
Expand Down
5 changes: 4 additions & 1 deletion docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgdown_sha: ~
articles:
a_Simple: a_Simple.html
b_Advanced: b_Advanced.html
last_built: 2024-10-17T10:01Z
last_built: 2024-10-17T12:27Z
urls:
reference: https://docs.ropensci.org/occCite/reference
article: https://docs.ropensci.org/occCite/articles
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

0 comments on commit ab8665d

Please sign in to comment.