aboutsummaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2023-08-28 11:36:11 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2023-08-28 11:36:25 +0200
commit3ae4081bb38fe28c59f191472afe300801965cb4 (patch)
tree111a98afcc694638adf7b8e85925fef20586907c /README.html
parente425511fbd530270fb75b6b2fed7b191d63a4199 (diff)
Instructions for installation with dratHEADmain
Diffstat (limited to 'README.html')
-rw-r--r--README.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.html b/README.html
index 238c3b4..065bdb1 100644
--- a/README.html
+++ b/README.html
@@ -381,6 +381,14 @@ alternative to the original fitting methods, the algorithms from the
reference</a>.</p>
<p>The drfit package was archived on CRAN at my request on August 26,
2023. The last version that was published is 0.7.2.</p>
+<p>An easy way to install the latest version of the package is to use my
+drat repository.</p>
+<p>If you do not have the ‘drat’ package installed, you can get it from
+CRAN:</p>
+<pre class="r"><code>install.packages(&quot;drat&quot;)</code></pre>
+<p>Once ‘drat’ is installed, you can install drfit as follows:</p>
+<pre class="r"><code>drat::addRepo(&quot;jranke&quot;)
+install.packages(&quot;drfit&quot;)</code></pre>
</div>

Contact - Imprint