From 451b332c8888bac8279340b086abb3b714ac3ae1 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 25 Apr 2019 11:50:35 +0200 Subject: Add more drift data, especially 3 m field crop data To support Agroscope in doing lots of PEC calculations for Switzerland --- ChangeLog | 20 ++ DESCRIPTION | 4 +- build.log | 2 +- data/drift_data_JKI.RData | Bin 966 -> 1947 bytes docs/authors.html | 4 +- docs/index.html | 14 +- docs/pkgdown.yml | 2 +- docs/reference/FOCUS_GW_scenarios_2012.html | 4 +- docs/reference/FOCUS_Step_12_scenarios.html | 4 +- docs/reference/FOMC_actual_twa.html | 4 +- docs/reference/GUS.html | 4 +- docs/reference/PEC_FOMC_accu_rel.html | 4 +- docs/reference/PEC_soil.html | 4 +- docs/reference/PEC_soil_mets.html | 4 +- docs/reference/PEC_sw_drainage_UK.html | 4 +- docs/reference/PEC_sw_drift.html | 4 +- docs/reference/PEC_sw_exposit_drainage.html | 4 +- docs/reference/PEC_sw_exposit_runoff.html | 4 +- docs/reference/PEC_sw_focus.html | 4 +- docs/reference/PEC_sw_sed.html | 4 +- docs/reference/SFO_actual_twa.html | 4 +- docs/reference/SSLRC_mobility_classification.html | 4 +- docs/reference/TOXSWA_cwa.html | 4 +- docs/reference/chent_focus_sw.html | 4 +- docs/reference/drift_data_JKI.html | 340 ++++++++++++++++------ docs/reference/endpoint.html | 4 +- docs/reference/geomean.html | 4 +- docs/reference/get_vertex.html | 4 +- docs/reference/index.html | 4 +- docs/reference/max_twa.html | 4 +- docs/reference/one_box-2.png | Bin 15306 -> 15306 bytes docs/reference/one_box-3.png | Bin 30090 -> 30098 bytes docs/reference/one_box.html | 7 +- docs/reference/perc_runoff_exposit.html | 4 +- docs/reference/perc_runoff_reduction_exposit.html | 4 +- docs/reference/pfm_degradation.html | 4 +- docs/reference/plot.TOXSWA_cwa.html | 4 +- docs/reference/plot.one_box-3.png | Bin 37318 -> 37317 bytes docs/reference/plot.one_box.html | 7 +- docs/reference/read.TOXSWA_cwa.html | 4 +- docs/reference/sawtooth-2.png | Bin 37318 -> 37317 bytes docs/reference/sawtooth.html | 7 +- docs/reference/soil_scenario_data_EFSA_2015.html | 4 +- docs/reference/soil_scenario_data_EFSA_2017.html | 4 +- docs/reference/twa.html | 4 +- test.log | 6 +- 46 files changed, 363 insertions(+), 170 deletions(-) diff --git a/ChangeLog b/ChangeLog index eeb3fe4..16aa30a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +commit 3bb842b93107dd6207610de1fe5b44be66779e4d +Author: Johannes Ranke +Date: 2019-04-25 10:25:56 +0200 + + Remove leftover docs from earlier version + + Docs now live in docs/ + +commit 77f63efa62b6530fbe2accdacc866e34626fe4e3 +Author: Johannes Ranke +Date: 2019-02-21 16:01:38 +0100 + + Update docs + +commit 5086e2b87eaec90a02b4744d1321c6949d0b8982 +Author: Johannes Ranke +Date: 2019-02-21 15:59:22 +0100 + + Use codecov + commit e21ec96873bf60072414369bc96e4c076a450235 Author: Johannes Ranke Date: 2019-02-19 17:13:55 +0100 diff --git a/DESCRIPTION b/DESCRIPTION index 35e9da9..34e1fc4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: pfm Type: Package Title: Utilities for Pesticide Fate Modelling -Version: 0.5.3 -Date: 2019-02-21 +Version: 0.5.4 +Date: 2019-04-25 Authors@R: person("Johannes Ranke", email = "jranke@uni-bremen.de", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-4371-6538")) diff --git a/build.log b/build.log index 60f9962..b721d36 100644 --- a/build.log +++ b/build.log @@ -7,5 +7,5 @@ Removed empty directory ‘pfm/inst/testdata/SwashProjects/Project_1/MACRO’ Removed empty directory ‘pfm/inst/testdata/SwashProjects/Project_1’ Removed empty directory ‘pfm/inst/testdata/SwashProjects’ * looking to see if a ‘data/datalist’ file should be added -* building ‘pfm_0.5.3.tar.gz’ +* building ‘pfm_0.5.4.tar.gz’ diff --git a/data/drift_data_JKI.RData b/data/drift_data_JKI.RData index 0a2f05e..7a21b24 100644 Binary files a/data/drift_data_JKI.RData and b/data/drift_data_JKI.RData differ diff --git a/docs/authors.html b/docs/authors.html index 977f810..066d25f 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -60,7 +60,7 @@ pfm - 0.5.3 + 0.5.4 @@ -117,7 +117,7 @@
-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/index.html b/docs/index.html index 4a41dde..0220e80 100644 --- a/docs/index.html +++ b/docs/index.html @@ -32,7 +32,7 @@ pfm - 0.5.3 + 0.5.4 @@ -75,12 +75,12 @@

Installation

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

- +

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)

