Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libkriging/rlibkriging
https://github.com/libkriging/rlibkriging
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/libkriging/rlibkriging
- Owner: libKriging
- Created: 2021-09-24T13:25:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T08:37:42.000Z (3 months ago)
- Last Synced: 2024-11-30T12:34:38.057Z (about 2 months ago)
- Language: Shell
- Size: 17.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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:```r
install.packages('devtools')
devtools::install_github("libKriging/rlibkriging")
```The stable version is available from CRAN [![Downloads
(monthly)](https://cranlogs.r-pkg.org/badges/rlibkriging)](https://cran.r-project.org/package=rlibkriging) :```r
install.packages('rlibkriging')
```## Requirements
* `c++`, `cmake` and `gfortran`, should be installed using:
* Linux/OSX: `brew/apt/yum/... install cpp cmake gfortran`
* Windows: install Rtools (see https://cran.r-project.org/bin/windows/Rtools/)
Note:
* R>=4.2 & Rtools>=42 are required for this 'devtools::install_github'
* for older R/Rtools, refer to manual install: https://github.com/libKriging/libKriging#compilation-for-linuxmacwindows-using-r-toolchainNote: this repository mainly contains modified Makefiles, inspired by https://github.com/astamm/nloptr wrapper.
## CRAN
When submitting to CRAN, `./tools/setup.sh` should be run before `R CMD build rlibkriging` to fit CRAN policy.