Releases: NeotomaDB/neotoma2
CRANv1.0.9
neotoma2 1.0.9
Fixed 2 neotoma2R package bugs:
samples.sites()was not binding properly all rows.all_datacould cause a multiple argument error.- Fixed passing arguments in
get_downloads()- added a second tryCatch for .sites objects
Added function:
get_publications.sites()
CRANv1.0.8
Updated neotoma2R package documentation, simplifying the volume of .Rd documents. I also included documentation with pkgdown package. The documentation HTML files are now hosted at: https://open.neotomadb.org/neotoma2/
Implemented github actions to build and deploy the documentation to the above URL whenever there is a push to the main branch.
Created new speleothem S4 class and specific methods for speleothem data, of particular interest:
get_speleothems()
speleothems()
speleothemdetails()
They are still in beta stage, so please report any issues you may find.
Upgraded filter() so that it is no longer needed to specify dplyr:: or neotoma2:: when using the function. filter() also works on recdatecreated and DOI fields.
Added new tests to improve code coverage.
Worked on improving get_taxa() and get_taxon() functions. The first one works as get_datasets(taxa=...) while the latter one retrieves taxon details for a single taxon id or a vector of taxon ids.
When API is down for whichever reason, instead of stopping, any get_() function will return NULL with an error message. For examples, it will be a message to prevent violating CRAN policies when building vignettes or running examples if the API is not available.
CRANv1.0.7
codemeta
CRANv1.0.6
Updated parsing of API response
Incremented use of POST requests
Incremented tests
Created stronger helper functions for parsing response.
CRANv1.0.5
Latest CRAN reviewed code.
CRANv1.0.4
Reestablish on CRAN.
CRANv1.0.3
Latest release approved by CRAN
Minor update with new title.
This provides a minor update to the package to ensure all naming conventions are followed and the Citation file is accurate.
JOSS Submission
This release describes the package at the time of acceptance to the Journal of Open Source Software. The work here follows revisions from the initial submission to JOSS (see issues here: openjournals/joss-reviews#5561).
What's Changed
New Contributors
Full Changelog: CRANv1.0...v1.0.3
CRANv1.0.2
Fixed URL too long, and multiple filtering issues.