@@ -131,7 +131,7 @@

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 1dc6ec1..354fdca 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -1,5 +1,5 @@ pandoc: 2.2.1 -pkgdown: 1.3.0 +pkgdown: 1.3.0.9000 pkgdown_sha: ~ articles: [] diff --git a/docs/reference/FOCUS_GW_scenarios_2012.html b/docs/reference/FOCUS_GW_scenarios_2012.html index d60f44f..722971a 100644 --- a/docs/reference/FOCUS_GW_scenarios_2012.html +++ b/docs/reference/FOCUS_GW_scenarios_2012.html @@ -64,7 +64,7 @@ soil definitions are from page 46ff. from FOCUS (2012)." /> pfm - 0.5.3 + 0.5.4 @@ -207,7 +207,7 @@ soil definitions are from page 46ff. from FOCUS (2012).

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/FOCUS_Step_12_scenarios.html b/docs/reference/FOCUS_Step_12_scenarios.html index 2020899..53e0570 100644 --- a/docs/reference/FOCUS_Step_12_scenarios.html +++ b/docs/reference/FOCUS_Step_12_scenarios.html @@ -64,7 +64,7 @@ The text file is not included in the package as its licence is not clear." /> pfm - 0.5.3 + 0.5.4 @@ -310,7 +310,7 @@ The text file is not included in the package as its licence is not clear.

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/FOMC_actual_twa.html b/docs/reference/FOMC_actual_twa.html index 9963761..6826618 100644 --- a/docs/reference/FOMC_actual_twa.html +++ b/docs/reference/FOMC_actual_twa.html @@ -63,7 +63,7 @@ pfm - 0.5.3 + 0.5.4 @@ -172,7 +172,7 @@
-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/GUS.html b/docs/reference/GUS.html index 18f59be..1a5da20 100644 --- a/docs/reference/GUS.html +++ b/docs/reference/GUS.html @@ -65,7 +65,7 @@ $$GUS = \log_{10} DT50_{soil} (4 - \log_{10} K_{oc})$$" /> pfm - 0.5.3 + 0.5.4 @@ -234,7 +234,7 @@ toxicology and chemistry 8(4) 339–57.

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/PEC_FOMC_accu_rel.html b/docs/reference/PEC_FOMC_accu_rel.html index a81683d..2c3be54 100644 --- a/docs/reference/PEC_FOMC_accu_rel.html +++ b/docs/reference/PEC_FOMC_accu_rel.html @@ -63,7 +63,7 @@ pfm - 0.5.3 + 0.5.4 @@ -152,7 +152,7 @@
-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/PEC_soil.html b/docs/reference/PEC_soil.html index db09110..bef0f05 100644 --- a/docs/reference/PEC_soil.html +++ b/docs/reference/PEC_soil.html @@ -67,7 +67,7 @@ and in the EFSA guidance on PEC soil calculations (EFSA, 2015, 2017)." /> pfm - 0.5.3 + 0.5.4 @@ -358,7 +358,7 @@ from 2017 (p. 92).

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/PEC_soil_mets.html b/docs/reference/PEC_soil_mets.html index e60cc70..5ca7de4 100644 --- a/docs/reference/PEC_soil_mets.html +++ b/docs/reference/PEC_soil_mets.html @@ -63,7 +63,7 @@ pfm - 0.5.3 + 0.5.4 @@ -156,7 +156,7 @@ maximum occurrence in soil and their soil DT50

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/PEC_sw_drainage_UK.html b/docs/reference/PEC_sw_drainage_UK.html index b924c99..609a524 100644 --- a/docs/reference/PEC_sw_drainage_UK.html +++ b/docs/reference/PEC_sw_drainage_UK.html @@ -64,7 +64,7 @@ published on the CRC website" /> pfm - 0.5.3 + 0.5.4 @@ -179,7 +179,7 @@ published on the CRC website

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/PEC_sw_drift.html b/docs/reference/PEC_sw_drift.html index cb16371..829e949 100644 --- a/docs/reference/PEC_sw_drift.html +++ b/docs/reference/PEC_sw_drift.html @@ -65,7 +65,7 @@ with input via spray drift." /> pfm - 0.5.3 + 0.5.4 @@ -191,7 +191,7 @@ with input via spray drift.

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/PEC_sw_exposit_drainage.html b/docs/reference/PEC_sw_exposit_drainage.html index 62d83fa..d496268 100644 --- a/docs/reference/PEC_sw_exposit_drainage.html +++ b/docs/reference/PEC_sw_exposit_drainage.html @@ -69,7 +69,7 @@ details, see the discussion of the function arguments below." /> pfm - 0.5.3 + 0.5.4 @@ -227,7 +227,7 @@ autumn/winter/early spring.

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/PEC_sw_exposit_runoff.html b/docs/reference/PEC_sw_exposit_runoff.html index 3d7097a..c518de7 100644 --- a/docs/reference/PEC_sw_exposit_runoff.html +++ b/docs/reference/PEC_sw_exposit_runoff.html @@ -64,7 +64,7 @@ in the worksheet "Konzept Runoff"." /> pfm - 0.5.3 + 0.5.4 @@ -220,7 +220,7 @@ in the worksheet "Konzept Runoff".

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/PEC_sw_focus.html b/docs/reference/PEC_sw_focus.html index 138e223..1152559 100644 --- a/docs/reference/PEC_sw_focus.html +++ b/docs/reference/PEC_sw_focus.html @@ -69,7 +69,7 @@ to be used with the FOCUS calculator." /> pfm - 0.5.3 + 0.5.4 @@ -355,7 +355,7 @@ should be written

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/PEC_sw_sed.html b/docs/reference/PEC_sw_sed.html index 2e4fddc..679af8d 100644 --- a/docs/reference/PEC_sw_sed.html +++ b/docs/reference/PEC_sw_sed.html @@ -66,7 +66,7 @@ PEC calculator" /> pfm - 0.5.3 + 0.5.4 @@ -184,7 +184,7 @@ g/cm3)

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/SFO_actual_twa.html b/docs/reference/SFO_actual_twa.html index 1361ded..16da2f9 100644 --- a/docs/reference/SFO_actual_twa.html +++ b/docs/reference/SFO_actual_twa.html @@ -63,7 +63,7 @@ pfm - 0.5.3 + 0.5.4 @@ -168,7 +168,7 @@
-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/SSLRC_mobility_classification.html b/docs/reference/SSLRC_mobility_classification.html index 5c78362..6228b14 100644 --- a/docs/reference/SSLRC_mobility_classification.html +++ b/docs/reference/SSLRC_mobility_classification.html @@ -64,7 +64,7 @@ checked against the spreadsheet published on the CRC website" /> pfm - 0.5.3 + 0.5.4 @@ -158,7 +158,7 @@ checked against the spreadsheet published on the CRC website

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/TOXSWA_cwa.html b/docs/reference/TOXSWA_cwa.html index 357fb59..c6e0e64 100644 --- a/docs/reference/TOXSWA_cwa.html +++ b/docs/reference/TOXSWA_cwa.html @@ -64,7 +64,7 @@ Usually, an instance of this class will be generated by read.TOXSWA_cwa." /> pfm - 0.5.3 + 0.5.4 @@ -202,7 +202,7 @@ for the requested moving window sizes in days.

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/chent_focus_sw.html b/docs/reference/chent_focus_sw.html index f4c2281..24745a4 100644 --- a/docs/reference/chent_focus_sw.html +++ b/docs/reference/chent_focus_sw.html @@ -63,7 +63,7 @@ pfm - 0.5.3 + 0.5.4 @@ -184,7 +184,7 @@ systems

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/drift_data_JKI.html b/docs/reference/drift_data_JKI.html index 1b44852..3e9e367 100644 --- a/docs/reference/drift_data_JKI.html +++ b/docs/reference/drift_data_JKI.html @@ -66,7 +66,7 @@ published by the German Julius-Kühn Institute (JKI)." /> pfm - 0.5.3 + 0.5.4 @@ -158,107 +158,283 @@ as its licence is not clear.

