From 97d0465a296ef1f5ae4502f9374ae339c0a8148e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 12 Nov 2023 21:10:41 +0100 Subject: Update static docs --- docs/index.html | 82 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 43 insertions(+), 39 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index fd7cfd1..9b6e441 100644 --- a/docs/index.html +++ b/docs/index.html @@ -21,6 +21,8 @@ + +
-
- - +
+ +

Build Status 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:

+
+

Installation +

+

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

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

Alternatively you can install the package using the devtools package. Using quick = TRUE skips docs, multiple-architecture builds, demos, and vignettes.

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

-Use

-

Please refer to the reference.

+
+

Use +

+

Please refer to the reference.

-
-

-Examples

-

One recent 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.

+
+

Examples +

+

One recent 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.

-

Site built with pkgdown 1.6.1.

+

+

Site built with pkgdown 2.0.7.

@@ -131,5 +133,7 @@ + + -- cgit v1.2.1 From d66bd4aa0bf9c4d9b8793a4e308c9e80691b440f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 12 Nov 2023 21:40:01 +0100 Subject: Enable links to source, upgrade to bootstrap 5 --- docs/index.html | 99 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 53 insertions(+), 46 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 9b6e441..0feb1e4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,14 +4,16 @@ - + + Utilities for Pesticide Fate Modelling • pfm - - - + + + - - + @@ -20,44 +22,46 @@ - + + Skip to contents -
-
-
-
+ +
+
+
+

Build Status codecov

@@ -86,10 +90,14 @@

One recent 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.

-
+
-
- -- cgit v1.2.1