diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-18 00:38:26 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-18 00:38:26 +0200 |
commit | 518a801a9a0f1aef36df1f201b6a3f0f3a84b779 (patch) | |
tree | 0e3bcbdc0f50df02c4249f49d52c65bd2537ed4b /tests/testthat | |
parent | 49ecddeab52babb7388990b5dd0e15acd70c8b43 (diff) |
Avoid assignment to .GlobalEnv for CRAN
Diffstat (limited to 'tests/testthat')
-rw-r--r-- | tests/testthat/FOCUS_2006_D.csf | 2 | ||||
-rw-r--r-- | tests/testthat/summary_DFOP_FOCUS_C.txt | 5 | ||||
-rw-r--r-- | tests/testthat/summary_DFOP_FOCUS_D_deSolve.txt | 5 | ||||
-rw-r--r-- | tests/testthat/summary_DFOP_FOCUS_D_eigen.txt | 5 |
4 files changed, 1 insertions, 16 deletions
diff --git a/tests/testthat/FOCUS_2006_D.csf b/tests/testthat/FOCUS_2006_D.csf index c61b55c4..818c055a 100644 --- a/tests/testthat/FOCUS_2006_D.csf +++ b/tests/testthat/FOCUS_2006_D.csf @@ -5,7 +5,7 @@ Description: MeasurementUnits: % AR TimeUnits: days Comments: Created using mkin::CAKE_export -Date: 2020-04-17 +Date: 2020-04-18 Optimiser: IRLS [Data] diff --git a/tests/testthat/summary_DFOP_FOCUS_C.txt b/tests/testthat/summary_DFOP_FOCUS_C.txt index 4f96c8d3..14e00f62 100644 --- a/tests/testthat/summary_DFOP_FOCUS_C.txt +++ b/tests/testthat/summary_DFOP_FOCUS_C.txt @@ -33,11 +33,6 @@ g_ilr 0.000000 -Inf Inf Fixed parameter values: None -Results: - - AIC BIC logLik - 29.02372 30.00984 -9.511861 - Optimised, transformed parameters with symmetric confidence intervals: Estimate Std. Error Lower Upper parent_0 85.0000 0.66620 83.1500 86.8500 diff --git a/tests/testthat/summary_DFOP_FOCUS_D_deSolve.txt b/tests/testthat/summary_DFOP_FOCUS_D_deSolve.txt index 5a9093c3..66ab9348 100644 --- a/tests/testthat/summary_DFOP_FOCUS_D_deSolve.txt +++ b/tests/testthat/summary_DFOP_FOCUS_D_deSolve.txt @@ -33,11 +33,6 @@ Fixed parameter values: value type m1_0 0 state -Results: - - AIC BIC logLik - 204.4486 212.6365 -97.22429 - Optimised, transformed parameters with symmetric confidence intervals: Estimate Std. Error Lower Upper parent_0 99.600 1.57000 96.400 102.800 diff --git a/tests/testthat/summary_DFOP_FOCUS_D_eigen.txt b/tests/testthat/summary_DFOP_FOCUS_D_eigen.txt index f597cad5..1626c5da 100644 --- a/tests/testthat/summary_DFOP_FOCUS_D_eigen.txt +++ b/tests/testthat/summary_DFOP_FOCUS_D_eigen.txt @@ -33,11 +33,6 @@ Fixed parameter values: value type m1_0 0 state -Results: - - AIC BIC logLik - 204.4486 212.6365 -97.22429 - Optimised, transformed parameters with symmetric confidence intervals: Estimate Std. Error Lower Upper parent_0 99.600 1.57000 96.400 102.800 |