# And this is the resulting data drift_data_JKI
#> [[1]] #> crop -#> distance Ackerbau Obstbau frueh Obstbau spaet -#> 1 2.77 NA NA -#> 3 NA 29.20 15.73 -#> 5 0.57 19.89 8.41 -#> 10 0.29 11.81 3.60 -#> 15 0.20 5.55 1.81 -#> 20 0.15 2.77 1.09 -#> 30 0.10 1.04 0.54 -#> 40 0.07 0.52 0.32 -#> 50 0.06 0.30 0.22 +#> distance Ackerbau Obstbau frueh Obstbau spaet Weinbau Hopfenbau +#> 1 2.77 NA NA NA NA +#> 3 0.95 29.20 15.73 8.02 19.33 +#> 5 0.57 19.89 8.41 3.62 11.57 +#> 10 0.29 11.81 3.60 1.23 5.77 +#> 15 0.20 5.55 1.81 0.65 3.84 +#> 20 0.15 2.77 1.09 0.42 1.79 +#> 30 0.10 1.04 0.54 0.22 0.56 +#> 40 0.07 0.52 0.32 0.14 0.25 +#> 50 0.06 0.30 0.22 0.10 0.13 +#> crop +#> distance Flaechenkulturen > 900 l/ha Tragbar < 50 cm +#> 1 4.440 2.77 +#> 3 NA NA +#> 5 0.180 0.57 +#> 10 0.050 0.29 +#> 15 0.020 0.20 +#> 20 0.012 0.15 +#> 30 0.005 0.10 +#> 40 0.003 0.07 +#> 50 0.002 0.06 +#> crop +#> distance Tragbar < 50 cm mit Spritzschirm Tragbar > 50 cm Gleisanlagen +#> 1 0.039 NA NA +#> 3 NA 8.02 0.018721696 +#> 5 0.005 3.62 0.014363896 +#> 10 NA 1.23 0.010026007 +#> 15 NA 0.65 0.008124366 +#> 20 NA 0.42 0.006998158 +#> 30 NA 0.22 0.005670811 +#> 40 NA 0.14 NA +#> 50 NA 0.10 0.004350831 #> #> [[2]] #> crop -#> distance Ackerbau Obstbau frueh Obstbau spaet -#> 1 2.38 NA NA -#> 3 NA 25.53 12.13 -#> 5 0.47 16.87 6.81 -#> 10 0.24 9.61 3.11 -#> 15 0.16 5.61 1.58 -#> 20 0.12 2.59 0.90 -#> 30 0.08 0.87 0.40 -#> 40 0.06 0.40 0.23 -#> 50 0.05 0.22 0.15 +#> distance Ackerbau Obstbau frueh Obstbau spaet Weinbau Hopfenbau +#> 1 2.38 NA NA NA NA +#> 3 0.79 25.53 12.13 7.23 17.73 +#> 5 0.47 16.87 6.81 3.22 9.60 +#> 10 0.24 9.61 3.11 1.07 4.18 +#> 15 0.16 5.61 1.58 0.56 2.57 +#> 20 0.12 2.59 0.90 0.36 1.21 +#> 30 0.08 0.87 0.40 0.19 0.38 +#> 40 0.06 0.40 0.23 0.12 0.17 +#> 50 0.05 0.22 0.15 0.08 0.09 +#> crop +#> distance Flaechenkulturen > 900 l/ha Tragbar < 50 cm +#> 1 3.780 2.38 +#> 3 NA NA +#> 5 0.160 0.47 +#> 10 0.040 0.24 +#> 15 0.020 0.16 +#> 20 0.011 0.12 +#> 30 0.005 0.08 +#> 40 0.003 0.06 +#> 50 0.002 0.05 +#> crop +#> distance Tragbar < 50 cm mit Spritzschirm Tragbar > 50 cm Gleisanlagen +#> 1 NA 0.1900 NA +#> 3 7.23 NA 2.120 +#> 5 3.22 0.0100 0.470 +#> 10 1.07 0.0030 0.060 +#> 15 0.56 0.0010 0.020 +#> 20 0.36 0.0008 0.008 +#> 30 0.19 NA NA +#> 40 0.12 NA NA +#> 50 0.08 NA NA #> #> [[3]] #> crop -#> distance Ackerbau Obstbau frueh Obstbau spaet -#> 1 2.01 NA NA -#> 3 NA 23.96 11.01 -#> 5 0.41 15.79 6.04 -#> 10 0.20 8.96 2.67 -#> 15 0.14 4.24 1.39 -#> 20 0.10 2.01 0.80 -#> 30 0.07 0.70 0.36 -#> 40 0.05 0.33 0.21 -#> 50 0.04 0.19 0.13 +#> distance Ackerbau Obstbau frueh Obstbau spaet Weinbau Hopfenbau +#> 1 2.01 NA NA NA NA +#> 3 0.68 23.96 11.01 6.90 15.93 +#> 5 0.41 15.79 6.04 3.07 8.57 +#> 10 0.20 8.96 2.67 1.02 3.70 +#> 15 0.14 4.24 1.39 0.54 2.26 +#> 20 0.10 2.01 0.80 0.34 1.05 +#> 30 0.07 0.70 0.36 0.18 0.34 +#> 40 0.05 0.33 0.21 0.11 0.15 +#> 50 0.04 0.19 0.13 0.08 0.08 +#> crop +#> distance Flaechenkulturen > 900 l/ha Tragbar < 50 cm +#> 1 3.420 2.01 +#> 3 NA NA +#> 5 0.150 0.41 +#> 10 0.040 0.20 +#> 15 0.020 0.14 +#> 20 0.010 0.10 +#> 30 0.004 0.07 +#> 40 0.003 0.05 +#> 50 0.002 0.04 +#> crop +#> distance Tragbar < 50 cm mit Spritzschirm Tragbar > 50 cm Gleisanlagen +#> 1 NA 0.1400 NA +#> 3 6.90 NA 1.590 +#> 5 3.07 0.0100 0.360 +#> 10 1.02 0.0020 0.050 +#> 15 0.54 0.0010 0.010 +#> 20 0.34 0.0006 0.006 +#> 30 0.18 NA NA +#> 40 0.11 NA NA +#> 50 0.08 NA NA #> #> [[4]] #> crop -#> distance Ackerbau Obstbau frueh Obstbau spaet -#> 1 1.85 NA NA -#> 3 NA 23.61 10.12 -#> 5 0.38 15.42 5.60 -#> 10 0.19 8.66 2.50 -#> 15 0.13 4.01 1.28 -#> 20 0.10 1.89 0.75 -#> 30 0.06 0.66 0.35 -#> 40 0.05 0.31 0.20 -#> 50 0.04 0.17 0.13 +#> distance Ackerbau Obstbau frueh Obstbau spaet Weinbau Hopfenbau +#> 1 1.85 NA NA NA NA +#> 3 0.62 23.61 10.12 6.71 15.38 +#> 5 0.38 15.42 5.60 2.99 8.26 +#> 10 0.19 8.66 2.50 0.99 3.55 +#> 15 0.13 4.01 1.28 0.52 2.17 +#> 20 0.10 1.89 0.75 0.33 0.93 +#> 30 0.06 0.66 0.35 0.17 0.31 +#> 40 0.05 0.31 0.20 0.11 0.14 +#> 50 0.04 0.17 0.13 0.08 0.08 +#> crop +#> distance Flaechenkulturen > 900 l/ha Tragbar < 50 cm +#> 1 2.290 1.85 +#> 3 NA NA +#> 5 0.120 0.38 +#> 10 0.030 0.19 +#> 15 0.020 0.13 +#> 20 0.009 0.10 +#> 30 0.004 0.06 +#> 40 0.002 0.05 +#> 50 0.002 0.04 +#> crop +#> distance Tragbar < 50 cm mit Spritzschirm Tragbar > 50 cm Gleisanlagen +#> 1 NA 0.1300 NA +#> 3 6.71 NA 1.360 +#> 5 2.99 0.0100 0.310 +#> 10 0.99 0.0020 0.040 +#> 15 0.52 0.0010 0.010 +#> 20 0.33 0.0005 0.005 +#> 30 0.17 NA NA +#> 40 0.11 NA NA +#> 50 0.08 NA NA #> #> [[5]] #> crop -#> distance Ackerbau Obstbau frueh Obstbau spaet -#> 1 1.75 NA NA -#> 3 NA 23.12 9.74 -#> 5 0.36 15.06 5.41 -#> 10 0.18 8.42 2.43 -#> 15 0.12 3.83 1.24 -#> 20 0.09 1.81 0.72 -#> 30 0.06 0.63 0.34 -#> 40 0.05 0.30 0.20 -#> 50 0.04 0.17 0.13 +#> distance Ackerbau Obstbau frueh Obstbau spaet Weinbau Hopfenbau +#> 1 1.75 NA NA NA NA +#> 3 0.59 23.12 9.74 6.59 15.12 +#> 5 0.36 15.06 5.41 2.93 7.99 +#> 10 0.18 8.42 2.43 0.98 3.36 +#> 15 0.12 3.83 1.24 0.51 2.03 +#> 20 0.09 1.81 0.72 0.33 0.88 +#> 30 0.06 0.63 0.34 0.17 0.29 +#> 40 0.05 0.30 0.20 0.11 0.14 +#> 50 0.04 0.17 0.13 0.08 0.07 +#> crop +#> distance Flaechenkulturen > 900 l/ha Tragbar < 50 cm +#> 1 2.120 1.75 +#> 3 NA NA +#> 5 0.110 0.36 +#> 10 0.030 0.18 +#> 15 0.010 0.12 +#> 20 0.008 0.09 +#> 30 0.004 0.06 +#> 40 0.002 0.05 +#> 50 0.002 0.04 +#> crop +#> distance Tragbar < 50 cm mit Spritzschirm Tragbar > 50 cm Gleisanlagen +#> 1 NA 0.1200 NA +#> 3 6.59 NA 1.190 +#> 5 2.93 0.0100 0.270 +#> 10 0.98 0.0020 0.040 +#> 15 0.51 0.0010 0.010 +#> 20 0.33 0.0005 0.005 +#> 30 0.17 NA NA +#> 40 0.11 NA NA +#> 50 0.08 NA NA #> #> [[6]] #> crop -#> distance Ackerbau Obstbau frueh Obstbau spaet -#> 1 1.64 NA NA -#> 3 NA 22.76 9.21 -#> 5 0.34 14.64 5.18 -#> 10 0.17 8.04 2.38 -#> 15 0.11 3.71 1.20 -#> 20 0.09 1.75 0.68 -#> 30 0.06 0.61 0.31 -#> 40 0.04 0.29 0.17 -#> 50 0.03 0.16 0.11 +#> distance Ackerbau Obstbau frueh Obstbau spaet Weinbau Hopfenbau +#> 1 1.64 NA NA NA NA +#> 3 0.56 22.76 9.21 6.41 14.90 +#> 5 0.34 14.64 5.18 2.85 7.79 +#> 10 0.17 8.04 2.38 0.95 3.23 +#> 15 0.11 3.71 1.20 0.50 1.93 +#> 20 0.09 1.75 0.68 0.32 0.83 +#> 30 0.06 0.61 0.31 0.17 0.28 +#> 40 0.04 0.29 0.17 0.11 0.13 +#> 50 0.03 0.16 0.11 0.07 0.07 +#> crop +#> distance Flaechenkulturen > 900 l/ha Tragbar < 50 cm +#> 1 1.980 1.64 +#> 3 NA NA +#> 5 0.100 0.34 +#> 10 0.030 0.17 +#> 15 0.010 0.11 +#> 20 0.008 0.09 +#> 30 0.004 0.06 +#> 40 0.002 0.04 +#> 50 0.001 0.03 +#> crop +#> distance Tragbar < 50 cm mit Spritzschirm Tragbar > 50 cm Gleisanlagen +#> 1 NA 0.1100 NA +#> 3 6.41 NA 1.070 +#> 5 2.85 0.0100 0.250 +#> 10 0.95 0.0020 0.030 +#> 15 0.50 0.0010 0.010 +#> 20 0.32 0.0004 0.005 +#> 30 0.17 NA NA +#> 40 0.11 NA NA +#> 50 0.07 NA NA #> #> [[7]] #> crop -#> distance Ackerbau Obstbau frueh Obstbau spaet -#> 1 1.61 NA NA -#> 3 NA 22.69 9.10 -#> 5 0.33 14.45 5.11 -#> 10 0.17 7.83 2.33 -#> 15 0.11 3.62 1.20 -#> 20 0.08 1.71 0.67 -#> 30 0.06 0.60 0.30 -#> 40 0.04 0.28 0.17 -#> 50 0.03 0.16 0.11 +#> distance Ackerbau Obstbau frueh Obstbau spaet Weinbau Hopfenbau +#> 1 1.61 NA NA NA NA +#> 3 0.55 22.69 9.10 6.33 14.63 +#> 5 0.33 14.45 5.11 2.81 7.60 +#> 10 0.17 7.83 2.33 0.94 3.13 +#> 15 0.11 3.62 1.20 0.49 1.86 +#> 20 0.08 1.71 0.67 0.31 0.81 +#> 30 0.06 0.60 0.30 0.16 0.26 +#> 40 0.04 0.28 0.17 0.10 0.12 +#> 50 0.03 0.16 0.11 0.07 0.06 +#> crop +#> distance Flaechenkulturen > 900 l/ha Tragbar < 50 cm +#> 1 1.930 1.61 +#> 3 NA NA +#> 5 0.100 0.33 +#> 10 0.030 0.17 +#> 15 0.010 0.11 +#> 20 0.008 0.08 +#> 30 0.004 0.06 +#> 40 0.002 0.04 +#> 50 0.001 0.03 +#> crop +#> distance Tragbar < 50 cm mit Spritzschirm Tragbar > 50 cm Gleisanlagen +#> 1 NA 0.1100 NA +#> 3 6.33 NA 0.960 +#> 5 2.81 0.0100 0.230 +#> 10 0.94 0.0020 0.030 +#> 15 0.49 0.0010 0.010 +#> 20 0.31 0.0004 0.004 +#> 30 0.16 NA NA +#> 40 0.10 NA NA +#> 50 0.07 NA NA #> #> [[8]] #> crop -#> distance Ackerbau Obstbau frueh Obstbau spaet -#> 1 1.52 NA NA -#> 3 NA 22.24 8.66 -#> 5 0.31 14.09 4.92 -#> 10 0.16 7.58 2.29 -#> 15 0.11 3.48 1.14 -#> 20 0.08 1.65 0.65 -#> 30 0.05 0.57 0.29 -#> 40 0.04 0.27 0.16 -#> 50 0.03 0.15 0.11 +#> distance Ackerbau Obstbau frueh Obstbau spaet Weinbau Hopfenbau +#> 1 1.52 NA NA NA NA +#> 3 0.52 22.24 8.66 6.26 13.53 +#> 5 0.31 14.09 4.92 2.78 7.15 +#> 10 0.16 7.58 2.29 0.93 3.01 +#> 15 0.11 3.48 1.14 0.49 1.82 +#> 20 0.08 1.65 0.65 0.31 0.78 +#> 30 0.05 0.57 0.29 0.16 0.25 +#> 40 0.04 0.27 0.16 0.10 0.12 +#> 50 0.03 0.15 0.11 0.07 0.06 +#> crop +#> distance Flaechenkulturen > 900 l/ha Tragbar < 50 cm +#> 1 1.640 1.52 +#> 3 NA NA +#> 5 0.090 0.31 +#> 10 0.020 0.16 +#> 15 0.010 0.11 +#> 20 0.007 0.08 +#> 30 0.003 0.05 +#> 40 0.002 0.04 +#> 50 0.001 0.03 +#> crop +#> distance Tragbar < 50 cm mit Spritzschirm Tragbar > 50 cm Gleisanlagen +#> 1 NA 1e-01 NA +#> 3 6.26 NA 0.890 +#> 5 2.78 1e-02 0.210 +#> 10 0.93 1e-03 0.030 +#> 15 0.49 1e-03 0.010 +#> 20 0.31 4e-04 0.004 +#> 30 0.16 NA NA +#> 40 0.10 NA NA +#> 50 0.07 NA NA #>
-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/endpoint.html b/docs/reference/endpoint.html index b4e4516..d80194b 100644 --- a/docs/reference/endpoint.html +++ b/docs/reference/endpoint.html @@ -66,7 +66,7 @@ this function." /> pfm - 0.5.3 + 0.5.4 @@ -223,7 +223,7 @@ exponent is often called 1/n.

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/geomean.html b/docs/reference/geomean.html index 80684b5..f08009b 100644 --- a/docs/reference/geomean.html +++ b/docs/reference/geomean.html @@ -66,7 +66,7 @@ returns 0 if at least one element of the vector is 0." /> pfm - 0.5.3 + 0.5.4 @@ -162,7 +162,7 @@ returns 0 if at least one element of the vector is 0.

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/get_vertex.html b/docs/reference/get_vertex.html index 1e123f1..3aeccf4 100644 --- a/docs/reference/get_vertex.html +++ b/docs/reference/get_vertex.html @@ -64,7 +64,7 @@ https://stackoverflow.com/a/717791" /> pfm - 0.5.3 + 0.5.4 @@ -144,7 +144,7 @@ https://stackoverflow.com/a/717791

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/index.html b/docs/reference/index.html index dd8d213..ea17397 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -60,7 +60,7 @@ pfm - 0.5.3 + 0.5.4 @@ -366,7 +366,7 @@ water concentrations

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/max_twa.html b/docs/reference/max_twa.html index d38e382..b5b4444 100644 --- a/docs/reference/max_twa.html +++ b/docs/reference/max_twa.html @@ -67,7 +67,7 @@ max_twa." /> pfm - 0.5.3 + 0.5.4 @@ -193,7 +193,7 @@ SFO, FOMC and DFOP models and to the parent compound

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/one_box-2.png b/docs/reference/one_box-2.png index eb60bd6..0da7911 100644 Binary files a/docs/reference/one_box-2.png and b/docs/reference/one_box-2.png differ diff --git a/docs/reference/one_box-3.png b/docs/reference/one_box-3.png index fcb308b..c770252 100644 Binary files a/docs/reference/one_box-3.png and b/docs/reference/one_box-3.png differ diff --git a/docs/reference/one_box.html b/docs/reference/one_box.html index 799ca6c..42f4541 100644 --- a/docs/reference/one_box.html +++ b/docs/reference/one_box.html @@ -63,7 +63,7 @@ pfm - 0.5.3 + 0.5.4 @@ -175,8 +175,7 @@ all observed variables.

