Skip to content

Releases: rmendels/xtractomatic

Release 3.4.2

12 Mar 22:32
Compare
Choose a tag to compare

Properly handles temporary files.

Release 3.4.1

24 Jan 02:22
Compare
Choose a tag to compare

Changed so URL sends ISO time, not udunits time.

Release 3.4.0

09 Jan 23:02
Compare
Choose a tag to compare
  • Major refactoring of code, order of function arguments and defaults has changed.
  • searchData() no longer uses a list of list, instead it uses a simple list where the each “searchType” and “searchString” are set off by a colon as in “searchType:searchString”.
  • Added cmocean colormaps.
  • Added check if dataset is available.
  • Better checks if download fails at any point.
  • If xtracto() call fails part-way through, results to that point returned.
  • Changed some examples for faster execution.

xtractomatic version 3.3.1

18 May 14:08
Compare
Choose a tag to compare

xtractomatic 3.3.1

Changed examples to run faster on CRAN machines.

xtractomatic 3.3.0

  • Changed the organization of the underlying erddapStruct that contains dataset information, removed outdated datasets.
  • Changed searchData() to use a simple list with text strings of the form searchType:searchText
  • Corrected searchData() for case where there are no matches
  • searchData() and getInfo() now return results using View().
  • Modified encoding of urls to work with newer versions of Apache Tomcat.

xtractomatic v3.2.0

04 Jan 15:27
Compare
Choose a tag to compare

The changes in the this release will be invisible to the user. The URL's now use https instead of http, and the vignette was modified so that multiple calls will be tried on a data download.

First CRAN Release

07 Oct 18:35
Compare
Choose a tag to compare

This is the first release available through CRAN