README.md

License: MIT Project Status: WIP ? Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. minimal R version CRAN_Status_Badge packageversion

rgslib

rgslib provides an interface to the GSLIB and CCG Fortran programes managed and developed by the CCG. These are geostatistical programes and other associated utility programes for spatial modelling of mineral deposits.

I am slowly adding additional functionality as I need it. If there is something specific that you require please add an issue on the GitHub reporitory.

Installation

rgslib is not available on CRAN but can be installed from Github using the devtools package.

# install.packages("devtools")
devtools::install_github("truemoid/rgslib")

Various compiled Fortran programes are required for many rgslib functions. The location of the executables must be in the path environment variable of your OS. I have only tested this on Windows 10, but if you have programes compiled for another OS this package should work.

The programs required are all compiled by the CCG and are: addcoord, declus, unscore, varcalc, and varmap.

Code of conduct

Please note that the 'rgslib' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



truemoid/rgslib documentation built on May 30, 2019, 2:14 p.m.