First stable release of biooracler, an R wrapper around rerddap for the Bio-Oracle ERDDAP server.
New features
download_layers()gains afilenameargument 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
timeis 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_idreference (duplicatephycentry, 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")