aboutsummaryrefslogtreecommitdiff
path: root/_pkgdown.yml
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-18 19:14:47 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-18 19:14:47 +0100
commit5364f037a72863ef5ba81e14ba4417f68fd389f9 (patch)
treefac84908a74553009b0ab03d7a8c21cdf3a7f086 /_pkgdown.yml
parenta14237fc1580b09f8772cd3330b0a445785e48ac (diff)
Make mixed model test data permanent to ensure reproducibility
To ensure that tests on different platforms work on the same data, the mixed modelling test data previosly generated in tests/testthat/setup_script.R were generated once using the script in inst/dataset/generation/ds_mixed.R, and are now distributed with the package.
Diffstat (limited to '_pkgdown.yml')
-rw-r--r--_pkgdown.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/_pkgdown.yml b/_pkgdown.yml
index 8aa44ed4..98ed84f2 100644
--- a/_pkgdown.yml
+++ b/_pkgdown.yml
@@ -67,7 +67,7 @@ reference:
- parplot
- title: Datasets and known results
contents:
- - focus_soil_moisture
+ - ds_mixed
- D24_2014
- dimethenamid_2018
- FOCUS_2006_A
@@ -82,6 +82,7 @@ reference:
- synthetic_data_for_UBA_2014
- experimental_data_for_UBA_2019
- test_data_from_UBA_2014
+ - focus_soil_moisture
- mkinds
- mkindsg
- title: NAFTA guidance

Contact - Imprint