pred_1 <- one_box(fit) plot(pred_1)
# Use a model with more than one observed variable -m_2 <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
#> Successfully compiled differential equation model from auto-generated C code.
fit_2 <- mkinfit(m_2, FOCUS_2006_D, quiet = TRUE) -pred_2 <- one_box(fit_2, ini = "model") +m_2 <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
#> Successfully compiled differential equation model from auto-generated C code.
fit_2 <- mkinfit(m_2, FOCUS_2006_D, quiet = TRUE)
#> Warning: Observations with value of zero were removed from the data
pred_2 <- one_box(fit_2, ini = "model") plot(pred_2)
-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/perc_runoff_exposit.html b/docs/reference/perc_runoff_exposit.html index 737dbb5..38e61cc 100644 --- a/docs/reference/perc_runoff_exposit.html +++ b/docs/reference/perc_runoff_exposit.html @@ -63,7 +63,7 @@ pfm - 0.5.3 + 0.5.4 @@ -163,7 +163,7 @@
-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/perc_runoff_reduction_exposit.html b/docs/reference/perc_runoff_reduction_exposit.html index 818e2be..56ccca8 100644 --- a/docs/reference/perc_runoff_reduction_exposit.html +++ b/docs/reference/perc_runoff_reduction_exposit.html @@ -63,7 +63,7 @@ pfm - 0.5.3 + 0.5.4 @@ -162,7 +162,7 @@ from which the values were taken.

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/pfm_degradation.html b/docs/reference/pfm_degradation.html index a9c94fb..9c62bf7 100644 --- a/docs/reference/pfm_degradation.html +++ b/docs/reference/pfm_degradation.html @@ -63,7 +63,7 @@ pfm - 0.5.3 + 0.5.4 @@ -174,7 +174,7 @@ is calculated (SFO model).

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/plot.TOXSWA_cwa.html b/docs/reference/plot.TOXSWA_cwa.html index 80a8095..31435e8 100644 --- a/docs/reference/plot.TOXSWA_cwa.html +++ b/docs/reference/plot.TOXSWA_cwa.html @@ -64,7 +64,7 @@ segment of a TOXSWA surface water body." /> pfm - 0.5.3 + 0.5.4 @@ -194,7 +194,7 @@ to suspended matter?

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/plot.one_box-3.png b/docs/reference/plot.one_box-3.png index 183035a..9767472 100644 Binary files a/docs/reference/plot.one_box-3.png and b/docs/reference/plot.one_box-3.png differ diff --git a/docs/reference/plot.one_box.html b/docs/reference/plot.one_box.html index bdbece5..5bc6847 100644 --- a/docs/reference/plot.one_box.html +++ b/docs/reference/plot.one_box.html @@ -63,7 +63,7 @@ pfm - 0.5.3 + 0.5.4 @@ -163,8 +163,7 @@ be shown if max_twa is not NULL.

