The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

ocedata 0.2.0

Project Status: Active – The project has reached a stable, usable state and is being actively developed. R-CMD-check CRAN_Status_Badge RStudio CRAN mirror downloads RStudio CRAN mirror downloads RStudio CRAN mirror downloads

About ocedata

The ocedata package supplies some oceanographic datasets, for general use and as an adjunct to the oce package. Indeed, some of the datasets were once supplied by oce, but they were moved to ocedata to reduce storage pressure on the CRAN system, based on the assumption that oce will be updated more frequently than ocedata.

Installing ocedata

Stable versions of ocedata may be installed from within R, in the same way as other packages, with

install.packages("ocedata")

However, this version is only updated a few times a year (pursuant to CRAN policy), so some users install ocedata from the github.com website instead, to get the latest version. This may be done with

library(devtools)
install_github("dankelley/ocedata", ref="main")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.