From e6553b371bceedb431c1ff6f1b051022df44e92b Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Wed, 6 Mar 2024 15:43:24 +0100 Subject: Remove travis badge, installation from r-universe --- README.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'README.html') diff --git a/README.html b/README.html index b7849dc..dffc213 100644 --- a/README.html +++ b/README.html @@ -355,22 +355,19 @@ display: none;

pfm

-

Build Status pfm status badge codecov

+

pfm status badge codecov

The R package pfm provides some utilities for fate modelling, including dealing with FOCUS pesticide fate modelling tools, (currently only TOXSWA cwa and out files), made available under the GNU public license.

Installation

-

The easiest way to install the package is probably to use drat:

-
install.packages("drat")
-drat::addRepo("jranke")
-install.packages("pfm")
+

The easiest way to install the package is probably to use the r-universe repo:

+
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 +remotes package. Using quick = TRUE skips docs, multiple-architecture builds, demos, and vignettes.

-
library(devtools)
-install_github("jranke/pfm", quick = TRUE)
+
remotes::install_github("jranke/pfm", quick = TRUE)

Use

-- cgit v1.2.1