aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-05-16 18:44:22 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2017-05-16 18:44:52 +0200
commit608c4f89a2656f67ba915aab17633d41acc789a7 (patch)
tree351d6fe3d9f53bb8c946174d53c7132419447429
parent3e26a8ab76a434c3465ea1db1b4a2a2ff3ea8ec8 (diff)
Add build and test logs to the git repo
-rw-r--r--.gitignore1
-rw-r--r--build.log8
-rw-r--r--test.log33
3 files changed, 41 insertions, 1 deletions
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 ===============================================================================================

Contact - Imprint