Development version of the SoilR package
This is the development version of SoilR. It is a rapidly evolving version that may be less
stable than the official stable version in CRAN.
There are several options.
devtools
package.install.packages("devtools")
After installing devtools
, you only need to run
devtools::install_github('MPIBGC-TEE/SoilR/pkg')
devtools::install_local("/path/to/the/downloaded/SoilR\*.tar.gz",repos=NULL)
If you do not want to or cannot use devtools
you can install the dependencies by copying the contents of the script
install_dependencies.R
devtools::install('path/to/SoilR/pkg')
R CMD build path/to/SoilR/pkg
git clone https://github.com/MPIBGC-TEE/SoilR.git
If you are already contributing and want to update a vignette or correct a typo in the documentation
look at the tools for package maintenance.
If you want to contribute new functions or repair bugs, create a pull request.
To learn more about SoilR
check the references below, and consult the
workflows