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