From 608c4f89a2656f67ba915aab17633d41acc789a7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 16 May 2017 18:44:22 +0200 Subject: Add build and test logs to the git repo --- .gitignore | 1 - build.log | 8 ++++++++ test.log | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 build.log create mode 100644 test.log diff --git a/.gitignore b/.gitignore index 69496a3..dfde33f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -*\.log pfm*\.tar.gz pfm*\.zip pfm\.Rcheck diff --git a/build.log b/build.log new file mode 100644 index 0000000..4199788 --- /dev/null +++ b/build.log @@ -0,0 +1,8 @@ +* checking for file ‘./DESCRIPTION’ ... OK +* preparing ‘pfm’: +* checking DESCRIPTION meta-information ... OK +* checking for LF line-endings in source and make files +* checking for empty or unneeded directories +* looking to see if a ‘data/datalist’ file should be added +* building ‘pfm_0.4-3.tar.gz’ + diff --git a/test.log b/test.log new file mode 100644 index 0000000..a880145 --- /dev/null +++ b/test.log @@ -0,0 +1,33 @@ +Loading pfm +Loading required package: testthat +Loading required package: R6 +Loading required package: mkin +Loading required package: minpack.lm +Loading required package: rootSolve +Loading required package: inline +Loading required package: methods +Loading required package: parallel +Testing pfm +Geometric mean calculation: ...... +Check max_twa for parent mkinfit models against analytical solutions: . +Simple PEC sediment calculations: . +Simple PEC soil calculations: ........... +Simple PEC surface water calculations with drift entry: .. +Create PELMO runs from psm files and execute them: SSSSS +Actual and time weighted average concentrations for SFO kinetics: . +FOCUS Step 1 calculations: .............. +Read and analyse TOXSWA cwa files: ....... +UK drainage PEC calculations: ............ + +Skipped -------------------------------------------------------------------------------------------- +1. PELMO paths are correctly created (@test_PELMO.R#23) - A wine installation is needed for this test + +2. PELMO runs are correctly set up (@test_PELMO.R#38) - A wine installation is needed for this test + +3. PELMO runs can be run and give the expected result files (@test_PELMO.R#62) - A wine installation is needed for this test + +4. PELMO runs are correctly evaluated (@test_PELMO.R#94) - A wine installation is needed for this test + +5. PECgw from FOCUS summary files can be reproduced (@test_PELMO.R#152) - A wine installation is needed for this test + +DONE =============================================================================================== -- cgit v1.2.1