diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-08-28 11:36:11 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-08-28 11:36:25 +0200 |
commit | 3ae4081bb38fe28c59f191472afe300801965cb4 (patch) | |
tree | 111a98afcc694638adf7b8e85925fef20586907c /README.md | |
parent | e425511fbd530270fb75b6b2fed7b191d63a4199 (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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") +``` |