Skip to content

biooracler 1.0.0

Latest

Choose a tag to compare

@vinisalazar vinisalazar released this 12 Jun 01:55
· 16 commits to master since this release
2d1c31b

First stable release of biooracler, an R wrapper around rerddap for the Bio-Oracle ERDDAP server.

New features

  • download_layers() gains a filename argument to save downloads under a human-readable name instead of the cache hash (#13).

Improvements

  • Clearer errors when the ERDDAP server is unreachable or constraints are out of range, plus a warning on empty results (#3).
  • Argument validation now fails fast, before any network call.
  • The ERDDAP server is contacted over HTTPS.

Documentation

  • Clarified that time is a range (one layer per step within it, #18) and that the raster extent reaches half a cell beyond nominal bounds due to cell-center coordinates (#20).
  • Fixed dataset_id reference (duplicate phyc entry, transposed year).

Infrastructure

  • GitHub Actions R-CMD-check across Linux, macOS, and Windows.
  • Offline input-validation tests; tidied DESCRIPTION; removed dead code.

R CMD check --as-cran: 0 errors, 0 warnings, 1 NOTE (New submission).

Install

# install.packages("remotes")
remotes::install_github("bio-oracle/biooracler")