dfop_pred <- one_box("DFOP", parms = c(k1 = 0.2, k2 = 0.02, g = 0.7)) plot(dfop_pred)
plot(sawtooth(dfop_pred, 3, 7), max_twa = 21)
# Use a fitted mkinfit model -m_2 <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
#> Successfully compiled differential equation model from auto-generated C code.
fit_2 <- mkinfit(m_2, FOCUS_2006_D, quiet = TRUE) -pred_2 <- one_box(fit_2, ini = 1) +m_2 <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
#> Successfully compiled differential equation model from auto-generated C code.
fit_2 <- mkinfit(m_2, FOCUS_2006_D, quiet = TRUE)
#> Warning: Observations with value of zero were removed from the data
pred_2 <- one_box(fit_2, ini = 1) pred_2_saw <- sawtooth(pred_2, 2, 7) plot(pred_2_saw, max_twa = 21, max_twa_var = "m1")
@@ -187,7 +186,7 @@ be shown if max_twa is not NULL.

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/read.TOXSWA_cwa.html b/docs/reference/read.TOXSWA_cwa.html index 6a0ee74..881aa87 100644 --- a/docs/reference/read.TOXSWA_cwa.html +++ b/docs/reference/read.TOXSWA_cwa.html @@ -68,7 +68,7 @@ renamed to ConLiqWatLay in the out file." /> pfm - 0.5.3 + 0.5.4 @@ -202,7 +202,7 @@ generating event statistics.

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/sawtooth-2.png b/docs/reference/sawtooth-2.png index 183035a..9767472 100644 Binary files a/docs/reference/sawtooth-2.png and b/docs/reference/sawtooth-2.png differ diff --git a/docs/reference/sawtooth.html b/docs/reference/sawtooth.html index 638d290..39a2e99 100644 --- a/docs/reference/sawtooth.html +++ b/docs/reference/sawtooth.html @@ -65,7 +65,7 @@ times, with an interval i." /> pfm - 0.5.3 + 0.5.4 @@ -145,8 +145,7 @@ the corresponding amounts applied in the second column.

