aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-12-22 12:57:24 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-12-22 12:59:18 +0100
commit9a066c13e2f6324920910a238e3b40261854e21a (patch)
tree9f86f489c3214ee24f3c5aa0a8910d06057919ea
parent886c9ef013124aa954d960c655b349b5340ff154 (diff)
Improve code formatting in template skeleton
-rw-r--r--inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd4
1 files changed, 3 insertions, 1 deletions
diff --git a/inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd
index 74fae164..3c7dc8a5 100644
--- a/inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd
+++ b/inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd
@@ -32,7 +32,9 @@ This report shows hierarchical kinetic modelling for ...
The data were obtained from ...
```{r ds}
-data_path <- system.file("testdata", "lambda-cyhalothrin_soil_efsa_2014.xlsx", package = "mkin")
+data_path <- system.file(
+ "testdata", "lambda-cyhalothrin_soil_efsa_2014.xlsx",
+ package = "mkin")
ds <- read_spreadsheet(data_path, valid_datasets = c(1:4, 7:13))
covariates <- attr(ds, "covariates")
```

Contact - Imprint