From 0b56f5b636661c2ed24d85ecd13dd4c863da10e5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 9 Nov 2015 15:49:15 +0100 Subject: Really fix the link to Rprofile in the README --- README.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.html') diff --git a/README.html b/README.html index 3d4eab0..e6fdd74 100644 --- a/README.html +++ b/README.html @@ -124,7 +124,7 @@ install_github("jranke/gmkin", quick = TRUE)
require(gmkin)
 require(utils)
 gmkin()
-

into an .Rprofile file in the working directory where you would like to work with gmkin and create a shortcut to start R and gmkin in this directory. For your convenience, you can find such a file here. 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 (yes, there are two dots, one in the beginning, one in the end). This will lead to the creation of a file named .Rprofile which will be executed when you start R within this directory, e.g. by creating a shortcut that starts R in this directory (see How do I install R for Windows?, and How do I run it?).

+

into an .Rprofile file in the working directory where you would like to work with gmkin and create a shortcut to start R and gmkin in this directory. For your convenience, you can find such a file here. 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 (yes, there are two dots, one in the beginning, one in the end). This will lead to the creation of a file named .Rprofile which will be executed when you start R within this directory, e.g. by creating a shortcut that starts R in this directory (see How do I install R for Windows?, and How do I run it?).

-- cgit v1.2.1