diff --git a/02-defining-reproducibility.Rmd b/02-defining-reproducibility.Rmd index da44bac..e852950 100644 --- a/02-defining-reproducibility.Rmd +++ b/02-defining-reproducibility.Rmd @@ -5,11 +5,11 @@ ottrpal::set_knitr_image_path() # Defining Reproducibility -_If you've not previously read through the `defining reproducibility` chapter in our introductory course, we recommend you read through it here; otherwise feel free to skip to the next chapter._ +If you've not previously read through the `defining reproducibility` chapter in our introductory course, we recommend you read through it here; otherwise feel free to skip to the next chapter. ```{r, echo = FALSE, results='asis'} -cow::borrow_chapter( +ottrpal::borrow_chapter( doc_path = "02-defining-reproducibility.Rmd", repo_name = "jhudsl/Reproducibility_in_Cancer_Informatics", remove_h1 = TRUE diff --git a/config_automation.yml b/config_automation.yml index 3c7941e..349f564 100644 --- a/config_automation.yml +++ b/config_automation.yml @@ -37,4 +37,4 @@ make-book-txt: true # What docker image should be used for rendering? # The default is jhudsl/base_ottr:main -rendering-docker-image: 'jhudsl/base_ottr:main' +rendering-docker-image: 'jhudsl/base_ottr:testBC'