applications = data.frame(time = seq(0, 14, by = 7), amount = c(1, 2, 3)) pred <- one_box(10) plot(sawtooth(pred, applications = applications))
-m_2 <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
#> Successfully compiled differential equation model from auto-generated C code.
fit_2 <- mkinfit(m_2, FOCUS_2006_D, quiet = TRUE) -pred_2 <- one_box(fit_2, ini = 1) +m_2 <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
#> Successfully compiled differential equation model from auto-generated C code.
fit_2 <- mkinfit(m_2, FOCUS_2006_D, quiet = TRUE)
#> Warning: Observations with value of zero were removed from the data
pred_2 <- one_box(fit_2, ini = 1) pred_2_saw <- sawtooth(pred_2, 2, 7) plot(pred_2_saw, max_twa = 21, max_twa_var = "m1")
max_twa(pred_2_saw)
#> $max @@ -179,7 +178,7 @@ the corresponding amounts applied in the second column.

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/soil_scenario_data_EFSA_2015.html b/docs/reference/soil_scenario_data_EFSA_2015.html index 6051cc2..3a2f122 100644 --- a/docs/reference/soil_scenario_data_EFSA_2015.html +++ b/docs/reference/soil_scenario_data_EFSA_2015.html @@ -65,7 +65,7 @@ scenario and model adjustment factors from p. 15 and p. 17 are included." /> pfm - 0.5.3 + 0.5.4 @@ -185,7 +185,7 @@ scenario and model adjustment factors from p. 15 and p. 17 are included.

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/soil_scenario_data_EFSA_2017.html b/docs/reference/soil_scenario_data_EFSA_2017.html index 082fb7b..acbfceb 100644 --- a/docs/reference/soil_scenario_data_EFSA_2017.html +++ b/docs/reference/soil_scenario_data_EFSA_2017.html @@ -65,7 +65,7 @@ scenario and model adjustment factors from p. 16 and p. 18 are included." /> pfm - 0.5.3 + 0.5.4 @@ -166,7 +166,7 @@ scenario and model adjustment factors from p. 16 and p. 18 are included.

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/docs/reference/twa.html b/docs/reference/twa.html index 69efa7f..9fdcc5f 100644 --- a/docs/reference/twa.html +++ b/docs/reference/twa.html @@ -65,7 +65,7 @@ is after one window has passed." /> pfm - 0.5.3 + 0.5.4 @@ -172,7 +172,7 @@ is after one window has passed.

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

