summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-12-16 11:08:29 +0100
committerRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-12-16 11:08:29 +0100
commit02da35cd9859f336439351f35773ba1c6ac7d3a7 (patch)
tree33810d72c04d4dd898a1cec2e6fa45cc59e3315d /README.md
parentb0491cb4953ae752b7d14b1085222defee3b4505 (diff)
Update installation instructions to use `pak`
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 989af1a..8b3e423 100644
--- a/README.md
+++ b/README.md
@@ -18,12 +18,13 @@ The easiest way to install the package is probably to use the
install.packages("pfm", repos = c("https://jranke.r-universe.dev", "https://cran.r-project.org"))
```
-Alternatively you can install the package
-using the `remotes` package. Using `quick = TRUE` skips docs,
-multiple-architecture builds, demos, and vignettes.
+The packages at R-universe are provided with a slight delay. Alternatively, you
+can install the package directly from github, e.g. by using
+[`pak`](https://pak.r-lib.org).
```r
-remotes::install_github("jranke/pfm", quick = TRUE)
+# install.packages("pak")
+pak::pak("jranke/pfm")
```
## Use
@@ -32,7 +33,7 @@ Please refer to the [reference](http://pkgdown.jrwb.de/pfm/reference/index.html)
## Examples
-One recent nice example of the usage of this package is the visualisation
+One nice example of the usage of this package is the visualisation
of a time weighted average for a sawtooth curve obtained from several overlays
of mkinfit predictions as shown [here](http://pkgdown.jrwb.de/pfm/reference/plot.one_box.html).

Contact - Imprint