aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-03-06 15:43:24 +0100
committerRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-03-06 15:43:24 +0100
commite6553b371bceedb431c1ff6f1b051022df44e92b (patch)
tree380a785bc7b5f4f7f8e40d04ebb9b940db919379 /README.md
parentf20ed2fd0d9629975b8a170ecdfed531ac9c906b (diff)
Remove travis badge, installation from r-universe
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/README.md b/README.md
index dbbe692..af2bcd3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
# pfm
-[![Build Status](https://travis-ci.com/jranke/pfm.svg?branch=main)](https://app.travis-ci.com/github/jranke/pfm)
[![pfm status badge](https://jranke.r-universe.dev/badges/pfm)](https://jranke.r-universe.dev/ui/#package:pfm)
[![codecov](https://codecov.io/github/jranke/pfm/branch/main/graphs/badge.svg)](https://codecov.io/github/jranke/pfm)
@@ -10,23 +9,19 @@ and out files), made available under the GNU public license.
## Installation
-The easiest way to install the package is probably to use
-[drat](https://cran.r-project.org/package=drat):
+The easiest way to install the package is probably to use the
+[r-universe repo](https://jranke.r-universe.dev/pfm):
```r
-install.packages("drat")
-drat::addRepo("jranke")
-install.packages("pfm")
+install.packages("pfm", repos = c("https://jranke.r-universe.dev", "https://cran.r-project.org"))
```
Alternatively you can install the package
-using the `devtools` package. Using `quick = TRUE` skips docs,
+using the `remotes` package. Using `quick = TRUE` skips docs,
multiple-architecture builds, demos, and vignettes.
-
```r
-library(devtools)
-install_github("jranke/pfm", quick = TRUE)
+remotes::install_github("jranke/pfm", quick = TRUE)
```
## Use

Contact - Imprint