-
Notifications
You must be signed in to change notification settings - Fork 13
Installation
We currently only provide binaries for Windows, Linux and Mac OS users will need to compile the software or use the R version.
Download the latest release of RTK here: https://github.com/hildebra/Rarefaction/releases
Launch R as usual. Then install from CRAN via:
install.packages('rtk')
Or if you want the newest bleeding edge version download the source from github. Then compile via:
git clone https://github.com/hildebra/Rarefaction
cd Rarefaction/r-package
R CMD INSTALL rtk
This will download the git repository and build the R-package from source. You will need the Rcpp
and testhat
package installed beforehand.
Download the latest release of RTK here: https://github.com/hildebra/Rarefaction/releases
You will need developer tools and git (recommended) installed. For debian/Ubuntu this is done via sudo apt-get install build-essential git
Then compile from source:
git clone https://github.com/hildebra/Rarefaction
cd Rarefaction/rtk
make
You will need XCode and git installed.
git clone https://github.com/hildebra/Rarefaction
cd Rarefaction/rtk
make