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.html | 8 ++++++++ README.md | 15 +++++++++++++++ 2 files changed, 23 insertions(+) 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.

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:

+
install.packages("drat")
+

Once ‘drat’ is installed, you can install drfit as follows:

+
drat::addRepo("jranke")
+install.packages("drfit")
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