From ec66f02801de43ed25c63a9e937051015f4713cf Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 16 Jul 2024 13:59:31 -0400 Subject: [PATCH 1/2] Update 02-chapter_of_course.Rmd --- 02-chapter_of_course.Rmd | 7 ------- 1 file changed, 7 deletions(-) diff --git a/02-chapter_of_course.Rmd b/02-chapter_of_course.Rmd index d35bbe3d..b210f520 100644 --- a/02-chapter_of_course.Rmd +++ b/02-chapter_of_course.Rmd @@ -5,13 +5,6 @@ If you haven't yet read the getting started Wiki pages; [start there](https://ww To see the rendered version of this chapter and the rest of the template, see here: https://jhudatascience.org/OTTR_Template/. -Every chapter needs to start out with this chunk of code: - - -```{r, include = FALSE} -ottrpal::set_knitr_image_path() -``` - ## Learning Objectives Every chapter also needs Learning objectives that will look like this: From 047e33fa1e72b0c64226eba65280f6956f23e8ef Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Tue, 16 Jul 2024 14:00:35 -0400 Subject: [PATCH 2/2] Update config_automation.yml --- config_automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_automation.yml b/config_automation.yml index 1a1a5776..ad84eb51 100644 --- a/config_automation.yml +++ b/config_automation.yml @@ -27,4 +27,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'