From 3174daa6a80192315b770bb19724cd107edb6451 Mon Sep 17 00:00:00 2001 From: Maxime Turgeon Date: Tue, 15 Dec 2015 08:55:00 -0500 Subject: [PATCH] add link to CRAN --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8b2d56..003110a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ PCEV is a statistical tool for the analysis of a mutivariate response vector. It ## Installation -You can install from GitHub using the [devtools](http://cran.r-project.org/web/packages/devtools/index.html) package: +This package is available on [CRAN](https://cran.r-project.org/web/packages/pcev/). Alternatively, you can install from GitHub using the [devtools](http://cran.r-project.org/web/packages/devtools/index.html) package: ``` r library(devtools)