From e1bd37b3a94dbc5babfa77ee99e5ecdbd8892217 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 14 Nov 2014 11:09:10 +0100 Subject: Rename the Rprofile file in order not to interfere with the Makefile --- .Rbuildignore | 2 +- .Rprofile | 2 -- README.md | 2 +- Rprofile | 2 ++ 4 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 .Rprofile create mode 100644 Rprofile 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/.Rprofile b/.Rprofile deleted file mode 100644 index 2ab9f0e..0000000 --- a/.Rprofile +++ /dev/null @@ -1,2 +0,0 @@ -require(gmkin) -gmkin() 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 new file mode 100644 index 0000000..2ab9f0e --- /dev/null +++ b/Rprofile @@ -0,0 +1,2 @@ +require(gmkin) +gmkin() -- cgit v1.2.1