Official package release on CRAN: https://cran.r-project.org/package=soiltexture
Homepage of the soiltexture R package.
The package repositry was recently moved from rforge to
GitHub . Original pages:
https://r-forge.r-project.org/R/?group_id=740
http://soiltexture.r-forge.r-project.org/
This page is under construction.
Please refer to the old homepage for more information.
Official release on CRAN
Please make sure that the package can be installed on your
version of R (type R.Version()[["version.string"]]
) by
checking the minimum version of R indicated in the package
description (field "Depends:" on the CRAN page of the
package).
To install the latest official release of the package, type the following command in R command prompt:
install.packages("soiltexture")
Then, to get started, type
library("soiltexture")
help(pack='soiltexture')
Development version from Github
Please make sure that the package can be installed on your
version of R (type R.Version()[["version.string"]]
) by
checking the minimum version of R indicated in the package
DESCRIPTION on Github.
To install the latest development version of the package
from GitHub, you need to install the package
devtools
and the software bundle
Rtools.
Please refer to devtools
README.
To install devtools, type in R command prompt:
install.packages("devtools")
Then, to install soiltexture
from GitHub, type:
devtools::install_github("julienmoeys/soiltexture/pkg/soiltexture")
See here: FAQ.md.
My current work and personal situation unfortunately does not leave me much time to provide support to and answer questions from users of the soiltexture package. I prioritise the base maintenance of the package on CRAN, so that the package remains available on the latest version of R. Answer to other questions is likely to be erratic or very delayed.