RootDetection
- Beta: RootDetection 0.1.3-beta-2 (Zip-File, contains executables for all supported platforms)
- Quick Reference Manual (Pdf-File)
- Manual (coming soon)
Installation
Download the package and unzip it anywhere you want.
RRootDetection R Package
- Windows Binary (.zip)
- Package Source (.tar.gz)
Installation
Change into the directory containing the downloaded package file and start R. Then enter the following commands:
Windows:
> install.packages("RSQLite")
> install.packages("RRootDetection0.2.zip", repos=NULL, INSTALLopts="--html")
Mac OS X, Linux (Installation from Source)
> install.packages("RSQLite")
> install.packages("RRootDetection0.2.tar.gz", repos=NULL, type="source", INSTALLopts="--html")