-
-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
Karolis Koncevičius edited this page Jun 24, 2019
·
2 revisions
Instructions for installing matrixTests
using various sources.
The official release from CRAN
install.packages("matrixTests")
Same version, from GitHub.
library(devtools)
install_github("KKPMW/matrixTests")
Developement version contains stable updates not yet on CRAN:
library(devtools)
install_github("KKPMW/matrixTests", ref="dev")