aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-11-14 11:24:38 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2014-11-14 11:24:38 +0100
commit40e72b36efbd373c06c07b87d590c03a79f3ffee (patch)
treee1dcdad9c282c6673d43275dc3b86f44d7e9f32c /README.md
parente1bd37b3a94dbc5babfa77ee99e5ecdbd8892217 (diff)
Include loading 'utils' in Rprofile
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index ef9c82a..c6555bd 100644
--- a/README.md
+++ b/README.md
@@ -121,8 +121,10 @@ gmkin()
```
You can also put these two commands into an `.Rprofile` file in the working directory
-where you start R. For your convenience, you can find such a file [here](Rprofile?raw=true).
-On Windows, you can save this file to the directory where you would like to start gmkin
+where you start R. For some reason, the `utils` package also needs to be loaded when
+you do this from an .Rprofile file. For your convenience, you can find such a
+file [here](Rprofile?raw=true). On Windows, you can save this file to the
+directory where you would like to start gmkin
by right clicking on the link to this file, choose `save target as` or similar,
and choose `.Rprofile.` as the name. This will lead to the creation of a file
named `.Rprofile` which will be executed when you start R within this directory.

Contact - Imprint