diff --git a/test.log b/test.log index abf4825..bd894ec 100644 --- a/test.log +++ b/test.log @@ -5,18 +5,18 @@ Testing pfm ✔ | OK F W S | Context ⠏ | 0 | Exposit calculations ⠋ | 1 | Exposit calculations ⠙ | 2 | Exposit calculations ⠹ | 3 | Exposit calculations ⠸ | 4 | Exposit calculations ⠼ | 5 | Exposit calculations ⠴ | 6 | Exposit calculations ⠦ | 7 | Exposit calculations ✔ | 7 | Exposit calculations ⠏ | 0 | Geometric mean calculation ⠋ | 1 | Geometric mean calculation ⠙ | 2 | Geometric mean calculation ⠹ | 3 | Geometric mean calculation ⠸ | 4 | Geometric mean calculation ⠼ | 5 | Geometric mean calculation ⠴ | 6 | Geometric mean calculation ✔ | 6 | Geometric mean calculation - ⠏ | 0 | Check max_twa for parent mkinfit models against analytical solutions ⠋ | 1 | Check max_twa for parent mkinfit models against analytical solutions ✔ | 1 | Check max_twa for parent mkinfit models against analytical solutions [1.0 s] + ⠏ | 0 | Check max_twa for parent mkinfit models against analytical solutions ⠋ | 1 | Check max_twa for parent mkinfit models against analytical solutions ✔ | 1 | Check max_twa for parent mkinfit models against analytical solutions [2.0 s] ⠏ | 0 | Simple PEC sediment calculations ⠋ | 1 | Simple PEC sediment calculations ✔ | 1 | Simple PEC sediment calculations ⠏ | 0 | Simple PEC soil calculations ⠋ | 1 | Simple PEC soil calculations ⠙ | 2 | Simple PEC soil calculations ⠹ | 3 | Simple PEC soil calculations ⠸ | 4 | Simple PEC soil calculations ⠼ | 5 | Simple PEC soil calculations ⠴ | 6 | Simple PEC soil calculations ⠦ | 7 | Simple PEC soil calculations ⠧ | 8 | Simple PEC soil calculations ⠇ | 9 | Simple PEC soil calculations ⠏ | 10 | Simple PEC soil calculations ⠋ | 11 | Simple PEC soil calculations ⠙ | 12 | Simple PEC soil calculations ⠹ | 13 | Simple PEC soil calculations ⠸ | 14 | Simple PEC soil calculations ⠼ | 15 | Simple PEC soil calculations ⠴ | 16 | Simple PEC soil calculations ⠦ | 17 | Simple PEC soil calculations ✔ | 17 | Simple PEC soil calculations [0.2 s] ⠏ | 0 | Simple PEC surface water calculations with drift entry ⠋ | 1 | Simple PEC surface water calculations with drift entry ⠙ | 2 | Simple PEC surface water calculations with drift entry ✔ | 2 | Simple PEC surface water calculations with drift entry ⠏ | 0 | Actual and time weighted average concentrations for SFO kinetics ⠋ | 1 | Actual and time weighted average concentrations for SFO kinetics ✔ | 1 | Actual and time weighted average concentrations for SFO kinetics ⠏ | 0 | FOCUS Step 1 calculations ⠋ | 1 | FOCUS Step 1 calculations ⠙ | 2 | FOCUS Step 1 calculations ⠹ | 3 | FOCUS Step 1 calculations ⠸ | 4 | FOCUS Step 1 calculations ⠼ | 5 | FOCUS Step 1 calculations ⠴ | 6 | FOCUS Step 1 calculations ⠦ | 7 | FOCUS Step 1 calculations ⠧ | 8 | FOCUS Step 1 calculations ⠇ | 9 | FOCUS Step 1 calculations ✔ | 9 | FOCUS Step 1 calculations [0.1 s] ⠏ | 0 | FOCUS Steps 12 input files ⠋ | 1 | FOCUS Steps 12 input files ⠙ | 2 | FOCUS Steps 12 input files ⠹ | 3 | FOCUS Steps 12 input files ⠸ | 4 | FOCUS Steps 12 input files ⠼ | 5 | FOCUS Steps 12 input files ⠴ | 6 | FOCUS Steps 12 input files ⠦ | 7 | FOCUS Steps 12 input files ⠧ | 8 | FOCUS Steps 12 input files ✔ | 8 | FOCUS Steps 12 input files - ⠏ | 0 | Read and analyse TOXSWA cwa files ⠋ | 1 | Read and analyse TOXSWA cwa files ⠙ | 2 | Read and analyse TOXSWA cwa files ⠹ | 3 | Read and analyse TOXSWA cwa files ⠸ | 4 | Read and analyse TOXSWA cwa files ⠼ | 5 | Read and analyse TOXSWA cwa files ⠴ | 6 | Read and analyse TOXSWA cwa files ⠦ | 7 | Read and analyse TOXSWA cwa files ✔ | 7 | Read and analyse TOXSWA cwa files [5.5 s] + ⠏ | 0 | Read and analyse TOXSWA cwa files ⠋ | 1 | Read and analyse TOXSWA cwa files ⠙ | 2 | Read and analyse TOXSWA cwa files ⠹ | 3 | Read and analyse TOXSWA cwa files ⠸ | 4 | Read and analyse TOXSWA cwa files ⠼ | 5 | Read and analyse TOXSWA cwa files ⠴ | 6 | Read and analyse TOXSWA cwa files ⠦ | 7 | Read and analyse TOXSWA cwa files ✔ | 7 | Read and analyse TOXSWA cwa files [5.6 s] ⠏ | 0 | UK drainage PEC calculations ⠋ | 1 | UK drainage PEC calculations ⠙ | 2 | UK drainage PEC calculations ⠹ | 3 | UK drainage PEC calculations ⠸ | 4 | UK drainage PEC calculations ⠼ | 5 | UK drainage PEC calculations ⠴ | 6 | UK drainage PEC calculations ⠦ | 7 | UK drainage PEC calculations ⠧ | 8 | UK drainage PEC calculations ⠇ | 9 | UK drainage PEC calculations ⠏ | 10 | UK drainage PEC calculations ⠋ | 11 | UK drainage PEC calculations ⠙ | 12 | UK drainage PEC calculations ✔ | 12 | UK drainage PEC calculations ══ Results ═════════════════════════════════════════════════════════════════════════════════════════ -Duration: 7.0 s +Duration: 8.0 s OK: 71 Failed: 0 -- cgit v1.2.1