From 3ae4081bb38fe28c59f191472afe300801965cb4 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 28 Aug 2023 11:36:11 +0200 Subject: Instructions for installation with drat --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') 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") +``` -- cgit v1.2.1