Skip to content

Releases: NeotomaDB/neotoma2

CRANv1.0.9

26 Nov 21:01

Choose a tag to compare

neotoma2 1.0.9

Fixed 2 neotoma2R package bugs:

  • samples.sites() was not binding properly all rows.
  • all_data could 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

18 Nov 17:28
142b18e

Choose a tag to compare

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

21 Oct 18:01

Choose a tag to compare

codemeta

CRANv1.0.6

14 Jul 23:36

Choose a tag to compare

Updated parsing of API response

Incremented use of POST requests

Incremented tests

Created stronger helper functions for parsing response.

CRANv1.0.5

27 Dec 19:31

Choose a tag to compare

Latest CRAN reviewed code.

CRANv1.0.4

14 Aug 14:21

Choose a tag to compare

Reestablish on CRAN.

CRANv1.0.3

24 May 17:12

Choose a tag to compare

Latest release approved by CRAN

Minor update with new title.

22 Nov 17:58
660d8ca

Choose a tag to compare

This provides a minor update to the package to ensure all naming conventions are followed and the Citation file is accurate.

JOSS Submission

16 Nov 18:20

Choose a tag to compare

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

04 Jul 19:07

Choose a tag to compare

Fixed URL too long, and multiple filtering issues.