aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5dedc26..8e7aded 100644
--- a/README.md
+++ b/README.md
@@ -22,3 +22,18 @@ More details can be found in the [function reference](https://pkgdown.jrwb.de/dr
The drfit package was archived on CRAN at my request on August 26, 2023. The last
version that was published is 0.7.2.
+
+An easy way to install the latest version of the package is to use my drat repository.
+
+If you do not have the 'drat' package installed, you can get it from CRAN:
+
+```r
+install.packages("drat")
+```
+
+Once 'drat' is installed, you can install drfit as follows:
+
+```r
+drat::addRepo("jranke")
+install.packages("drfit")
+```

Contact - Imprint