Skip to content

Installation

Karolis Koncevičius edited this page Jun 24, 2019 · 2 revisions

Instructions for installing matrixTests using various sources.

From CRAN

The official release from CRAN

install.packages("matrixTests")

Using devtools

Same version, from GitHub.

library(devtools)
install_github("KKPMW/matrixTests")

Development version

Developement version contains stable updates not yet on CRAN:

library(devtools)
install_github("KKPMW/matrixTests", ref="dev")