diff options
| author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-03-06 15:43:24 +0100 |
|---|---|---|
| committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-03-06 15:43:24 +0100 |
| commit | e6553b371bceedb431c1ff6f1b051022df44e92b (patch) | |
| tree | 380a785bc7b5f4f7f8e40d04ebb9b940db919379 /README.md | |
| parent | f20ed2fd0d9629975b8a170ecdfed531ac9c906b (diff) | |
Remove travis badge, installation from r-universe
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -1,6 +1,5 @@ # pfm -[](https://app.travis-ci.com/github/jranke/pfm) [](https://jranke.r-universe.dev/ui/#package:pfm) [](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 |
