The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.
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')
devtools::install_github("libKriging/rlibkriging")
# Or install a specific tagged version
devtools::install_github("libKriging/rlibkriging@0.9-3")Note: When installing via
install_github(), the package automatically initializes git
submodules (src/libK, src/slapack) at the
correct versions using the pinned commits recorded in
tools/gitmodules-shas. This ensures you get the exact
versions of dependencies that were used when the release was tagged.
The stable version is available from CRAN :
install.packages('rlibkriging')c++ and cmake, should be installed using:
brew/apt/yum/... install cpp cmakeNote: this repository mainly contains modified Makefiles, inspired by https://github.com/astamm/nloptr wrapper.
When submitting to CRAN, ./tools/setup.sh should be run
before R CMD build rlibkriging to fit CRAN policy.
For maintainers: when updating submodules, always run
./tools/update_submodule_shas.sh to record the new commit
SHAs. This ensures users who install via install_github()
get the correct submodule versions. See
SUBMODULE_VERSION_MANAGEMENT.md for details.
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.
Health stats visible at Monitor.