From 512cd50874b060d50a14d28df88018ac144cf6d3 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 7 Jul 2020 12:36:56 +0200 Subject: 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 --- man/pfm_degradation.Rd | 2 +- man/sawtooth.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'man') 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{ -- cgit v1.2.1