This is a package update. In this version, I have:
- Moved
taxize
package toSuggests
, as it is now orphaned. studyTaxonList()
allows user to skip taxonomic rectification, which relies on functions fromtaxize
package.studyTaxonList()
automatically skips taxonomic rectification iftaxize
is unavailable.
- local OS X 14.6.1, R 4.4.1
- mac-latest (release), R 4.4.1
- win-builder (devel and release), R 4.4.1
- ubuntu 20.04 (devel and release; on GitHub Actions), R 4.4.1
- macOS-latest (on GitHub Actions), R 4.4.1
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.
I ran tools::check_packages_in_dir() check on downstream dependencies of occCite.
All packages that I could install passed with no ERRORs or WARNINGs.