Install the supported CDO version
cdo_install(
reinstall = FALSE,
proj = "/usr",
netcdf = "/usr",
fftw3 = "/usr",
eccodes = "/usr"
)
The path to the installed cdo executable.
Logical. Set to true to force reinstallation.
Location of the optional libraries.
rcdo should work with your normal CDO installation but you if your installed version is not the one used to generate this package, there could be some small inconsistencies in the documentation, missing operators, extra operators or changes in syntax.
cdo_install()
will attempt to download, configure, compile and install
CDO version 2.5.1 in the package data directory. If this
version of CDO exists, the package will use it. Otherwise, it will use your
system's installation.