diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2018-02-06 17:15:22 +0100 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-02-06 17:15:22 +0100 | 
| commit | 9cb1cebc1dcb85b1474b560210bf3939c0dc8da0 (patch) | |
| tree | c4481a97689dc0a7087bdb8724f0a1867440ef45 /man | |
| parent | 6dd10cb60c040e1c74e2bc109094fe3217ed7df6 (diff) | |
Skip some tests on CRAN, more quiet examplesv0.9.47.1
Diffstat (limited to 'man')
| -rw-r--r-- | man/test_data_from_UBA_2014.Rd | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/man/test_data_from_UBA_2014.Rd b/man/test_data_from_UBA_2014.Rd index 6cdc73a7..818a396b 100644 --- a/man/test_data_from_UBA_2014.Rd +++ b/man/test_data_from_UBA_2014.Rd @@ -31,12 +31,11 @@    # model).    m_ws <- mkinmod(parent_w = mkinsub("SFO", "parent_s"),                    parent_s = mkinsub("SFO", "parent_w")) -  f_river <- mkinfit(m_ws, test_data_from_UBA_2014[[1]]$data) +  f_river <- mkinfit(m_ws, test_data_from_UBA_2014[[1]]$data, quiet = TRUE)    plot_sep(f_river)    summary(f_river)$bpar    mkinerrmin(f_river) -  }    # This is the evaluation used for the validation of software packages    # in the expertise from 2014 @@ -46,9 +45,10 @@                      M3 = mkinsub("SFO"),                      use_of_ff = "max") -  f_soil <- mkinfit(m_soil, test_data_from_UBA_2014[[3]]$data) +  f_soil <- mkinfit(m_soil, test_data_from_UBA_2014[[3]]$data, quiet = TRUE)    plot_sep(f_soil, lpos = c("topright", "topright", "topright", "bottomright"))    summary(f_soil)$bpar    mkinerrmin(f_soil) +  }  }  \keyword{datasets}  | 
