aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-12-18 09:16:45 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2014-12-18 09:20:27 +0100
commit457548b352c908b3ec25253e0f284214fdbf97d6 (patch)
tree9d21b9889fae82112e3d897e176663731b0595ef /README.md
parentfc22ee4bcf3cd0c863bf3b80cdd7ae236698cc5a (diff)
Adding r-forge permanently to repositories has unwanted side effects
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 8 insertions, 20 deletions
diff --git a/README.md b/README.md
index c6555bd..8b2ff68 100644
--- a/README.md
+++ b/README.md
@@ -49,8 +49,8 @@ respective
### Installing gmkin from R-Forge
Windows and Linux users running R 3.1.0 or later can make use of the
-package repository on R-Forge. If you would like to install gmkin just once,
-you can install it using the command
+package repository on R-Forge. For installing or upgrading to the latest released
+version you can use the command
```s
install.packages("gmkin", repos = c("http://r-forge.r-project.org", getOption("repos")))
@@ -59,29 +59,17 @@ install.packages("gmkin", repos = c("http://r-forge.r-project.org", getOption("r
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.
+The above command temporarily adds the R-Forge repository to your package
+sources.
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
install from the source files in this repository (not tested).
-### Keeping it current
-
-If you would like to pull in new versions of gmkin or gWidgetsWWW2 from time to
-time, you could add the R-Forge repository to your startup options, e.g. by
-including a command like
-
-```s
-options(repos = c(CRAN = "http://cran.rstudio.com",
- "R-Forge" = "http://r-forge.r-project.org"))
-```
-
-to your startup options, e.g. to your `.Rprofile` file. For details, please
-consult the help page for this, e.g. by typing `?Startup` in R.
-
-You can then update your packages including gmkin by using `update.packages()`,
-please see its help files for details.
+In a previous version of this README I have described how to permanently add
+the R-Forge repository to your options. However, I noticed this has unwanted
+side effects, so I do not recommend it any longer. Therefore, you may want
+to revert such changes to your R startup options.
The latest changes to gmkin are recorded in the
[NEWS](https://github.com/jranke/gmkin/blob/master/NEWS.md) file,

Contact - Imprint