Skip to content

Installation

Stefan Filges edited this page Nov 23, 2021 · 8 revisions

Installation instructions

umiAnalyzer has been developed and tested using R 4.1. Using other versions of R may cause errors or unwanted functionality.

Install from CRAN

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")

Clone from GitHub

git clone https://github.com/sfilges/umiAnalyzer
cd umiAnalyzer/
R CMD INSTALL --no-multiarch --with-keep.source --resave-data umiAnalyzer
Clone this wiki locally