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 /man | |
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 'man')
-rw-r--r-- | man/pfm_degradation.Rd | 2 | ||||
-rw-r--r-- | man/sawtooth.Rd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/pfm_degradation.Rd b/man/pfm_degradation.Rd index 6684fa4..81f2e81 100644 --- a/man/pfm_degradation.Rd +++ b/man/pfm_degradation.Rd @@ -7,7 +7,7 @@ pfm_degradation( model = "SFO", DT50 = 1000, - parms = c(k_parent_sink = log(2)/DT50), + parms = c(k_parent = log(2)/DT50), years = 1, step_days = 1, times = seq(0, years * 365, by = step_days) diff --git a/man/sawtooth.Rd b/man/sawtooth.Rd index 44ab2be..0850ded 100644 --- a/man/sawtooth.Rd +++ b/man/sawtooth.Rd @@ -23,7 +23,7 @@ is ignored} the corresponding amounts applied in the second column.} } \description{ -If the application pattern is specified in \code{applications}, +If the application pattern is specified in \code{applications}, \code{n} and \code{i} are disregarded. } \examples{ |