-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Stefan Filges edited this page Nov 23, 2021
·
8 revisions
umiAnalyzer has been developed and tested using R 4.1. Using other versions of R may cause errors or unwanted functionality.
Once available on CRAN:
install.packages("umiAnalyzer")
Using devtools
In the R studio console, type:
devtools::install_github("sfilges/umiAnalyzer")
to get the current stable version or use the following for the latest development version:
devtools::install_github("sfilges/umiAnalyzer", ref = "devel")
git clone https://github.com/sfilges/umiAnalyzer
cd umiAnalyzer/
R CMD INSTALL --no-multiarch --with-keep.source --resave-data umiAnalyzer