aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-11-09 15:46:04 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2015-11-09 15:46:04 +0100
commited6c049521bb760314f6ea5d2b6ec8a3bd851ece (patch)
tree1d01838350404e5199d3e4c30fad4afd326b638a
parenta0368443cbbf40e8edef4544cae2909a4a4c513b (diff)
Fix the link to Rprofile
-rw-r--r--README.html2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.html b/README.html
index 2e45f03..3d4eab0 100644
--- a/README.html
+++ b/README.html
@@ -124,7 +124,7 @@ install_github(&quot;jranke/gmkin&quot;, quick = TRUE)</code></pre>
<pre class="s"><code>require(gmkin)
require(utils)
gmkin()</code></pre>
-<p>into an <code>.Rprofile</code> 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 <a href="http://github.com/jranke/mkin/Rprofile?raw=true">here</a>. 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 <code>.Rprofile.</code> 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 <code>.Rprofile</code> which will be executed when you start R within this directory, e.g. by creating a shortcut that starts R in this directory (see <a href="http://cran.r-project.org/bin/windows/base/rw-FAQ.html#How-do-I-install-R-for-Windows_003f">How do I install R for Windows?</a>, and <a href="http://cran.r-project.org/bin/windows/base/rw-FAQ.html#How-do-I-run-it_003f">How do I run it?</a>).</p>
+<p>into an <code>.Rprofile</code> 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 <a href="http://github.com/jranke/gmkin/master/Rprofile?raw=true">here</a>. 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 <code>.Rprofile.</code> 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 <code>.Rprofile</code> which will be executed when you start R within this directory, e.g. by creating a shortcut that starts R in this directory (see <a href="http://cran.r-project.org/bin/windows/base/rw-FAQ.html#How-do-I-install-R-for-Windows_003f">How do I install R for Windows?</a>, and <a href="http://cran.r-project.org/bin/windows/base/rw-FAQ.html#How-do-I-run-it_003f">How do I run it?</a>).</p>
</div>
</div>
diff --git a/README.md b/README.md
index 67a5e3c..eac383e 100644
--- a/README.md
+++ b/README.md
@@ -144,7 +144,7 @@ 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](http://github.com/jranke/mkin/Rprofile?raw=true).
+[here](http://github.com/jranke/gmkin/master/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 (yes, there are two dots, one in the beginning,

Contact - Imprint