From b557bdd3db3a06ab2c33e54bf0a7fed4188f67d1 Mon Sep 17 00:00:00 2001 From: hb Date: Wed, 10 Jun 2015 16:52:19 -0700 Subject: [PATCH] Now on CRAN --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad900ca..7dae189 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@ ## Installation -R package globals is only available via [GitHub](https://github.com/HenrikBengtsson/globals) and can be installed in R as: +R package globals is available on [CRAN](http://cran.r-project.org/package=globals) and can be installed in R as: ```r -source('http://callr.org/install#HenrikBengtsson/globals') +install.packages('globals') ``` ## Software quality -| Resource: | GitHub | Travis CI | Appveyor | +| Resource: | CRAN | Travis CI | Appveyor | | ------------- | ------------------- | ------------- | ---------------- | | _Platforms:_ | _Multiple_ | _Linux_ | _Windows_ | -| R CMD check | | Build status | Build status | +| R CMD check | CRAN version | Build status | Build status | | Test coverage | | Coverage Status | |