From beb17e8772ddd058b77877201cf29063100a69de Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Wed, 30 Oct 2024 13:59:37 -0400 Subject: [PATCH 1/2] Add in broken URL --- 02-chapter_of_course.Rmd | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/02-chapter_of_course.Rmd b/02-chapter_of_course.Rmd index d35bbe3d..4d83fee6 100644 --- a/02-chapter_of_course.Rmd +++ b/02-chapter_of_course.Rmd @@ -1,6 +1,15 @@ # A new chapter + + +```{r panel-setup, include = FALSE} +install.packages("xaringanExtra", repos = 'https://cloud.r-project.org') +xaringanExtra::use_panelset() +xaringanExtra::style_panelset_tabs(font_family = "inherit") +``` + + If you haven't yet read the getting started Wiki pages; [start there](https://www.ottrproject.org/getting_started.html). To see the rendered version of this chapter and the rest of the template, see here: https://jhudatascience.org/OTTR_Template/. From 2ef43474354da4e19436eb47f1aea831da4f113b Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Wed, 30 Oct 2024 14:23:35 -0400 Subject: [PATCH 2/2] Carrie use case of broken URL from NIH data sharing --- 02-chapter_of_course.Rmd | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/02-chapter_of_course.Rmd b/02-chapter_of_course.Rmd index 4d83fee6..d3b64013 100644 --- a/02-chapter_of_course.Rmd +++ b/02-chapter_of_course.Rmd @@ -1,15 +1,6 @@ # A new chapter - - -```{r panel-setup, include = FALSE} -install.packages("xaringanExtra", repos = 'https://cloud.r-project.org') -xaringanExtra::use_panelset() -xaringanExtra::style_panelset_tabs(font_family = "inherit") -``` - - If you haven't yet read the getting started Wiki pages; [start there](https://www.ottrproject.org/getting_started.html). To see the rendered version of this chapter and the rest of the template, see here: https://jhudatascience.org/OTTR_Template/. @@ -17,6 +8,11 @@ To see the rendered version of this chapter and the rest of the template, see he Every chapter needs to start out with this chunk of code: +```{r, echo=FALSE, fig.alt='I can determine if a DMS plan is required using the table here: https://sharing.nih.gov/sites/default/files/List-of-Activity-Codes-Applicable-to-DMS-Policy.pdf', out.width = '100%', fig.align = 'center'} + +``` + + ```{r, include = FALSE} ottrpal::set_knitr_image_path() ```