aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-11-14 11:09:10 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2014-11-14 11:09:10 +0100
commite1bd37b3a94dbc5babfa77ee99e5ecdbd8892217 (patch)
tree9d2e93ad0e9c986595e66b3afcb6c01683badd44
parent92d1da8e2426211f084e5245d613b710cbdac0b1 (diff)
Rename the Rprofile file in order not to interfere with the Makefile
-rw-r--r--.Rbuildignore2
-rw-r--r--README.md2
-rw-r--r--Rprofile (renamed from .Rprofile)0
3 files changed, 2 insertions, 2 deletions
diff --git a/.Rbuildignore b/.Rbuildignore
index 52c49a1..8d0c6a2 100644
--- a/.Rbuildignore
+++ b/.Rbuildignore
@@ -1,7 +1,7 @@
GNUmakefile
NEWS.md
gmkin_screenshot.png
-.Rprofile
+Rprofile
vignettes/.build.timestamp
vignettes/cache
vignettes/gmkin_manual_cache
diff --git a/README.md b/README.md
index 01604db..ef9c82a 100644
--- a/README.md
+++ b/README.md
@@ -121,7 +121,7 @@ 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).
+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
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
diff --git a/.Rprofile b/Rprofile
index 2ab9f0e..2ab9f0e 100644
--- a/.Rprofile
+++ b/Rprofile

Contact - Imprint