diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-07-07 12:36:56 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-07-07 12:36:56 +0200 |
commit | 512cd50874b060d50a14d28df88018ac144cf6d3 (patch) | |
tree | a89d542a23dc9251120cdc4ef8afbcc7e483f3f7 /ChangeLog | |
parent | 58c6214f459b28b899794f32a60836aef97ac01b (diff) |
Remove copyright headers, update TOXSWA_cwa test
- The window column of the windows component of a TOXSWA_cwa object is not
a factor any more, but a character vector.
- testthat::expect_equal_to_reference is replaced by
testthat::expect_known_output, so we can have git diff show what has
changed
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +commit 58c6214f459b28b899794f32a60836aef97ac01b +Author: Johannes Ranke <jranke@uni-bremen.de> +Date: 2020-07-07 11:27:44 +0200 + + Adapt pfm_degradation to current mkin + + use_of_ff = "max" is now the default + +commit e3bc264df69f892e9ad990be22d3ec1b22041daa +Author: Johannes Ranke <jranke@uni-bremen.de> +Date: 2020-06-17 13:37:59 +0200 + + TSCF estimation equations, update docs + + Briggs et al. (1982) and Dettenmaier et al. (2009) + +commit e505ecc4aba0f6719fd772faa2655dd824a6930d +Author: Johannes Ranke <jranke@uni-bremen.de> +Date: 2020-04-17 09:51:33 +0200 + + Skip testing on R-devel + + it currently fails with + + ✖ | 6 1 | Read and analyse TOXSWA cwa files [6.4 s] + ──────────────────────────────────────────────────────────────────────────────────────────────────── + test_TOXSWA.R:68: failure: Getting events and moving window analysis works + H_sw_R1_stream$windows has changed from known value recorded in 'H_sw_R1_stream_windows.rds'. + Component "window": Modes: character, numeric + Component "window": Attributes: < target is NULL, current is list > + Component "window": target is character, current is factor + commit d81550d0cccae824cc748de48e7fd50ea8d8033a Author: Johannes Ranke <jranke@uni-bremen.de> Date: 2020-04-16 18:02:18 +0200 |