diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-10-27 16:50:31 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-10-27 16:50:31 +0100 |
commit | 9a4a894ee145908551a48c77fd9cb5340d1600a7 (patch) | |
tree | 79daa0702a640c22faaab03e8d551cbb2afcbab6 /README.md | |
parent | 4ac0fd5058977af41ffe345b32e8604e949bbd84 (diff) |
Improve wording...
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -47,8 +47,11 @@ you can install it using the command install.packages("gmkin", repos = c("http://r-forge.r-project.org", getOption("repos"))) ``` -If you have not set your CRAN mirror yet, you may have to select one from the list. -This adds the R-Forge repository to your package sources for this installation only. +If you have not set your CRAN mirror yet, you may have to select one from the list that +appears. + +The above command adds the R-Forge repository to your package sources for this +installation only. It should pull the gmkin package and its dependencies, notably the gWidgetsWWW2 package which is not available from the CRAN archive (see above). Mac users that have the necessary development files installed can probably |