This repository is just a wrapper to emulate a “standard” R package from https://github.com/libKriging/bindings/R/rlibkriging content, so you can install it just using:
install.packages('devtools')
::install_github("libKriging/rlibkriging") devtools
c++
, cmake
and gfortran
,
should be installed using:
Linux:
apt/yum/... install cpp cmake gfortran
OSX: brew install cpp cmake gfortran
Windows: install Rtools using https://cran.r-project.org/bin/windows/Rtools/rtools42/files/rtools42-5253-5107-signed.exe (or check any update at https://cran.r-project.org/bin/windows/Rtools/rtools42/rtools.html)
Note:
Note: this repository mainly contains modified Makefiles, inspired by https://github.com/astamm/nloptr wrapper for NLOpt.
When submitting to CRAN, ./tools/setup.sh
should be run
before R CMD build rlibkriging
to suite CRAN policy.