From ed6c049521bb760314f6ea5d2b6ec8a3bd851ece Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 9 Nov 2015 15:46:04 +0100 Subject: Fix the link to Rprofile --- README.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.html') diff --git a/README.html b/README.html index 2e45f03..3d4eab0 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