diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-14 11:24:38 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-11-14 11:24:38 +0100 |
commit | 40e72b36efbd373c06c07b87d590c03a79f3ffee (patch) | |
tree | e1dcdad9c282c6673d43275dc3b86f44d7e9f32c /README.md | |
parent | e1bd37b3a94dbc5babfa77ee99e5ecdbd8892217 (diff) |
Include loading 'utils' in Rprofile
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |