From 121d64a09df182525f172b6746214acc849f0782 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 6 Aug 2024 21:00:56 +0000 Subject: [PATCH] Render course --- docs/01-intro.md | 99 ++++++ docs/02-chapter_of_course.md | 369 +++++++++++++++++++++ docs/404.html | 326 +++++++++++++++++++ docs/About.md | 125 +++++++ docs/Course_Name.docx | Bin 41352 -> 41356 bytes docs/References.md | 2 + docs/a-new-chapter.html | 610 +++++++++++++++++++++++++++++++++++ docs/about-the-authors.html | 528 ++++++++++++++++++++++++++++++ docs/index.html | 338 +++++++++++++++++++ docs/index.md | 26 ++ docs/introduction.html | 413 ++++++++++++++++++++++++ docs/references.html | 335 +++++++++++++++++++ docs/search_index.json | 2 +- 13 files changed, 3172 insertions(+), 1 deletion(-) create mode 100644 docs/01-intro.md create mode 100644 docs/02-chapter_of_course.md create mode 100644 docs/404.html create mode 100644 docs/About.md create mode 100644 docs/References.md create mode 100644 docs/a-new-chapter.html create mode 100644 docs/about-the-authors.html create mode 100644 docs/index.html create mode 100644 docs/index.md create mode 100644 docs/introduction.html create mode 100644 docs/references.html diff --git a/docs/01-intro.md b/docs/01-intro.md new file mode 100644 index 0000000..6eccb03 --- /dev/null +++ b/docs/01-intro.md @@ -0,0 +1,99 @@ + + + +# Introduction + + +## Motivation + + +## Target Audience + +The course is intended for ... + +## Curriculum + +The course covers... + + + +``` r +devtools::session_info() +``` + +``` +## ─ Session info ─────────────────────────────────────────────────────────────── +## setting value +## version R version 4.3.2 (2023-10-31) +## os Ubuntu 22.04.4 LTS +## system x86_64, linux-gnu +## ui X11 +## language (EN) +## collate en_US.UTF-8 +## ctype en_US.UTF-8 +## tz Etc/UTC +## date 2024-08-06 +## pandoc 3.1.1 @ /usr/local/bin/ (via rmarkdown) +## +## ─ Packages ─────────────────────────────────────────────────────────────────── +## package * version date (UTC) lib source +## askpass 1.2.0 2023-09-03 [1] RSPM (R 4.3.0) +## bookdown 0.39.1 2024-06-11 [1] Github (rstudio/bookdown@f244cf1) +## cachem 1.0.8 2023-05-01 [1] RSPM (R 4.3.0) +## cli 3.6.2 2023-12-11 [1] RSPM (R 4.3.0) +## devtools 2.4.5 2022-10-11 [1] RSPM (R 4.3.0) +## digest 0.6.34 2024-01-11 [1] RSPM (R 4.3.0) +## ellipsis 0.3.2 2021-04-29 [1] RSPM (R 4.3.0) +## evaluate 0.23 2023-11-01 [1] RSPM (R 4.3.0) +## fansi 1.0.6 2023-12-08 [1] RSPM (R 4.3.0) +## fastmap 1.1.1 2023-02-24 [1] RSPM (R 4.3.0) +## fs 1.6.3 2023-07-20 [1] RSPM (R 4.3.0) +## glue 1.7.0 2024-01-09 [1] RSPM (R 4.3.0) +## hms 1.1.3 2023-03-21 [1] RSPM (R 4.3.0) +## htmltools 0.5.7 2023-11-03 [1] RSPM (R 4.3.0) +## htmlwidgets 1.6.4 2023-12-06 [1] RSPM (R 4.3.0) +## httpuv 1.6.14 2024-01-26 [1] RSPM (R 4.3.0) +## httr 1.4.7 2023-08-15 [1] RSPM (R 4.3.0) +## jsonlite 1.8.8 2023-12-04 [1] RSPM (R 4.3.0) +## knitr 1.47.3 2024-06-11 [1] Github (yihui/knitr@e1edd34) +## later 1.3.2 2023-12-06 [1] RSPM (R 4.3.0) +## lifecycle 1.0.4 2023-11-07 [1] RSPM (R 4.3.0) +## magrittr 2.0.3 2022-03-30 [1] RSPM (R 4.3.0) +## memoise 2.0.1 2021-11-26 [1] RSPM (R 4.3.0) +## mime 0.12 2021-09-28 [1] RSPM (R 4.3.0) +## miniUI 0.1.1.1 2018-05-18 [1] RSPM (R 4.3.0) +## openssl 2.1.1 2023-09-25 [1] RSPM (R 4.3.0) +## ottrpal 1.2.1 2024-06-11 [1] Github (jhudsl/ottrpal@828539f) +## pillar 1.9.0 2023-03-22 [1] RSPM (R 4.3.0) +## pkgbuild 1.4.3 2023-12-10 [1] RSPM (R 4.3.0) +## pkgconfig 2.0.3 2019-09-22 [1] RSPM (R 4.3.0) +## pkgload 1.3.4 2024-01-16 [1] RSPM (R 4.3.0) +## profvis 0.3.8 2023-05-02 [1] RSPM (R 4.3.0) +## promises 1.2.1 2023-08-10 [1] RSPM (R 4.3.0) +## purrr 1.0.2 2023-08-10 [1] RSPM (R 4.3.0) +## R6 2.5.1 2021-08-19 [1] RSPM (R 4.3.0) +## Rcpp 1.0.12 2024-01-09 [1] RSPM (R 4.3.0) +## readr 2.1.5 2024-01-10 [1] RSPM (R 4.3.0) +## remotes 2.4.2.1 2023-07-18 [1] RSPM (R 4.3.0) +## rlang 1.1.4 2024-06-04 [1] CRAN (R 4.3.2) +## rmarkdown 2.27.1 2024-06-11 [1] Github (rstudio/rmarkdown@e1c93a9) +## sessioninfo 1.2.2 2021-12-06 [1] RSPM (R 4.3.0) +## shiny 1.8.0 2023-11-17 [1] RSPM (R 4.3.0) +## stringi 1.8.3 2023-12-11 [1] RSPM (R 4.3.0) +## stringr 1.5.1 2023-11-14 [1] RSPM (R 4.3.0) +## tibble 3.2.1 2023-03-20 [1] CRAN (R 4.3.2) +## tzdb 0.4.0 2023-05-12 [1] RSPM (R 4.3.0) +## urlchecker 1.0.1 2021-11-30 [1] RSPM (R 4.3.0) +## usethis 2.2.3 2024-02-19 [1] RSPM (R 4.3.0) +## utf8 1.2.4 2023-10-22 [1] RSPM (R 4.3.0) +## vctrs 0.6.5 2023-12-01 [1] RSPM (R 4.3.0) +## xfun 0.44.4 2024-06-11 [1] Github (yihui/xfun@9da62cc) +## xml2 1.3.6 2023-12-04 [1] RSPM (R 4.3.0) +## xtable 1.8-4 2019-04-21 [1] RSPM (R 4.3.0) +## yaml 2.3.8 2023-12-11 [1] RSPM (R 4.3.0) +## +## [1] /usr/local/lib/R/site-library +## [2] /usr/local/lib/R/library +## +## ────────────────────────────────────────────────────────────────────────────── +``` diff --git a/docs/02-chapter_of_course.md b/docs/02-chapter_of_course.md new file mode 100644 index 0000000..dd25c99 --- /dev/null +++ b/docs/02-chapter_of_course.md @@ -0,0 +1,369 @@ + +# A new chapter + +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/. + +Every chapter needs to start out with this chunk of code: + + + + +## Learning Objectives + +Every chapter also needs Learning objectives that will look like this: + +This chapter will cover: + +- {You can use https://tips.uark.edu/using-blooms-taxonomy/ to define some learning objectives here} +- {Another learning objective} + +## Libraries + +For this chapter, we'll need the following packages attached: + +*Remember to add [any additional packages you need to your course's own docker image](https://github.com/jhudsl/OTTR_Template/wiki/Using-Docker#starting-a-new-docker-image). + + +``` r +library(magrittr) +``` + +## Topic of Section + +You can write all your text in sections like this, using `##` to indicate a new header. you can use additional pound symbols to create lower levels of headers. + +See [here](https://www.rstudio.com/wp-content/uploads/2015/02/rmarkdown-cheatsheet.pdf) for additional general information about how you can format text within R Markdown files. In addition, see [here](https://pandoc.org/MANUAL.html#pandocs-markdown) for more in depth and advanced options. + +### Subtopic + +Here's a subheading (using three pound symbols) and some text in this subsection! + +## Code examples + +You can demonstrate code like this: + + +``` r +output_dir <- file.path("resources", "code_output") +if (!dir.exists(output_dir)) { + dir.create(output_dir) +} +``` + +And make plots too: + + +``` r +hist_plot <- hist(iris$Sepal.Length) +``` + +![](resources/images/02-chapter_of_course_files/figure-docx/unnamed-chunk-4-1.png) + +You can also save these plots to file: + + +``` r +png(file.path(output_dir, "test_plot.png")) +hist_plot +``` + +``` +## $breaks +## [1] 4.0 4.5 5.0 5.5 6.0 6.5 7.0 7.5 8.0 +## +## $counts +## [1] 5 27 27 30 31 18 6 6 +## +## $density +## [1] 0.06666667 0.36000000 0.36000000 0.40000000 0.41333333 0.24000000 0.08000000 +## [8] 0.08000000 +## +## $mids +## [1] 4.25 4.75 5.25 5.75 6.25 6.75 7.25 7.75 +## +## $xname +## [1] "iris$Sepal.Length" +## +## $equidist +## [1] TRUE +## +## attr(,"class") +## [1] "histogram" +``` + +``` r +dev.off() +``` + +``` +## png +## 2 +``` + +## Image example + +How to include a Google slide. It's simplest to use the `ottrpal` package: + + +![](resources/images/02-chapter_of_course_files/figure-docx//1YmwKdIy9BeQ3EShgZhvtb3MgR8P6iDX4DfFD65W_gdQ_gcc4fbee202_0_141.png){width=100%} + +But if you have the slide or some other image locally downloaded you can also use HTML like this: + +Major point!! example image + +## Video examples +You may also want to embed videos in your course. If alternatively, you just want to include a link you can do so like this: + +Check out this [link to a video](https://www.youtube.com/embed/VOCYL-FNbr0) using markdown syntax. + +### Using `knitr` + +To embed videos in your course, you can use `knitr::include_url()` like this: +Note that you should use `echo=FALSE` in the code chunk because we don't want the code part of this to show up. If you are unfamiliar with [how R Markdown code chunks work, read this](https://rmarkdown.rstudio.com/lesson-3.html). + + + + +### Using HTML + + + +### Using `knitr` + + + +### Using HTML + + + +## Website Examples + +Yet again you can use a link to a website like so: + +[A Website](https://yihui.org) + +You might want to have users open a website in a new tab by default, especially if they need to reference both the course and a resource at once. + +[A Website](https://yihui.org){target="_blank"} + +Or, you can embed some websites. + +### Using `knitr` + +This works: + + + + +### Using HTML + + + + +If you'd like the URL to show up in a new tab you can do this: + +``` +LinkedIn +``` + +## Citation examples + +We can put citations at the end of a sentence like this [@rmarkdown2021]. +Or multiple citations [@rmarkdown2021, @Xie2018]. + +but they need a ; separator [@rmarkdown2021; @Xie2018]. + +In text, we can put citations like this @rmarkdown2021. + +## Stylized boxes + +Occasionally, you might find it useful to emphasize a particular piece of information. To help you do so, we have provided css code and images (no need for you to worry about that!) to create the following stylized boxes. + +You can use these boxes in your course with either of two options: using HTML code or Pandoc syntax. + +### Using `rmarkdown` container syntax + +The `rmarkdown` package allows for a different syntax to be converted to the HTML that you just saw and also allows for conversion to LaTeX. See the [Bookdown](https://bookdown.org/yihui/rmarkdown-cookbook/custom-blocks.html) documentation for more information [@Xie2020]. Note that Bookdown uses Pandoc. + + +``` +::: {.notice} +Note using rmarkdown syntax. + +::: +``` + +::: {.notice} +Note using rmarkdown syntax. + +::: + +As an example you might do something like this: + +::: {.notice} +Please click on the subsection headers in the left hand +navigation bar (e.g., 2.1, 4.3) a second time to expand the +table of contents and enable the `scroll_highlight` feature +([see more](introduction.html#scroll-highlight)) +::: + + +### Using HTML + +To add a warning box like the following use: + +``` +
+Followed by the text you want inside +
+``` + +This will create the following: + +
+ +Followed by the text you want inside + +
+ +Here is a `
` box: + +
+ +Note text + +
+ +Here is a `
` box: + +
+ +GitHub text + +
+ + +Here is a `
` box: + +
+ +dictionary text + +
+ + +Here is a `
` box: + +
+ +reflection text + +
+ + +Here is a `
` box: + +
+ +Work in Progress text + +
+ + +## Dropdown summaries + +
You can hide additional information in a dropdown menu +Here's more words that are hidden. +
+ +## Print out session info + +You should print out session info when you have code for [reproducibility purposes](https://jhudatascience.org/Reproducibility_in_Cancer_Informatics/managing-package-versions.html). + + +``` r +devtools::session_info() +``` + +``` +## ─ Session info ─────────────────────────────────────────────────────────────── +## setting value +## version R version 4.3.2 (2023-10-31) +## os Ubuntu 22.04.4 LTS +## system x86_64, linux-gnu +## ui X11 +## language (EN) +## collate en_US.UTF-8 +## ctype en_US.UTF-8 +## tz Etc/UTC +## date 2024-08-06 +## pandoc 3.1.1 @ /usr/local/bin/ (via rmarkdown) +## +## ─ Packages ─────────────────────────────────────────────────────────────────── +## package * version date (UTC) lib source +## askpass 1.2.0 2023-09-03 [1] RSPM (R 4.3.0) +## bookdown 0.39.1 2024-06-11 [1] Github (rstudio/bookdown@f244cf1) +## cachem 1.0.8 2023-05-01 [1] RSPM (R 4.3.0) +## cli 3.6.2 2023-12-11 [1] RSPM (R 4.3.0) +## curl 5.2.0 2023-12-08 [1] RSPM (R 4.3.0) +## devtools 2.4.5 2022-10-11 [1] RSPM (R 4.3.0) +## digest 0.6.34 2024-01-11 [1] RSPM (R 4.3.0) +## ellipsis 0.3.2 2021-04-29 [1] RSPM (R 4.3.0) +## evaluate 0.23 2023-11-01 [1] RSPM (R 4.3.0) +## fansi 1.0.6 2023-12-08 [1] RSPM (R 4.3.0) +## fastmap 1.1.1 2023-02-24 [1] RSPM (R 4.3.0) +## fs 1.6.3 2023-07-20 [1] RSPM (R 4.3.0) +## glue 1.7.0 2024-01-09 [1] RSPM (R 4.3.0) +## highr 0.10 2022-12-22 [1] RSPM (R 4.3.0) +## hms 1.1.3 2023-03-21 [1] RSPM (R 4.3.0) +## htmltools 0.5.7 2023-11-03 [1] RSPM (R 4.3.0) +## htmlwidgets 1.6.4 2023-12-06 [1] RSPM (R 4.3.0) +## httpuv 1.6.14 2024-01-26 [1] RSPM (R 4.3.0) +## httr 1.4.7 2023-08-15 [1] RSPM (R 4.3.0) +## jsonlite 1.8.8 2023-12-04 [1] RSPM (R 4.3.0) +## knitr 1.47.3 2024-06-11 [1] Github (yihui/knitr@e1edd34) +## later 1.3.2 2023-12-06 [1] RSPM (R 4.3.0) +## lifecycle 1.0.4 2023-11-07 [1] RSPM (R 4.3.0) +## magrittr * 2.0.3 2022-03-30 [1] RSPM (R 4.3.0) +## memoise 2.0.1 2021-11-26 [1] RSPM (R 4.3.0) +## mime 0.12 2021-09-28 [1] RSPM (R 4.3.0) +## miniUI 0.1.1.1 2018-05-18 [1] RSPM (R 4.3.0) +## openssl 2.1.1 2023-09-25 [1] RSPM (R 4.3.0) +## ottrpal 1.2.1 2024-06-11 [1] Github (jhudsl/ottrpal@828539f) +## pillar 1.9.0 2023-03-22 [1] RSPM (R 4.3.0) +## pkgbuild 1.4.3 2023-12-10 [1] RSPM (R 4.3.0) +## pkgconfig 2.0.3 2019-09-22 [1] RSPM (R 4.3.0) +## pkgload 1.3.4 2024-01-16 [1] RSPM (R 4.3.0) +## profvis 0.3.8 2023-05-02 [1] RSPM (R 4.3.0) +## promises 1.2.1 2023-08-10 [1] RSPM (R 4.3.0) +## purrr 1.0.2 2023-08-10 [1] RSPM (R 4.3.0) +## R6 2.5.1 2021-08-19 [1] RSPM (R 4.3.0) +## Rcpp 1.0.12 2024-01-09 [1] RSPM (R 4.3.0) +## readr 2.1.5 2024-01-10 [1] RSPM (R 4.3.0) +## remotes 2.4.2.1 2023-07-18 [1] RSPM (R 4.3.0) +## rlang 1.1.4 2024-06-04 [1] CRAN (R 4.3.2) +## rmarkdown 2.27.1 2024-06-11 [1] Github (rstudio/rmarkdown@e1c93a9) +## sessioninfo 1.2.2 2021-12-06 [1] RSPM (R 4.3.0) +## shiny 1.8.0 2023-11-17 [1] RSPM (R 4.3.0) +## stringi 1.8.3 2023-12-11 [1] RSPM (R 4.3.0) +## stringr 1.5.1 2023-11-14 [1] RSPM (R 4.3.0) +## tibble 3.2.1 2023-03-20 [1] CRAN (R 4.3.2) +## tzdb 0.4.0 2023-05-12 [1] RSPM (R 4.3.0) +## urlchecker 1.0.1 2021-11-30 [1] RSPM (R 4.3.0) +## usethis 2.2.3 2024-02-19 [1] RSPM (R 4.3.0) +## utf8 1.2.4 2023-10-22 [1] RSPM (R 4.3.0) +## vctrs 0.6.5 2023-12-01 [1] RSPM (R 4.3.0) +## xfun 0.44.4 2024-06-11 [1] Github (yihui/xfun@9da62cc) +## xml2 1.3.6 2023-12-04 [1] RSPM (R 4.3.0) +## xtable 1.8-4 2019-04-21 [1] RSPM (R 4.3.0) +## yaml 2.3.8 2023-12-11 [1] RSPM (R 4.3.0) +## +## [1] /usr/local/lib/R/site-library +## [2] /usr/local/lib/R/library +## +## ────────────────────────────────────────────────────────────────────────────── +``` + +[many links]: https://github.com/jhudsl/OTTR_Template diff --git a/docs/404.html b/docs/404.html new file mode 100644 index 0000000..6145084 --- /dev/null +++ b/docs/404.html @@ -0,0 +1,326 @@ + + + + + + + Page not found | Course Name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ + +
+
+ +
+ + + + + + + + + +
+ +
+
+

Page not found

+

The page you requested cannot be found (perhaps it was moved or renamed).

+

You may want to try searching to find the page's new location, or use +the table of contents to find the page you are looking for.

+
+
+
+ +
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + + diff --git a/docs/About.md b/docs/About.md new file mode 100644 index 0000000..a6b8953 --- /dev/null +++ b/docs/About.md @@ -0,0 +1,125 @@ + +# About the Authors {-} + +These credits are based on our [course contributors table guidelines](https://www.ottrproject.org/more_features.html#giving-credits-to-contributors). + +  +  + +|Credits|Names| +|-------|-----| +|**Pedagogy**|| +|Lead Content Instructor(s)|[FirstName LastName]| +|Lecturer(s) (include chapter name/link in parentheses if only for specific chapters) - make new line if more than one chapter involved| Delivered the course in some way - video or audio| +|Content Author(s) (include chapter name/link in parentheses if only for specific chapters) - make new line if more than one chapter involved | If any other authors besides lead instructor| +|Content Contributor(s) (include section name/link in parentheses) - make new line if more than one section involved| Wrote less than a chapter| +|Content Editor(s)/Reviewer(s) | Checked your content| +|Content Director(s) | Helped guide the content direction| +|Content Consultants (include chapter name/link in parentheses or word "General") - make new line if more than one chapter involved | Gave high level advice on content| +|Acknowledgments| Gave small assistance to content but not to the level of consulting | +|**Production**|| +|Content Publisher(s)| Helped with publishing platform| +|Content Publishing Reviewer(s)| Reviewed overall content and aesthetics on publishing platform| +|**Technical**|| +|Course Publishing Engineer(s)| Helped with the code for the technical aspects related to the specific course generation| +|Template Publishing Engineers|[Candace Savonen], [Carrie Wright], [Ava Hoffman]| +|Publishing Maintenance Engineer|[Candace Savonen]| +|Technical Publishing Stylists|[Carrie Wright], [Ava Hoffman], [Candace Savonen]| +|Package Developers ([ottrpal]) [Candace Savonen], [John Muschelli], [Carrie Wright]| +|**Art and Design**|| +|Illustrator(s)| Created graphics for the course| +|Figure Artist(s)| Created figures/plots for course| +|Videographer(s)| Filmed videos| +|Videography Editor(s)| Edited film| +|Audiographer(s)| Recorded audio| +|Audiography Editor(s)| Edited audio recordings| +|**Funding**|| +|Funder(s)| Institution/individual who funded course including grant number| +|Funding Staff| Staff members who help with funding| + +  + + +``` +## ─ Session info ─────────────────────────────────────────────────────────────── +## setting value +## version R version 4.3.2 (2023-10-31) +## os Ubuntu 22.04.4 LTS +## system x86_64, linux-gnu +## ui X11 +## language (EN) +## collate en_US.UTF-8 +## ctype en_US.UTF-8 +## tz Etc/UTC +## date 2024-08-06 +## pandoc 3.1.1 @ /usr/local/bin/ (via rmarkdown) +## +## ─ Packages ─────────────────────────────────────────────────────────────────── +## package * version date (UTC) lib source +## bookdown 0.39.1 2024-06-11 [1] Github (rstudio/bookdown@f244cf1) +## cachem 1.0.8 2023-05-01 [1] RSPM (R 4.3.0) +## cli 3.6.2 2023-12-11 [1] RSPM (R 4.3.0) +## devtools 2.4.5 2022-10-11 [1] RSPM (R 4.3.0) +## digest 0.6.34 2024-01-11 [1] RSPM (R 4.3.0) +## ellipsis 0.3.2 2021-04-29 [1] RSPM (R 4.3.0) +## evaluate 0.23 2023-11-01 [1] RSPM (R 4.3.0) +## fastmap 1.1.1 2023-02-24 [1] RSPM (R 4.3.0) +## fs 1.6.3 2023-07-20 [1] RSPM (R 4.3.0) +## glue 1.7.0 2024-01-09 [1] RSPM (R 4.3.0) +## htmltools 0.5.7 2023-11-03 [1] RSPM (R 4.3.0) +## htmlwidgets 1.6.4 2023-12-06 [1] RSPM (R 4.3.0) +## httpuv 1.6.14 2024-01-26 [1] RSPM (R 4.3.0) +## knitr 1.47.3 2024-06-11 [1] Github (yihui/knitr@e1edd34) +## later 1.3.2 2023-12-06 [1] RSPM (R 4.3.0) +## lifecycle 1.0.4 2023-11-07 [1] RSPM (R 4.3.0) +## magrittr 2.0.3 2022-03-30 [1] RSPM (R 4.3.0) +## memoise 2.0.1 2021-11-26 [1] RSPM (R 4.3.0) +## mime 0.12 2021-09-28 [1] RSPM (R 4.3.0) +## miniUI 0.1.1.1 2018-05-18 [1] RSPM (R 4.3.0) +## pkgbuild 1.4.3 2023-12-10 [1] RSPM (R 4.3.0) +## pkgload 1.3.4 2024-01-16 [1] RSPM (R 4.3.0) +## profvis 0.3.8 2023-05-02 [1] RSPM (R 4.3.0) +## promises 1.2.1 2023-08-10 [1] RSPM (R 4.3.0) +## purrr 1.0.2 2023-08-10 [1] RSPM (R 4.3.0) +## R6 2.5.1 2021-08-19 [1] RSPM (R 4.3.0) +## Rcpp 1.0.12 2024-01-09 [1] RSPM (R 4.3.0) +## remotes 2.4.2.1 2023-07-18 [1] RSPM (R 4.3.0) +## rlang 1.1.4 2024-06-04 [1] CRAN (R 4.3.2) +## rmarkdown 2.27.1 2024-06-11 [1] Github (rstudio/rmarkdown@e1c93a9) +## sessioninfo 1.2.2 2021-12-06 [1] RSPM (R 4.3.0) +## shiny 1.8.0 2023-11-17 [1] RSPM (R 4.3.0) +## stringi 1.8.3 2023-12-11 [1] RSPM (R 4.3.0) +## stringr 1.5.1 2023-11-14 [1] RSPM (R 4.3.0) +## urlchecker 1.0.1 2021-11-30 [1] RSPM (R 4.3.0) +## usethis 2.2.3 2024-02-19 [1] RSPM (R 4.3.0) +## vctrs 0.6.5 2023-12-01 [1] RSPM (R 4.3.0) +## xfun 0.44.4 2024-06-11 [1] Github (yihui/xfun@9da62cc) +## xtable 1.8-4 2019-04-21 [1] RSPM (R 4.3.0) +## yaml 2.3.8 2023-12-11 [1] RSPM (R 4.3.0) +## +## [1] /usr/local/lib/R/site-library +## [2] /usr/local/lib/R/library +## +## ────────────────────────────────────────────────────────────────────────────── +``` + + + +[FirstName LastName]: link to personal website +[John Muschelli]: https://johnmuschelli.com/ +[Candace Savonen]: https://www.cansavvy.com/ +[Carrie Wright]: https://carriewright11.github.io/ +[Ava Hoffman]: https://www.avahoffman.com/ + + + +[ottrpal]: https://github.com/jhudsl/ottrpal + + diff --git a/docs/Course_Name.docx b/docs/Course_Name.docx index 57b27a940b0beadbdec265f7797ab4bd27a29dc8..4167af7f9389abb1dcfdada4d7850bff1eee89b3 100644 GIT binary patch delta 10294 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 Ukz9Omh!BuoE;aOi#=qwKKfh77d;kCd delta 10400 zcmaiaWl)?=v-aYa;O_1&!CitwaEAcF-F=Z@K>{pp3kk5n-4_VHc#z=kuEBzRd8E#J z&im)a*g z2m|sIq~M>q4DguLjQnPnsX^tuzB>p@M;l2WrYqig-3~_jK8SG%6qJ5Gzm?lR%Qa#P zmVJIh4Sa}v=B zA-%Lvp2i0v&0c>C#A7ny!y4<2ra$I2T>tH{ikstYTjn?AqEyC3&0C)eD37Q&_D!u2bp+$lDLm{()=9}5dxIe zC;%*qUbde_BdLt68`)X146(#lx_OTT>Q{C;xhQjtl%VVgpfDm0>@@7H*I0s*25*vw z--n84`3gCu%+8H&Zdmg4s2@^i(9s^1$e2y{Xulyyu>+f?K!qz(O#z^->Oo4p?v2#3 zkR6qqKpfhA4cMW>E(nRS25Pie5A5J33p*o`@cCdd@I^)K_CMY)QZU1b2yvhE#)<&|Mk>mnHH6$y#`ok86E2 z0Y`fn;U>lb_hTMhTb5u9Vu9BqLCvsjZWt}jhRg|L2M$cjx^+XJCFMC3YQ_Hvbh?$b zQC^%KbIfSu5XKN(;F|1*z(~c_Inn}&HvQpi$BGY({a7`htu^+R9_3f;HS`=O-e?%z zLXZJ~^&a=#dDviLe4-5U!3FGXubrT8k>lzOlP<${>%H-{5matm;zPU6UPU!o^m_b3N@IHw%;&VdV*!Zx^)q|yU+@-D~ zVyjZ6%}xyy6E-_->h;O5ipGTD~RH7>NH@Eq_HUpQhxk)Uj8%G(X#5Xa&Linc)3fqiPAPSh!&tphz5Fxeifa4t_ocWnloz?9 z6~TLD49uDdw(0Oj#x=6T803-a+zm+b8lw3qggyRAA!MpPf5|1V!&HchvR?}h4TM5L z2_%JyHK~Mo9i9AkM=y%YFXoWCl#p1V7tZlHtn?W#N#u~Kqh7DwEK4fRT~@DLsA{$K z0mMqHo)Q3(T;lM>4(4fv#7RrFyfoWH3A*j`jo^!>Xc91}C!2?KlZ-u=d;q12JA=~Q zETLkht!iwc$Fc^dNSE}@sS0g5KB(i=KpnhHFV;+_pC+P+wgtTfGrMEI-JgnBSA6cs zQMY3rf=hG%G z`ymxWlt?d2q$HXX6|)%JKKoV&-*=78$J{A27)bi9d2-Zw%k5qj?-XgU*wV?Ryp%TJ z!G8iKZ%%sqIK70PG~n%-GtM%Qm`EXI=^UpeEqz+%iecY@?JayRE6enb(3&l)X0Q3x%v$0(!-~Ej&>0?%7qiS>$20cc+Cdkkb+d zu`ESH@3`z@V{5D=eG096cN%rJcwu<^w|#*-{XALU>9ajYdORv*GYC|HBL2U5(_BPh z9NoUtt;?C@<&I*B{1{fTgESXI?vcyt@)|yuLMNMt_tE5vzC=>H8fbi~ZA=(q)y(SQ zc4MNBll2sUd|m3S-#I$IghTHGzX%AdPqy^HLyBz?d7`Y|Hk34MzXR)s=AOqNEA|yj z4a38>rgUf-PZR^}R!@+D^3d7rn!QRfVW?y5T-V*o6uN-4Z~Cf;oTHDQLhLIj+|}vS z$M`F1p=SDsBxai?;%zs zo#tldIne7>a&+3hsSS^-n#o6kF10wUn=O(;({vJj0V$$LMW)jA*JP(qYiGem_k;ye z*F;;_fuqrd)ag>E;ljq41c%ko0g)x4`lA)U^3&n~bqjfV<4GM=7YnQLC9kE2P)x&L zOVuyNAf9Q)B@191=dXHkIP}=>L6>x0Tl50~<7XwDHy30Y8ne)g8Mg#8dyLBrL3E9& zb(D?IwG1P?OJ5M>Mn?;bHVNOL35_3#%5yET=I|mG9z>Z7X&(Gi5lW8ak)Rgm&FKEA zzGB({Z>m10LR2BBxtD+}!BCjZI^jgdUkR32T{c-+wZ;HC%&RtL$U51kPWS(!>P}=} znRtKp`nWq8j|EE%8_A z5{AZD5x{NWiC;>ZQJLDbqHWHkV)kHJekl2D7C5x}6Yd;RKy+EjK}U?7PzY4Zs3Zr; z4i|jw*B66JL)VQTB`5#VRbd;pmn?-K_5o@7{mU|mlfa%(M5XdtEr06ztlfaFX}9lv zKvOZ6IYEN3mZ_(l!mDNJAA;Wq6RIci=D`>T#Cw6jfN!%c(%oy}w2xZ^7$hkG4vy=m zYu2>%db47guRQQW$)0waw69E0@C#|3&C*X}QB>K&H3Ea)r<99*{Mx(=CvF*WGbK8` z*Y{i7wdT0w7qrRw_wFy2>#XCcSKH^~^Jrs|%Oq{L6nEl80V8gz!pr zuQg!u9F4pbEsYk}!bSkI-2fR25{TWMWT+|4KQ&??HIxd!KvvwBU7D+hkPnB_r;_M0_qbT6;m zePi%Qf8M9h#8;d_(UOS2+ZRiqoBd&Ci{Q6`I-g4^okqW!-}TIuAltjg=hz&cS8q_J zJ-3(Yl5?nszvVzc+JCb%HO6UOytg~AX!Z%XPH8xZrdNIxXVvESDO)(8zd!cjIP;kT+zNOWZ5H@MA z+Iw&OkYZWMT^WPU&I4#pO`UwNi5E zBk`jcE~-%gn40!01jTmn^rE}B8oQX-F$c)MBYmTRFflw^x(S~XWlM?&HF%=>P>%ma zLB5HQVD7Co-<8|XRAgomet8jK8Gk4vT{9A0OGDFV2-8S28OV@WBb{=wB!YL0_buY} zbX0Ghb3jgHM5BKdP$%o;tbKiJP3>CYjnQh{^=ykNit#W-?-38wXPux~#o{vr&riHk zuo-i1*7Yusdj)H7$2ktLo!P>4x8#tLE}N?@BXa(r5$Xk&|8#VcF-ZrU&AGN2e9T?9 zc~+l(RPA&Y9BEb`d9;x1^trIV;ty_rLdty};>b^eCB)>mVSM( z`3ENdfx^#B)ZM|q+^~i8->auGm^C`!T9~RK(DCRMGGZ^!W6<<)@6KxC%{A`|Qv~ zw)Twkt+Dbu!Q8H>ufVId#EB4#m(>7&@%@+2-I~6}XAk<242tJX$W7d8IZ@sgmFvTE z*V>JE^~w?N?wggR-OA}I`i3PAW4uLYTYa>XtmPIBJFWsV;CGVN9UJrd;@)q1xnVA4 zCsQjTQ5&%fKnPVl8X?%ySbCQzvW$@~vFvti?7`P@^_Actcb9V5SHSr+9@+E`sinr?)nkhK_&Su?0dHRo@@O2qr z^F?3npj^*1u28h*w#G|%QIf2aHosni(VJA|!<&l$AY19!PxmeDPj}I<1;uyXMg_+F zU$nOrryu$qzb!EptCqC0s4=;#41W`4%XkN@vorqGecaU0GiE~Jrn6FGi5D2(@nwi~>?l0kxomE44;9qabp?@=ro~+0~r!@1G21_W-=4vdvQrdRx z!2$3*yjp-u^eO%$RCM^E`FuhwlHfK;-F-xTw^&J?DjSd+Yngy#;05fd2R@oG{4o1-Mw26PdnyxfPu?J*+=2rmFX5CBa~h zzoMQ!UepjLL$YLqmaCZp#-nBjF3C4)&B;uCFCTTz571W8_nkoPDw*%G^6h9k7amFy z8JuyZ5906UIl~%;%@*kbYPGUz83`&bnU`h~pi>l9K%#8K-!a^2dU7aMqhq0iyqt@& zK*d=r+#IXqD(;mcgWdO#Kx3u+FZAo^=*NYPObZ!`H}BFXl}LLsq52BN3^yoL%_U0? zbGVhjy3a0D6f2fVp=Q70@n`VA&Su-rENZVH1QLJfRX-mP(UZyD+dGg^kTC5im-7Mr zZc2H-JjJ=SV@Tdi_>LEl_rhOp3~NhC04jVHagakE)x4F{8vq=o1eerXxwgY4oKD>W z_m9q2v$ob0{3en6H3)aMqlIsV^|6|#G`RhX%@YS358U489Qm}-g3Yau76Wjf-`cbY zs`C%I$0ansTH-7Cy#L+`iO_zF4gVhUy4al31&({N*{tcCdvP~RKDI&?T?Ca!;_uforb<3U_wzpg2i z5MaHD%(aYv4&!J3xxdtsNw@M|gscdqWC3Le|_+OQWr`&ar* zg5j?WuyZi7zo622GdAO^giV+PZ?dFGTuY~c^u8tcGCRLdNZ1}7a9= zcz#+pK6O$i^$u!VH!mV9S_TAjGS+>i;X{yb;0}Pn+}{1PIPAx#D9&5$!@gsOzL&nx**BUU!H3D_?opn)^ilL}kB_;JUn$Yt z)F~VGCZ3&K%oDry97cAQJ$e_CoG^vHk2E>;_xR1nNZy#>7+DLlomN~(%l`QVb#tzl zxaGCLCzs+{Hz>(T4^9)exEh$HXG6s>(1^$&ujD1RSgpmOxC|*%ZC`Jvstf1}`54ji z*{x$rubo}fbsrPpY7|Zfwe@Ft#RrlJt9dnf<*~{ z#6fm`Us@FeQ`-n=ddJogDX^FBRzQ?}ERaI#utnxi&!8i^6~e2-g?JdL#Y z0V7p|j#9{0V>R_lFrWJ)S>dT;)f)YZcre?q>sELDZ{$EaeomqWh-c(@%60e*-;=_= z38$ULUYYRjg&7gx$Gni}l+z@(yV0YlD4CNU zAIJ)40G5wS=l0rFvp&`t{$@2qXNnhF#j@_gE+Ef7-vhKNmq_jC`&V}7E zTUiddnuT|-_Ot~Xt0Aw=2CSRG?hmBN*3MkewdX5+57RW>yY-`|JcZ6NpKEPZN7XFc z7KOT}n=&9hmm;-(|B_FKuJ2Icl9#an#L!WA=`397BkjQi#0B@@V~b12LRIrnd(P3H z45{G9fXjTC9(RTWf6UPUJs7=&<CEWB`%2z-1wyN94QtM&3$uT1;0}KjsZwc+==WunU;msRLN46fT(~k$eG*^ zSja&>2)JJqbEb~QzG09cN_Z@?6>na-321kd5c_mus1&wr^VA@9>Rx$Z5N5&!6Nj^G zFh>b$dZjoxmfY@1jYpCyMXA4lAL^8E1ZPbdS|ZivO&(NWY)hzOE6vpTX%8PS5Q zI_%YL&%@JWz*DkSp@&WQPn8NR3EYkXF{yc`hE0ib_oir(G(?&deLpLdrMl`!Q#>F- z-lk#Nn*d@l4XT({vX`0=6y;eZG11lGww1=5|2U(vd|^#uYR%`LT4|7VtHIPFlzMZd z4#E$>g`F(IS$|`Mo#?<;%36IC1qo@>86k#}RbU<6B#Kosc;U?uuzebudONTzTqGS( zx@B#U<^r)KG<6J3)y;Rx*mlXE&9!0+eKd?^UT-z@I)oHY$89&sX61w^>#F7#_)Wwx z4+JHhM+xtccxIk8FNy+4@bvza0`WrH7%cJ6DX#|1zN7noP4(7PWYPnWOm%K&F+brv z{<5iBG}Srb5M}p=$#mUc(6+$HbY2jD%5 z;3S|a6|AS^-st2mxYZsaxDjTaebckj#~x21f)@HqZf5IAhN)Oe1o(Hsjb7ccbbiQ( z0ny`FGq)DM<9+@bH(FxsXaPfJD(!ZQ?d|`k;ARl=KLs}rl=)e6J??{T;aQ!w6Y6Hf zHMKntE8Om?3!y2UWCqIUKHGBw4^aZ~g`us6xN_hgl?U~TDZtPPUW4Z#pZ$CrB82uu z;H*M^!Uy1|H}ZisOKZi@y5=Nyb|&=g7CJ_*UVa%M*GJA#S%vc29|?vw0ZWuKK`&wt z72{N6u$)RPir!su(d=`qLiGKscMCzq@qYf9gC z&}U^X?nA0#-SxF%g=TA7;1fl|)l_gBPue_$3=trFnLpmoCZeRC|^E zKN`Pgs;o_38bs%8)9NQWciAd?Z*%zFSP8h}heF+|EwxC%Z``#p9{1v-{b4?{W5e;L zA#5CKkHD0+!B)~}uZCriz!*Ti-DCVZkKv8H_{47r@1nHN z5vtpzZ&C^y$yC`lkli!f1%qzsf)WXSxqZ<1Di-f{Zd7kbd4Va1B5_7@Wg44I@+={O zWp@KUII`}9VoT#HEHK?Y^`RvDT_GeqZgzF)JoAML)W%u`%z--|Wg{=Mt=ij4=29N+ zny{+f!1(7rke0r_y-K~Nf`PtPkq%%cJLm6#hVYTI$`4vjbF7$`Q(YOCD!(^mK1%UC zEqto!TE;#0Oh!M!*Ai5=YkD<}qM7AM?U0(e!tO_+)<(pteTl)6s4e%KT6_+?H*_l`MLVG2!>jnA zxw&Bz(Lt%n{q)Wsf%3IHxApU^za^!zS*SM^@6hAn4;d*b5vR|I@BMAOgl-%mnGH=+ zOk-MGS%8wnwfq4j%hemygaJ8VX6IwpnOfT`GAIjf!Rcn?cpVr@RGc9qy#<{+W+&y6 z>VL%5)4F&Y>%0U%O^*y$B0RmIQJ1l9M&ck)HJ?fr}8p;TXI_4kjlw-o0Q|N_hp-A(`|O0;SVLWYbM5Kj4Pq# zVZl-2eDXHDy1DSNW44>XP>16I8#o9@lp*4x-X2TD2$N+DG7~fXN<5+^dXb5zMxjk3 z2=O!C4cYE%+EekGnzg!$oNcK{8gqqU?uQ#5Yu$bATfUQ^jBDWu81gO}ZLr%JeJ_Vf ze^5E^vj)+!U`XnU+0knZt7&FCbnm7!N>vq^D*w#^q7?WurjZpSys%h_r@Nx;~ zEZZZqlGNN}svX;D1D_TcNB|2yP@-r%VgFi2J2)b=COU2s2;n)VED=XK3Q3P<^JTF)~w?Z_a~;>3q+WxsCxvzL17*;QoeFZ_LZ zH{z?U+z2B!(`|o08v!+|W2+o*NaMqdJo}Ky~CIF?R?$llq@=Goa&qx?@ zulVLO&;$A-u#+4d44l3}9%#`Accwkcv12t!PG32}=Ev)R_y&d6EKFuR8j4h!cK#%~ zv9cqElk3Tf5qhYH&Pk_(_kz_aF!007RgQ;~TjPxqlirC(o<(|BcNn<^H!f+?q*M|m z{BcHOvH^Oy5`9v#A_x{wUKe`1%SY5Y+b~y;zJpBbL^az_4`)f*0~HE(n0`o6w6^Qd z@ZuX_6ify3Uye*b2Se^ghjS+CBp){T{^w)B{|92owp^1vH&IDkonV0%CcGEulgxWf zGM-?m-f*o{S#_M$x6_KVNZWHf3D%ObR?bo(NPPS^AgVWr+jDR3!;YCGE8w?7E_>T( z8>)-0UOG#kJ4-utrA~7Wt1)1};I7||aII(hT}srqPlt2pMLSQ2x2CgmNZXxZ_cqk4 zx5(yLNlSynoq{bN@E7ju7god&UE*!7kq0T)5)So$BCkW#7XT)8lpyxYd563%NXn(i z3ENG#juofE$SnUXocuk>*(m$|cm^NQJG^;2bqm=s>E)q|zQV?yTZLxeX58IFm~RC1 zQ()HO8Fhh49o^-gBvo?PmmOM3_eXuX8UE{lGgHh=9oq1T{iKNAE6!vce}oXZ=Y-e( zauTI*WK_v}T5{X1omU)tE2;d%vw~Ux zcH_Y{8Hpqfb8VKa+3iMrI1CW1Iw$_5N+=D=WpHg1`cNGxwwVpYBJocMCeGNE-8-R6 z5}jNN4o?sv3`t)ML}}C8U2aS49A?m94HQIVVGXE}?kp_}tAH@RQ(B(0t#1mrUYmc6 zb6n;B<@7Ocg0hCi^Zuv3=Z$`AZ}{tUF3&wE+heW&mM!7+!wc5`?X;=CXDUJXr`6^w z8^ON_$~o|F`%M&gHR?Z7VPTnn$ABV;aA<$E?Be%37(&(2+kqQVDS-#g3MxEQOPyoQ)f}F?YW$RC@?tVp*VF4A+`yF38jfmql@R&b1`gYA#H_ zpjZNoO?$}@P~!n#kvNCdQp9Y3#1E2M>?juvUB`FOESQ{TAKLGaTTks;`oW^F&TwJ3 zQFYCZc^Z)sQEQ)FMB+VL161fTHMcHAS)mkxJMIUg{~~3W1J^y zVQ2C)EtbKJ<=Ydi6$w|A$@%lV5QxIUy8q$97HY}zm z>(evx`0$)vrvZmj8suI`oylFo@WU1@6~Wdcgu;6o2v>G4JbMYZN%F%r=%Km{_+OiH zCzc2Y{A-D2i%be_-~a#-Bme*p003CKT4{Q?x_NS0d3$=fI&=CtJ2j@7yY^7y_jf7x zUSU@NZF2PZDkYBXv0SQ=S#&Kiik4@yKCA`v*JpDsjHGvBudn8=4UL7_U6^f~aVWDj zewuWXN@l{JE7gf6?r;(Giz2+*FP>3Ir3OY`n{?Ijh`?tiVUK+NV&StsJgm!WO89EI zRt!7uLrR?7RT(yVjK)Fg`EWRAP3ushYe!8~mvTwA;OX(wjb-ktSlcIaXayi^V4p6l zBE?#UY2F-#O{}Pw0aKxyu7pqdskmzqQR7HsJF8^jZN6n>%%s_=XK8Ju3TLj}>-RvH zal&C?KK2YIoa6^xIip?4gRh)Vn!KJ+ul){-LBWbyhz?ly1*R0IO5(NmV8U{-em_HX z3!lIGeGdO3*Ko=GhiW0wjn&Aw0Y~d;;zBF7h0?H7XZtLQ%RxV^LLf!OyT=3`;r6jz zdp=!Pk_OADrRuxR58!N61B1~$ofD<=dT-6jNp}94Q__Q^&t77>Gh;_#fes3a#)z2q$ub=pW%tuJ}JdFi+tBHn)NN^LYOeRp*hy?SqE% z*r@-?gWBS;oK<)Lz!e7op!kyq|DhB%P%Rr3=pgSE)nAIVe;&@V|0E3BYXAWEKU#lK zImkSp=5HOR#DpJFr~m-GE&zb_e{{S-;C#w|{CDS*!ZCxE^J)HJ;lQMDE+BF+_1`o6 zee(Z!N&XYkpNRe!`GAbU)c=?O|CsE8vcXh;oBVes|HsA;G!Lfz$K)AI3XdfP;*ui5 z)>MJ}Gx>j70zuLRq;SR{lY)N(3j4z{f^rM~b@u%aive0Hp!?gIr_h+mFChS+ME0*K l{x>avC<^KRSyHr%wpt diff --git a/docs/References.md b/docs/References.md new file mode 100644 index 0000000..98d65dc --- /dev/null +++ b/docs/References.md @@ -0,0 +1,2 @@ + +# References diff --git a/docs/a-new-chapter.html b/docs/a-new-chapter.html new file mode 100644 index 0000000..c1167ac --- /dev/null +++ b/docs/a-new-chapter.html @@ -0,0 +1,610 @@ + + + + + + + Chapter 2 A new chapter | Course Name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ + +
+
+ +
+ + + + + + + + + +
+ +
+
+

Chapter 2 A new chapter

+

If you haven’t yet read the getting started Wiki pages; start there.

+

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:

+
+

2.1 Learning Objectives

+

Every chapter also needs Learning objectives that will look like this:

+

This chapter will cover:

+ +
+
+

2.2 Libraries

+

For this chapter, we’ll need the following packages attached:

+

*Remember to add any additional packages you need to your course’s own docker image.

+
library(magrittr)
+
+
+

2.3 Topic of Section

+

You can write all your text in sections like this, using ## to indicate a new header. you can use additional pound symbols to create lower levels of headers.

+

See here for additional general information about how you can format text within R Markdown files. In addition, see here for more in depth and advanced options.

+
+

2.3.1 Subtopic

+

Here’s a subheading (using three pound symbols) and some text in this subsection!

+
+
+
+

2.4 Code examples

+

You can demonstrate code like this:

+
output_dir <- file.path("resources", "code_output")
+if (!dir.exists(output_dir)) {
+  dir.create(output_dir)
+}
+

And make plots too:

+
hist_plot <- hist(iris$Sepal.Length)
+

+

You can also save these plots to file:

+
png(file.path(output_dir, "test_plot.png"))
+hist_plot
+
## $breaks
+## [1] 4.0 4.5 5.0 5.5 6.0 6.5 7.0 7.5 8.0
+## 
+## $counts
+## [1]  5 27 27 30 31 18  6  6
+## 
+## $density
+## [1] 0.06666667 0.36000000 0.36000000 0.40000000 0.41333333 0.24000000 0.08000000
+## [8] 0.08000000
+## 
+## $mids
+## [1] 4.25 4.75 5.25 5.75 6.25 6.75 7.25 7.75
+## 
+## $xname
+## [1] "iris$Sepal.Length"
+## 
+## $equidist
+## [1] TRUE
+## 
+## attr(,"class")
+## [1] "histogram"
+
dev.off()
+
## png 
+##   2
+
+
+

2.5 Image example

+

How to include a Google slide. It’s simplest to use the ottrpal package:

+

Major point!! example image

+

But if you have the slide or some other image locally downloaded you can also use HTML like this:

+

Major point!! example image

+
+
+

2.6 Video examples

+

You may also want to embed videos in your course. If alternatively, you just want to include a link you can do so like this:

+

Check out this link to a video using markdown syntax.

+
+

2.6.1 Using knitr

+

To embed videos in your course, you can use knitr::include_url() like this: +Note that you should use echo=FALSE in the code chunk because we don’t want the code part of this to show up. If you are unfamiliar with how R Markdown code chunks work, read this.

+ +
+
+

2.6.2 Using HTML

+ +
+
+

2.6.3 Using knitr

+ +
+
+

2.6.4 Using HTML

+ +
+
+
+

2.7 Website Examples

+

Yet again you can use a link to a website like so:

+

A Website

+

You might want to have users open a website in a new tab by default, especially if they need to reference both the course and a resource at once.

+

A Website

+

Or, you can embed some websites.

+
+

2.7.1 Using knitr

+

This works:

+ +
+
+

2.7.2 Using HTML

+ +

If you’d like the URL to show up in a new tab you can do this:

+
<a href="https://www.linkedin.com" target="_blank">LinkedIn</a>
+
+
+
+

2.8 Citation examples

+

We can put citations at the end of a sentence like this (Allaire et al. 2021). +Or multiple citations Xie, Allaire, and Grolemund (2018).

+

but they need a ; separator (Allaire et al. 2021; Xie, Allaire, and Grolemund 2018).

+

In text, we can put citations like this Allaire et al. (2021).

+
+
+

2.9 Stylized boxes

+

Occasionally, you might find it useful to emphasize a particular piece of information. To help you do so, we have provided css code and images (no need for you to worry about that!) to create the following stylized boxes.

+

You can use these boxes in your course with either of two options: using HTML code or Pandoc syntax.

+
+

2.9.1 Using rmarkdown container syntax

+

The rmarkdown package allows for a different syntax to be converted to the HTML that you just saw and also allows for conversion to LaTeX. See the Bookdown documentation for more information (Xie, Dervieux, and Riederer 2020). Note that Bookdown uses Pandoc.

+
::: {.notice}
+Note using rmarkdown syntax.
+
+:::
+
+

Note using rmarkdown syntax.

+
+

As an example you might do something like this:

+
+

Please click on the subsection headers in the left hand +navigation bar (e.g., 2.1, 4.3) a second time to expand the +table of contents and enable the scroll_highlight feature +(see more)

+
+
+
+

2.9.2 Using HTML

+

To add a warning box like the following use:

+
<div class = "notice">
+Followed by the text you want inside
+</div>
+

This will create the following:

+
+

Followed by the text you want inside

+
+

Here is a <div class = "warning"> box:

+
+

Note text

+
+

Here is a <div class = "github"> box:

+
+

GitHub text

+
+

Here is a <div class = "dictionary"> box:

+
+

dictionary text

+
+

Here is a <div class = "reflection"> box:

+
+

reflection text

+
+

Here is a <div class = "wip"> box:

+
+

Work in Progress text

+
+
+
+ + +
+

References

+
+
+Allaire, JJ, Yihui Xie, Jonathan McPherson, Javier Luraschi, Kevin Ushey, Aron Atkins, Hadley Wickham, Joe Cheng, Winston Chang, and Richard Iannone. 2021. Rmarkdown: Dynamic Documents for r. https://github.com/rstudio/rmarkdown. +
+
+Xie, Yihui, J. J. Allaire, and Garrett Grolemund. 2018. R Markdown: The Definitive Guide. Boca Raton, Florida: Chapman; Hall/CRC. https://bookdown.org/yihui/rmarkdown. +
+
+Xie, Yihui, Christophe Dervieux, and Emily Riederer. 2020. R Markdown Cookbook. Boca Raton, Florida: Chapman; Hall/CRC. https://bookdown.org/yihui/rmarkdown-cookbook. +
+
+
+
+ +
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + + diff --git a/docs/about-the-authors.html b/docs/about-the-authors.html new file mode 100644 index 0000000..3f5abe1 --- /dev/null +++ b/docs/about-the-authors.html @@ -0,0 +1,528 @@ + + + + + + + About the Authors | Course Name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ + +
+
+ +
+ + + + + + + + + +
+ +
+
+

About the Authors

+

These credits are based on our course contributors table guidelines.

+

  + 

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CreditsNames
Pedagogy
Lead Content Instructor(s)FirstName LastName
Lecturer(s) (include chapter name/link in parentheses if only for specific chapters) - make new line if more than one chapter involvedDelivered the course in some way - video or audio
Content Author(s) (include chapter name/link in parentheses if only for specific chapters) - make new line if more than one chapter involvedIf any other authors besides lead instructor
Content Contributor(s) (include section name/link in parentheses) - make new line if more than one section involvedWrote less than a chapter
Content Editor(s)/Reviewer(s)Checked your content
Content Director(s)Helped guide the content direction
Content Consultants (include chapter name/link in parentheses or word “General”) - make new line if more than one chapter involvedGave high level advice on content
AcknowledgmentsGave small assistance to content but not to the level of consulting
Production
Content Publisher(s)Helped with publishing platform
Content Publishing Reviewer(s)Reviewed overall content and aesthetics on publishing platform
Technical
Course Publishing Engineer(s)Helped with the code for the technical aspects related to the specific course generation
Template Publishing EngineersCandace Savonen, Carrie Wright, Ava Hoffman
Publishing Maintenance EngineerCandace Savonen
Technical Publishing StylistsCarrie Wright, Ava Hoffman, Candace Savonen
Package Developers (ottrpal) Candace Savonen, John Muschelli, Carrie Wright
Art and Design
Illustrator(s)Created graphics for the course
Figure Artist(s)Created figures/plots for course
Videographer(s)Filmed videos
Videography Editor(s)Edited film
Audiographer(s)Recorded audio
Audiography Editor(s)Edited audio recordings
Funding
Funder(s)Institution/individual who funded course including grant number
Funding StaffStaff members who help with funding
+

 

+
## ─ Session info ───────────────────────────────────────────────────────────────
+##  setting  value
+##  version  R version 4.3.2 (2023-10-31)
+##  os       Ubuntu 22.04.4 LTS
+##  system   x86_64, linux-gnu
+##  ui       X11
+##  language (EN)
+##  collate  en_US.UTF-8
+##  ctype    en_US.UTF-8
+##  tz       Etc/UTC
+##  date     2024-08-06
+##  pandoc   3.1.1 @ /usr/local/bin/ (via rmarkdown)
+## 
+## ─ Packages ───────────────────────────────────────────────────────────────────
+##  package     * version date (UTC) lib source
+##  bookdown      0.39.1  2024-06-11 [1] Github (rstudio/bookdown@f244cf1)
+##  bslib         0.6.1   2023-11-28 [1] RSPM (R 4.3.0)
+##  cachem        1.0.8   2023-05-01 [1] RSPM (R 4.3.0)
+##  cli           3.6.2   2023-12-11 [1] RSPM (R 4.3.0)
+##  devtools      2.4.5   2022-10-11 [1] RSPM (R 4.3.0)
+##  digest        0.6.34  2024-01-11 [1] RSPM (R 4.3.0)
+##  ellipsis      0.3.2   2021-04-29 [1] RSPM (R 4.3.0)
+##  evaluate      0.23    2023-11-01 [1] RSPM (R 4.3.0)
+##  fastmap       1.1.1   2023-02-24 [1] RSPM (R 4.3.0)
+##  fs            1.6.3   2023-07-20 [1] RSPM (R 4.3.0)
+##  glue          1.7.0   2024-01-09 [1] RSPM (R 4.3.0)
+##  htmltools     0.5.7   2023-11-03 [1] RSPM (R 4.3.0)
+##  htmlwidgets   1.6.4   2023-12-06 [1] RSPM (R 4.3.0)
+##  httpuv        1.6.14  2024-01-26 [1] RSPM (R 4.3.0)
+##  jquerylib     0.1.4   2021-04-26 [1] RSPM (R 4.3.0)
+##  jsonlite      1.8.8   2023-12-04 [1] RSPM (R 4.3.0)
+##  knitr         1.47.3  2024-06-11 [1] Github (yihui/knitr@e1edd34)
+##  later         1.3.2   2023-12-06 [1] RSPM (R 4.3.0)
+##  lifecycle     1.0.4   2023-11-07 [1] RSPM (R 4.3.0)
+##  magrittr      2.0.3   2022-03-30 [1] RSPM (R 4.3.0)
+##  memoise       2.0.1   2021-11-26 [1] RSPM (R 4.3.0)
+##  mime          0.12    2021-09-28 [1] RSPM (R 4.3.0)
+##  miniUI        0.1.1.1 2018-05-18 [1] RSPM (R 4.3.0)
+##  pkgbuild      1.4.3   2023-12-10 [1] RSPM (R 4.3.0)
+##  pkgload       1.3.4   2024-01-16 [1] RSPM (R 4.3.0)
+##  profvis       0.3.8   2023-05-02 [1] RSPM (R 4.3.0)
+##  promises      1.2.1   2023-08-10 [1] RSPM (R 4.3.0)
+##  purrr         1.0.2   2023-08-10 [1] RSPM (R 4.3.0)
+##  R6            2.5.1   2021-08-19 [1] RSPM (R 4.3.0)
+##  Rcpp          1.0.12  2024-01-09 [1] RSPM (R 4.3.0)
+##  remotes       2.4.2.1 2023-07-18 [1] RSPM (R 4.3.0)
+##  rlang         1.1.4   2024-06-04 [1] CRAN (R 4.3.2)
+##  rmarkdown     2.27.1  2024-06-11 [1] Github (rstudio/rmarkdown@e1c93a9)
+##  sass          0.4.8   2023-12-06 [1] RSPM (R 4.3.0)
+##  sessioninfo   1.2.2   2021-12-06 [1] RSPM (R 4.3.0)
+##  shiny         1.8.0   2023-11-17 [1] RSPM (R 4.3.0)
+##  stringi       1.8.3   2023-12-11 [1] RSPM (R 4.3.0)
+##  stringr       1.5.1   2023-11-14 [1] RSPM (R 4.3.0)
+##  urlchecker    1.0.1   2021-11-30 [1] RSPM (R 4.3.0)
+##  usethis       2.2.3   2024-02-19 [1] RSPM (R 4.3.0)
+##  vctrs         0.6.5   2023-12-01 [1] RSPM (R 4.3.0)
+##  xfun          0.44.4  2024-06-11 [1] Github (yihui/xfun@9da62cc)
+##  xtable        1.8-4   2019-04-21 [1] RSPM (R 4.3.0)
+##  yaml          2.3.8   2023-12-11 [1] RSPM (R 4.3.0)
+## 
+##  [1] /usr/local/lib/R/site-library
+##  [2] /usr/local/lib/R/library
+## 
+## ──────────────────────────────────────────────────────────────────────────────
+ + + + +
+
+
+ +
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + + diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..c0d3cd9 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,338 @@ + + + + + + + Course Name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ + +
+
+ +
+ + + + + + + + + +
+ +
+ +
+

About this Course

+
+

0.1 Available course formats

+

This course is available in multiple formats which allows you to take it in the way that best suites your needs. You can take it for certificate which can be for free or fee.

+ + +
+
+
+
+ +
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + + diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..a64dd4a --- /dev/null +++ b/docs/index.md @@ -0,0 +1,26 @@ +--- +title: "Course Name" +date: "August, 2024" +site: bookdown::bookdown_site +documentclass: book +bibliography: [book.bib] +biblio-style: apalike +link-citations: yes +description: "Description about Course/Book." +favicon: assets/dasl_favicon.ico +output: + bookdown::word_document2: + toc: true +--- + +# About this Course {-} + + +## Available course formats + +This course is available in multiple formats which allows you to take it in the way that best suites your needs. You can take it for certificate which can be for free or fee. + +- The material for this course can be viewed without login requirement on this [Bookdown website](LINK HERE). This format might be most appropriate for you if you rely on screen-reader technology. +- This course can be taken for [free certification through Leanpub](LINK HERE). +- This course can be taken on [Coursera for certification here](LINK HERE) (but it is not available for free on Coursera). +- Our courses are open source, you can find the [source material for this course on GitHub](LINK HERE). diff --git a/docs/introduction.html b/docs/introduction.html new file mode 100644 index 0000000..c1f3b2d --- /dev/null +++ b/docs/introduction.html @@ -0,0 +1,413 @@ + + + + + + + Chapter 1 Introduction | Course Name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ + +
+
+ +
+ + + + + + + + + +
+ +
+
+

Chapter 1 Introduction

+
+

1.1 Motivation

+
+
+

1.2 Target Audience

+

The course is intended for …

+
+
+

1.3 Curriculum

+

The course covers…

+
devtools::session_info()
+
## ─ Session info ───────────────────────────────────────────────────────────────
+##  setting  value
+##  version  R version 4.3.2 (2023-10-31)
+##  os       Ubuntu 22.04.4 LTS
+##  system   x86_64, linux-gnu
+##  ui       X11
+##  language (EN)
+##  collate  en_US.UTF-8
+##  ctype    en_US.UTF-8
+##  tz       Etc/UTC
+##  date     2024-08-06
+##  pandoc   3.1.1 @ /usr/local/bin/ (via rmarkdown)
+## 
+## ─ Packages ───────────────────────────────────────────────────────────────────
+##  package     * version date (UTC) lib source
+##  askpass       1.2.0   2023-09-03 [1] RSPM (R 4.3.0)
+##  bookdown      0.39.1  2024-06-11 [1] Github (rstudio/bookdown@f244cf1)
+##  bslib         0.6.1   2023-11-28 [1] RSPM (R 4.3.0)
+##  cachem        1.0.8   2023-05-01 [1] RSPM (R 4.3.0)
+##  cli           3.6.2   2023-12-11 [1] RSPM (R 4.3.0)
+##  devtools      2.4.5   2022-10-11 [1] RSPM (R 4.3.0)
+##  digest        0.6.34  2024-01-11 [1] RSPM (R 4.3.0)
+##  ellipsis      0.3.2   2021-04-29 [1] RSPM (R 4.3.0)
+##  evaluate      0.23    2023-11-01 [1] RSPM (R 4.3.0)
+##  fansi         1.0.6   2023-12-08 [1] RSPM (R 4.3.0)
+##  fastmap       1.1.1   2023-02-24 [1] RSPM (R 4.3.0)
+##  fs            1.6.3   2023-07-20 [1] RSPM (R 4.3.0)
+##  glue          1.7.0   2024-01-09 [1] RSPM (R 4.3.0)
+##  hms           1.1.3   2023-03-21 [1] RSPM (R 4.3.0)
+##  htmltools     0.5.7   2023-11-03 [1] RSPM (R 4.3.0)
+##  htmlwidgets   1.6.4   2023-12-06 [1] RSPM (R 4.3.0)
+##  httpuv        1.6.14  2024-01-26 [1] RSPM (R 4.3.0)
+##  httr          1.4.7   2023-08-15 [1] RSPM (R 4.3.0)
+##  jquerylib     0.1.4   2021-04-26 [1] RSPM (R 4.3.0)
+##  jsonlite      1.8.8   2023-12-04 [1] RSPM (R 4.3.0)
+##  knitr         1.47.3  2024-06-11 [1] Github (yihui/knitr@e1edd34)
+##  later         1.3.2   2023-12-06 [1] RSPM (R 4.3.0)
+##  lifecycle     1.0.4   2023-11-07 [1] RSPM (R 4.3.0)
+##  magrittr      2.0.3   2022-03-30 [1] RSPM (R 4.3.0)
+##  memoise       2.0.1   2021-11-26 [1] RSPM (R 4.3.0)
+##  mime          0.12    2021-09-28 [1] RSPM (R 4.3.0)
+##  miniUI        0.1.1.1 2018-05-18 [1] RSPM (R 4.3.0)
+##  openssl       2.1.1   2023-09-25 [1] RSPM (R 4.3.0)
+##  ottrpal       1.2.1   2024-06-11 [1] Github (jhudsl/ottrpal@828539f)
+##  pillar        1.9.0   2023-03-22 [1] RSPM (R 4.3.0)
+##  pkgbuild      1.4.3   2023-12-10 [1] RSPM (R 4.3.0)
+##  pkgconfig     2.0.3   2019-09-22 [1] RSPM (R 4.3.0)
+##  pkgload       1.3.4   2024-01-16 [1] RSPM (R 4.3.0)
+##  profvis       0.3.8   2023-05-02 [1] RSPM (R 4.3.0)
+##  promises      1.2.1   2023-08-10 [1] RSPM (R 4.3.0)
+##  purrr         1.0.2   2023-08-10 [1] RSPM (R 4.3.0)
+##  R6            2.5.1   2021-08-19 [1] RSPM (R 4.3.0)
+##  Rcpp          1.0.12  2024-01-09 [1] RSPM (R 4.3.0)
+##  readr         2.1.5   2024-01-10 [1] RSPM (R 4.3.0)
+##  remotes       2.4.2.1 2023-07-18 [1] RSPM (R 4.3.0)
+##  rlang         1.1.4   2024-06-04 [1] CRAN (R 4.3.2)
+##  rmarkdown     2.27.1  2024-06-11 [1] Github (rstudio/rmarkdown@e1c93a9)
+##  sass          0.4.8   2023-12-06 [1] RSPM (R 4.3.0)
+##  sessioninfo   1.2.2   2021-12-06 [1] RSPM (R 4.3.0)
+##  shiny         1.8.0   2023-11-17 [1] RSPM (R 4.3.0)
+##  stringi       1.8.3   2023-12-11 [1] RSPM (R 4.3.0)
+##  stringr       1.5.1   2023-11-14 [1] RSPM (R 4.3.0)
+##  tibble        3.2.1   2023-03-20 [1] CRAN (R 4.3.2)
+##  tzdb          0.4.0   2023-05-12 [1] RSPM (R 4.3.0)
+##  urlchecker    1.0.1   2021-11-30 [1] RSPM (R 4.3.0)
+##  usethis       2.2.3   2024-02-19 [1] RSPM (R 4.3.0)
+##  utf8          1.2.4   2023-10-22 [1] RSPM (R 4.3.0)
+##  vctrs         0.6.5   2023-12-01 [1] RSPM (R 4.3.0)
+##  xfun          0.44.4  2024-06-11 [1] Github (yihui/xfun@9da62cc)
+##  xml2          1.3.6   2023-12-04 [1] RSPM (R 4.3.0)
+##  xtable        1.8-4   2019-04-21 [1] RSPM (R 4.3.0)
+##  yaml          2.3.8   2023-12-11 [1] RSPM (R 4.3.0)
+## 
+##  [1] /usr/local/lib/R/site-library
+##  [2] /usr/local/lib/R/library
+## 
+## ──────────────────────────────────────────────────────────────────────────────
+ +
+
+
+
+ +
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + + diff --git a/docs/references.html b/docs/references.html new file mode 100644 index 0000000..1fd91bd --- /dev/null +++ b/docs/references.html @@ -0,0 +1,335 @@ + + + + + + + Chapter 3 References | Course Name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ + +
+
+ +
+ + + + + + + + + +
+ +
+
+

Chapter 3 References

+ +
+
+Allaire, JJ, Yihui Xie, Jonathan McPherson, Javier Luraschi, Kevin Ushey, Aron Atkins, Hadley Wickham, Joe Cheng, Winston Chang, and Richard Iannone. 2021. Rmarkdown: Dynamic Documents for r. https://github.com/rstudio/rmarkdown. +
+
+Xie, Yihui, J. J. Allaire, and Garrett Grolemund. 2018. R Markdown: The Definitive Guide. Boca Raton, Florida: Chapman; Hall/CRC. https://bookdown.org/yihui/rmarkdown. +
+
+Xie, Yihui, Christophe Dervieux, and Emily Riederer. 2020. R Markdown Cookbook. Boca Raton, Florida: Chapman; Hall/CRC. https://bookdown.org/yihui/rmarkdown-cookbook. +
+
+
+
+
+ +
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + + diff --git a/docs/search_index.json b/docs/search_index.json index 0d5844b..69bcfef 100644 --- a/docs/search_index.json +++ b/docs/search_index.json @@ -1 +1 @@ -[["index.html", "Course Name About this Course 0.1 Available course formats", " Course Name June, 2024 About this Course 0.1 Available course formats This course is available in multiple formats which allows you to take it in the way that best suites your needs. You can take it for certificate which can be for free or fee. The material for this course can be viewed without login requirement on this Bookdown website. This format might be most appropriate for you if you rely on screen-reader technology. This course can be taken for free certification through Leanpub. This course can be taken on Coursera for certification here (but it is not available for free on Coursera). Our courses are open source, you can find the source material for this course on GitHub. "],["introduction.html", "Chapter 1 Introduction 1.1 Motivation 1.2 Target Audience 1.3 Curriculum", " Chapter 1 Introduction 1.1 Motivation 1.2 Target Audience The course is intended for … 1.3 Curriculum The course covers… devtools::session_info() ## ─ Session info ─────────────────────────────────────────────────────────────── ## setting value ## version R version 4.3.2 (2023-10-31) ## os Ubuntu 22.04.4 LTS ## system x86_64, linux-gnu ## ui X11 ## language (EN) ## collate en_US.UTF-8 ## ctype en_US.UTF-8 ## tz Etc/UTC ## date 2024-06-26 ## pandoc 3.1.1 @ /usr/local/bin/ (via rmarkdown) ## ## ─ Packages ─────────────────────────────────────────────────────────────────── ## package * version date (UTC) lib source ## askpass 1.2.0 2023-09-03 [1] RSPM (R 4.3.0) ## bookdown 0.39.1 2024-06-11 [1] Github (rstudio/bookdown@f244cf1) ## bslib 0.6.1 2023-11-28 [1] RSPM (R 4.3.0) ## cachem 1.0.8 2023-05-01 [1] RSPM (R 4.3.0) ## cli 3.6.2 2023-12-11 [1] RSPM (R 4.3.0) ## devtools 2.4.5 2022-10-11 [1] RSPM (R 4.3.0) ## digest 0.6.34 2024-01-11 [1] RSPM (R 4.3.0) ## ellipsis 0.3.2 2021-04-29 [1] RSPM (R 4.3.0) ## evaluate 0.23 2023-11-01 [1] RSPM (R 4.3.0) ## fansi 1.0.6 2023-12-08 [1] RSPM (R 4.3.0) ## fastmap 1.1.1 2023-02-24 [1] RSPM (R 4.3.0) ## fs 1.6.3 2023-07-20 [1] RSPM (R 4.3.0) ## glue 1.7.0 2024-01-09 [1] RSPM (R 4.3.0) ## hms 1.1.3 2023-03-21 [1] RSPM (R 4.3.0) ## htmltools 0.5.7 2023-11-03 [1] RSPM (R 4.3.0) ## htmlwidgets 1.6.4 2023-12-06 [1] RSPM (R 4.3.0) ## httpuv 1.6.14 2024-01-26 [1] RSPM (R 4.3.0) ## httr 1.4.7 2023-08-15 [1] RSPM (R 4.3.0) ## jquerylib 0.1.4 2021-04-26 [1] RSPM (R 4.3.0) ## jsonlite 1.8.8 2023-12-04 [1] RSPM (R 4.3.0) ## knitr 1.47.3 2024-06-11 [1] Github (yihui/knitr@e1edd34) ## later 1.3.2 2023-12-06 [1] RSPM (R 4.3.0) ## lifecycle 1.0.4 2023-11-07 [1] RSPM (R 4.3.0) ## magrittr 2.0.3 2022-03-30 [1] RSPM (R 4.3.0) ## memoise 2.0.1 2021-11-26 [1] RSPM (R 4.3.0) ## mime 0.12 2021-09-28 [1] RSPM (R 4.3.0) ## miniUI 0.1.1.1 2018-05-18 [1] RSPM (R 4.3.0) ## openssl 2.1.1 2023-09-25 [1] RSPM (R 4.3.0) ## ottrpal 1.2.1 2024-06-11 [1] Github (jhudsl/ottrpal@828539f) ## pillar 1.9.0 2023-03-22 [1] RSPM (R 4.3.0) ## pkgbuild 1.4.3 2023-12-10 [1] RSPM (R 4.3.0) ## pkgconfig 2.0.3 2019-09-22 [1] RSPM (R 4.3.0) ## pkgload 1.3.4 2024-01-16 [1] RSPM (R 4.3.0) ## profvis 0.3.8 2023-05-02 [1] RSPM (R 4.3.0) ## promises 1.2.1 2023-08-10 [1] RSPM (R 4.3.0) ## purrr 1.0.2 2023-08-10 [1] RSPM (R 4.3.0) ## R6 2.5.1 2021-08-19 [1] RSPM (R 4.3.0) ## Rcpp 1.0.12 2024-01-09 [1] RSPM (R 4.3.0) ## readr 2.1.5 2024-01-10 [1] RSPM (R 4.3.0) ## remotes 2.4.2.1 2023-07-18 [1] RSPM (R 4.3.0) ## rlang 1.1.4 2024-06-04 [1] CRAN (R 4.3.2) ## rmarkdown 2.27.1 2024-06-11 [1] Github (rstudio/rmarkdown@e1c93a9) ## sass 0.4.8 2023-12-06 [1] RSPM (R 4.3.0) ## sessioninfo 1.2.2 2021-12-06 [1] RSPM (R 4.3.0) ## shiny 1.8.0 2023-11-17 [1] RSPM (R 4.3.0) ## stringi 1.8.3 2023-12-11 [1] RSPM (R 4.3.0) ## stringr 1.5.1 2023-11-14 [1] RSPM (R 4.3.0) ## tibble 3.2.1 2023-03-20 [1] CRAN (R 4.3.2) ## tzdb 0.4.0 2023-05-12 [1] RSPM (R 4.3.0) ## urlchecker 1.0.1 2021-11-30 [1] RSPM (R 4.3.0) ## usethis 2.2.3 2024-02-19 [1] RSPM (R 4.3.0) ## utf8 1.2.4 2023-10-22 [1] RSPM (R 4.3.0) ## vctrs 0.6.5 2023-12-01 [1] RSPM (R 4.3.0) ## xfun 0.44.4 2024-06-11 [1] Github (yihui/xfun@9da62cc) ## xml2 1.3.6 2023-12-04 [1] RSPM (R 4.3.0) ## xtable 1.8-4 2019-04-21 [1] RSPM (R 4.3.0) ## yaml 2.3.8 2023-12-11 [1] RSPM (R 4.3.0) ## ## [1] /usr/local/lib/R/site-library ## [2] /usr/local/lib/R/library ## ## ────────────────────────────────────────────────────────────────────────────── "],["a-new-chapter.html", "Chapter 2 A new chapter 2.1 Learning Objectives 2.2 Libraries 2.3 Topic of Section 2.4 Code examples 2.5 Image example 2.6 Video examples 2.7 Website Examples 2.8 Citation examples 2.9 Stylized boxes 2.10 Dropdown summaries 2.11 Print out session info", " Chapter 2 A new chapter If you haven’t yet read the getting started Wiki pages; start there. 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: 2.1 Learning Objectives Every chapter also needs Learning objectives that will look like this: This chapter will cover: {You can use https://tips.uark.edu/using-blooms-taxonomy/ to define some learning objectives here} {Another learning objective} 2.2 Libraries For this chapter, we’ll need the following packages attached: *Remember to add any additional packages you need to your course’s own docker image. library(magrittr) 2.3 Topic of Section You can write all your text in sections like this, using ## to indicate a new header. you can use additional pound symbols to create lower levels of headers. See here for additional general information about how you can format text within R Markdown files. In addition, see here for more in depth and advanced options. 2.3.1 Subtopic Here’s a subheading (using three pound symbols) and some text in this subsection! 2.4 Code examples You can demonstrate code like this: output_dir <- file.path("resources", "code_output") if (!dir.exists(output_dir)) { dir.create(output_dir) } And make plots too: hist_plot <- hist(iris$Sepal.Length) You can also save these plots to file: png(file.path(output_dir, "test_plot.png")) hist_plot ## $breaks ## [1] 4.0 4.5 5.0 5.5 6.0 6.5 7.0 7.5 8.0 ## ## $counts ## [1] 5 27 27 30 31 18 6 6 ## ## $density ## [1] 0.06666667 0.36000000 0.36000000 0.40000000 0.41333333 0.24000000 0.08000000 ## [8] 0.08000000 ## ## $mids ## [1] 4.25 4.75 5.25 5.75 6.25 6.75 7.25 7.75 ## ## $xname ## [1] "iris$Sepal.Length" ## ## $equidist ## [1] TRUE ## ## attr(,"class") ## [1] "histogram" dev.off() ## png ## 2 2.5 Image example How to include a Google slide. It’s simplest to use the ottrpal package: But if you have the slide or some other image locally downloaded you can also use HTML like this: 2.6 Video examples You may also want to embed videos in your course. If alternatively, you just want to include a link you can do so like this: Check out this link to a video using markdown syntax. 2.6.1 Using knitr To embed videos in your course, you can use knitr::include_url() like this: Note that you should use echo=FALSE in the code chunk because we don’t want the code part of this to show up. If you are unfamiliar with how R Markdown code chunks work, read this. 2.6.2 Using HTML 2.6.3 Using knitr 2.6.4 Using HTML 2.7 Website Examples Yet again you can use a link to a website like so: A Website You might want to have users open a website in a new tab by default, especially if they need to reference both the course and a resource at once. A Website Or, you can embed some websites. 2.7.1 Using knitr This works: 2.7.2 Using HTML If you’d like the URL to show up in a new tab you can do this: <a href="https://www.linkedin.com" target="_blank">LinkedIn</a> 2.8 Citation examples We can put citations at the end of a sentence like this (Allaire et al. 2021). Or multiple citations Xie, Allaire, and Grolemund (2018). but they need a ; separator (Allaire et al. 2021; Xie, Allaire, and Grolemund 2018). In text, we can put citations like this Allaire et al. (2021). 2.9 Stylized boxes Occasionally, you might find it useful to emphasize a particular piece of information. To help you do so, we have provided css code and images (no need for you to worry about that!) to create the following stylized boxes. You can use these boxes in your course with either of two options: using HTML code or Pandoc syntax. 2.9.1 Using rmarkdown container syntax The rmarkdown package allows for a different syntax to be converted to the HTML that you just saw and also allows for conversion to LaTeX. See the Bookdown documentation for more information (Xie, Dervieux, and Riederer 2020). Note that Bookdown uses Pandoc. ::: {.notice} Note using rmarkdown syntax. ::: Note using rmarkdown syntax. As an example you might do something like this: Please click on the subsection headers in the left hand navigation bar (e.g., 2.1, 4.3) a second time to expand the table of contents and enable the scroll_highlight feature (see more) 2.9.2 Using HTML To add a warning box like the following use: <div class = "notice"> Followed by the text you want inside </div> This will create the following: Followed by the text you want inside Here is a <div class = \"warning\"> box: Note text Here is a <div class = \"github\"> box: GitHub text Here is a <div class = \"dictionary\"> box: dictionary text Here is a <div class = \"reflection\"> box: reflection text Here is a <div class = \"wip\"> box: Work in Progress text 2.10 Dropdown summaries You can hide additional information in a dropdown menu Here’s more words that are hidden. 2.11 Print out session info You should print out session info when you have code for reproducibility purposes. devtools::session_info() ## ─ Session info ─────────────────────────────────────────────────────────────── ## setting value ## version R version 4.3.2 (2023-10-31) ## os Ubuntu 22.04.4 LTS ## system x86_64, linux-gnu ## ui X11 ## language (EN) ## collate en_US.UTF-8 ## ctype en_US.UTF-8 ## tz Etc/UTC ## date 2024-06-26 ## pandoc 3.1.1 @ /usr/local/bin/ (via rmarkdown) ## ## ─ Packages ─────────────────────────────────────────────────────────────────── ## package * version date (UTC) lib source ## askpass 1.2.0 2023-09-03 [1] RSPM (R 4.3.0) ## bookdown 0.39.1 2024-06-11 [1] Github (rstudio/bookdown@f244cf1) ## bslib 0.6.1 2023-11-28 [1] RSPM (R 4.3.0) ## cachem 1.0.8 2023-05-01 [1] RSPM (R 4.3.0) ## cli 3.6.2 2023-12-11 [1] RSPM (R 4.3.0) ## curl 5.2.0 2023-12-08 [1] RSPM (R 4.3.0) ## devtools 2.4.5 2022-10-11 [1] RSPM (R 4.3.0) ## digest 0.6.34 2024-01-11 [1] RSPM (R 4.3.0) ## ellipsis 0.3.2 2021-04-29 [1] RSPM (R 4.3.0) ## evaluate 0.23 2023-11-01 [1] RSPM (R 4.3.0) ## fansi 1.0.6 2023-12-08 [1] RSPM (R 4.3.0) ## fastmap 1.1.1 2023-02-24 [1] RSPM (R 4.3.0) ## fs 1.6.3 2023-07-20 [1] RSPM (R 4.3.0) ## glue 1.7.0 2024-01-09 [1] RSPM (R 4.3.0) ## highr 0.10 2022-12-22 [1] RSPM (R 4.3.0) ## hms 1.1.3 2023-03-21 [1] RSPM (R 4.3.0) ## htmltools 0.5.7 2023-11-03 [1] RSPM (R 4.3.0) ## htmlwidgets 1.6.4 2023-12-06 [1] RSPM (R 4.3.0) ## httpuv 1.6.14 2024-01-26 [1] RSPM (R 4.3.0) ## httr 1.4.7 2023-08-15 [1] RSPM (R 4.3.0) ## jquerylib 0.1.4 2021-04-26 [1] RSPM (R 4.3.0) ## jsonlite 1.8.8 2023-12-04 [1] RSPM (R 4.3.0) ## knitr 1.47.3 2024-06-11 [1] Github (yihui/knitr@e1edd34) ## later 1.3.2 2023-12-06 [1] RSPM (R 4.3.0) ## lifecycle 1.0.4 2023-11-07 [1] RSPM (R 4.3.0) ## magrittr * 2.0.3 2022-03-30 [1] RSPM (R 4.3.0) ## memoise 2.0.1 2021-11-26 [1] RSPM (R 4.3.0) ## mime 0.12 2021-09-28 [1] RSPM (R 4.3.0) ## miniUI 0.1.1.1 2018-05-18 [1] RSPM (R 4.3.0) ## openssl 2.1.1 2023-09-25 [1] RSPM (R 4.3.0) ## ottrpal 1.2.1 2024-06-11 [1] Github (jhudsl/ottrpal@828539f) ## pillar 1.9.0 2023-03-22 [1] RSPM (R 4.3.0) ## pkgbuild 1.4.3 2023-12-10 [1] RSPM (R 4.3.0) ## pkgconfig 2.0.3 2019-09-22 [1] RSPM (R 4.3.0) ## pkgload 1.3.4 2024-01-16 [1] RSPM (R 4.3.0) ## profvis 0.3.8 2023-05-02 [1] RSPM (R 4.3.0) ## promises 1.2.1 2023-08-10 [1] RSPM (R 4.3.0) ## purrr 1.0.2 2023-08-10 [1] RSPM (R 4.3.0) ## R6 2.5.1 2021-08-19 [1] RSPM (R 4.3.0) ## Rcpp 1.0.12 2024-01-09 [1] RSPM (R 4.3.0) ## readr 2.1.5 2024-01-10 [1] RSPM (R 4.3.0) ## remotes 2.4.2.1 2023-07-18 [1] RSPM (R 4.3.0) ## rlang 1.1.4 2024-06-04 [1] CRAN (R 4.3.2) ## rmarkdown 2.27.1 2024-06-11 [1] Github (rstudio/rmarkdown@e1c93a9) ## sass 0.4.8 2023-12-06 [1] RSPM (R 4.3.0) ## sessioninfo 1.2.2 2021-12-06 [1] RSPM (R 4.3.0) ## shiny 1.8.0 2023-11-17 [1] RSPM (R 4.3.0) ## stringi 1.8.3 2023-12-11 [1] RSPM (R 4.3.0) ## stringr 1.5.1 2023-11-14 [1] RSPM (R 4.3.0) ## tibble 3.2.1 2023-03-20 [1] CRAN (R 4.3.2) ## tzdb 0.4.0 2023-05-12 [1] RSPM (R 4.3.0) ## urlchecker 1.0.1 2021-11-30 [1] RSPM (R 4.3.0) ## usethis 2.2.3 2024-02-19 [1] RSPM (R 4.3.0) ## utf8 1.2.4 2023-10-22 [1] RSPM (R 4.3.0) ## vctrs 0.6.5 2023-12-01 [1] RSPM (R 4.3.0) ## xfun 0.44.4 2024-06-11 [1] Github (yihui/xfun@9da62cc) ## xml2 1.3.6 2023-12-04 [1] RSPM (R 4.3.0) ## xtable 1.8-4 2019-04-21 [1] RSPM (R 4.3.0) ## yaml 2.3.8 2023-12-11 [1] RSPM (R 4.3.0) ## ## [1] /usr/local/lib/R/site-library ## [2] /usr/local/lib/R/library ## ## ────────────────────────────────────────────────────────────────────────────── References "],["about-the-authors.html", "About the Authors", " About the Authors These credits are based on our course contributors table guidelines.     Credits Names Pedagogy Lead Content Instructor(s) FirstName LastName Lecturer(s) (include chapter name/link in parentheses if only for specific chapters) - make new line if more than one chapter involved Delivered the course in some way - video or audio Content Author(s) (include chapter name/link in parentheses if only for specific chapters) - make new line if more than one chapter involved If any other authors besides lead instructor Content Contributor(s) (include section name/link in parentheses) - make new line if more than one section involved Wrote less than a chapter Content Editor(s)/Reviewer(s) Checked your content Content Director(s) Helped guide the content direction Content Consultants (include chapter name/link in parentheses or word “General”) - make new line if more than one chapter involved Gave high level advice on content Acknowledgments Gave small assistance to content but not to the level of consulting Production Content Publisher(s) Helped with publishing platform Content Publishing Reviewer(s) Reviewed overall content and aesthetics on publishing platform Technical Course Publishing Engineer(s) Helped with the code for the technical aspects related to the specific course generation Template Publishing Engineers Candace Savonen, Carrie Wright, Ava Hoffman Publishing Maintenance Engineer Candace Savonen Technical Publishing Stylists Carrie Wright, Ava Hoffman, Candace Savonen Package Developers (ottrpal) Candace Savonen, John Muschelli, Carrie Wright Art and Design Illustrator(s) Created graphics for the course Figure Artist(s) Created figures/plots for course Videographer(s) Filmed videos Videography Editor(s) Edited film Audiographer(s) Recorded audio Audiography Editor(s) Edited audio recordings Funding Funder(s) Institution/individual who funded course including grant number Funding Staff Staff members who help with funding   ## ─ Session info ─────────────────────────────────────────────────────────────── ## setting value ## version R version 4.3.2 (2023-10-31) ## os Ubuntu 22.04.4 LTS ## system x86_64, linux-gnu ## ui X11 ## language (EN) ## collate en_US.UTF-8 ## ctype en_US.UTF-8 ## tz Etc/UTC ## date 2024-06-26 ## pandoc 3.1.1 @ /usr/local/bin/ (via rmarkdown) ## ## ─ Packages ─────────────────────────────────────────────────────────────────── ## package * version date (UTC) lib source ## bookdown 0.39.1 2024-06-11 [1] Github (rstudio/bookdown@f244cf1) ## bslib 0.6.1 2023-11-28 [1] RSPM (R 4.3.0) ## cachem 1.0.8 2023-05-01 [1] RSPM (R 4.3.0) ## cli 3.6.2 2023-12-11 [1] RSPM (R 4.3.0) ## devtools 2.4.5 2022-10-11 [1] RSPM (R 4.3.0) ## digest 0.6.34 2024-01-11 [1] RSPM (R 4.3.0) ## ellipsis 0.3.2 2021-04-29 [1] RSPM (R 4.3.0) ## evaluate 0.23 2023-11-01 [1] RSPM (R 4.3.0) ## fastmap 1.1.1 2023-02-24 [1] RSPM (R 4.3.0) ## fs 1.6.3 2023-07-20 [1] RSPM (R 4.3.0) ## glue 1.7.0 2024-01-09 [1] RSPM (R 4.3.0) ## htmltools 0.5.7 2023-11-03 [1] RSPM (R 4.3.0) ## htmlwidgets 1.6.4 2023-12-06 [1] RSPM (R 4.3.0) ## httpuv 1.6.14 2024-01-26 [1] RSPM (R 4.3.0) ## jquerylib 0.1.4 2021-04-26 [1] RSPM (R 4.3.0) ## jsonlite 1.8.8 2023-12-04 [1] RSPM (R 4.3.0) ## knitr 1.47.3 2024-06-11 [1] Github (yihui/knitr@e1edd34) ## later 1.3.2 2023-12-06 [1] RSPM (R 4.3.0) ## lifecycle 1.0.4 2023-11-07 [1] RSPM (R 4.3.0) ## magrittr 2.0.3 2022-03-30 [1] RSPM (R 4.3.0) ## memoise 2.0.1 2021-11-26 [1] RSPM (R 4.3.0) ## mime 0.12 2021-09-28 [1] RSPM (R 4.3.0) ## miniUI 0.1.1.1 2018-05-18 [1] RSPM (R 4.3.0) ## pkgbuild 1.4.3 2023-12-10 [1] RSPM (R 4.3.0) ## pkgload 1.3.4 2024-01-16 [1] RSPM (R 4.3.0) ## profvis 0.3.8 2023-05-02 [1] RSPM (R 4.3.0) ## promises 1.2.1 2023-08-10 [1] RSPM (R 4.3.0) ## purrr 1.0.2 2023-08-10 [1] RSPM (R 4.3.0) ## R6 2.5.1 2021-08-19 [1] RSPM (R 4.3.0) ## Rcpp 1.0.12 2024-01-09 [1] RSPM (R 4.3.0) ## remotes 2.4.2.1 2023-07-18 [1] RSPM (R 4.3.0) ## rlang 1.1.4 2024-06-04 [1] CRAN (R 4.3.2) ## rmarkdown 2.27.1 2024-06-11 [1] Github (rstudio/rmarkdown@e1c93a9) ## sass 0.4.8 2023-12-06 [1] RSPM (R 4.3.0) ## sessioninfo 1.2.2 2021-12-06 [1] RSPM (R 4.3.0) ## shiny 1.8.0 2023-11-17 [1] RSPM (R 4.3.0) ## stringi 1.8.3 2023-12-11 [1] RSPM (R 4.3.0) ## stringr 1.5.1 2023-11-14 [1] RSPM (R 4.3.0) ## urlchecker 1.0.1 2021-11-30 [1] RSPM (R 4.3.0) ## usethis 2.2.3 2024-02-19 [1] RSPM (R 4.3.0) ## vctrs 0.6.5 2023-12-01 [1] RSPM (R 4.3.0) ## xfun 0.44.4 2024-06-11 [1] Github (yihui/xfun@9da62cc) ## xtable 1.8-4 2019-04-21 [1] RSPM (R 4.3.0) ## yaml 2.3.8 2023-12-11 [1] RSPM (R 4.3.0) ## ## [1] /usr/local/lib/R/site-library ## [2] /usr/local/lib/R/library ## ## ────────────────────────────────────────────────────────────────────────────── "],["references.html", "Chapter 3 References", " Chapter 3 References "],["404.html", "Page not found", " Page not found The page you requested cannot be found (perhaps it was moved or renamed). You may want to try searching to find the page's new location, or use the table of contents to find the page you are looking for. "]] +[["index.html", "Course Name About this Course 0.1 Available course formats", " Course Name August, 2024 About this Course 0.1 Available course formats This course is available in multiple formats which allows you to take it in the way that best suites your needs. You can take it for certificate which can be for free or fee. The material for this course can be viewed without login requirement on this Bookdown website. This format might be most appropriate for you if you rely on screen-reader technology. This course can be taken for free certification through Leanpub. This course can be taken on Coursera for certification here (but it is not available for free on Coursera). Our courses are open source, you can find the source material for this course on GitHub. "],["introduction.html", "Chapter 1 Introduction 1.1 Motivation 1.2 Target Audience 1.3 Curriculum", " Chapter 1 Introduction 1.1 Motivation 1.2 Target Audience The course is intended for … 1.3 Curriculum The course covers… devtools::session_info() ## ─ Session info ─────────────────────────────────────────────────────────────── ## setting value ## version R version 4.3.2 (2023-10-31) ## os Ubuntu 22.04.4 LTS ## system x86_64, linux-gnu ## ui X11 ## language (EN) ## collate en_US.UTF-8 ## ctype en_US.UTF-8 ## tz Etc/UTC ## date 2024-08-06 ## pandoc 3.1.1 @ /usr/local/bin/ (via rmarkdown) ## ## ─ Packages ─────────────────────────────────────────────────────────────────── ## package * version date (UTC) lib source ## askpass 1.2.0 2023-09-03 [1] RSPM (R 4.3.0) ## bookdown 0.39.1 2024-06-11 [1] Github (rstudio/bookdown@f244cf1) ## bslib 0.6.1 2023-11-28 [1] RSPM (R 4.3.0) ## cachem 1.0.8 2023-05-01 [1] RSPM (R 4.3.0) ## cli 3.6.2 2023-12-11 [1] RSPM (R 4.3.0) ## devtools 2.4.5 2022-10-11 [1] RSPM (R 4.3.0) ## digest 0.6.34 2024-01-11 [1] RSPM (R 4.3.0) ## ellipsis 0.3.2 2021-04-29 [1] RSPM (R 4.3.0) ## evaluate 0.23 2023-11-01 [1] RSPM (R 4.3.0) ## fansi 1.0.6 2023-12-08 [1] RSPM (R 4.3.0) ## fastmap 1.1.1 2023-02-24 [1] RSPM (R 4.3.0) ## fs 1.6.3 2023-07-20 [1] RSPM (R 4.3.0) ## glue 1.7.0 2024-01-09 [1] RSPM (R 4.3.0) ## hms 1.1.3 2023-03-21 [1] RSPM (R 4.3.0) ## htmltools 0.5.7 2023-11-03 [1] RSPM (R 4.3.0) ## htmlwidgets 1.6.4 2023-12-06 [1] RSPM (R 4.3.0) ## httpuv 1.6.14 2024-01-26 [1] RSPM (R 4.3.0) ## httr 1.4.7 2023-08-15 [1] RSPM (R 4.3.0) ## jquerylib 0.1.4 2021-04-26 [1] RSPM (R 4.3.0) ## jsonlite 1.8.8 2023-12-04 [1] RSPM (R 4.3.0) ## knitr 1.47.3 2024-06-11 [1] Github (yihui/knitr@e1edd34) ## later 1.3.2 2023-12-06 [1] RSPM (R 4.3.0) ## lifecycle 1.0.4 2023-11-07 [1] RSPM (R 4.3.0) ## magrittr 2.0.3 2022-03-30 [1] RSPM (R 4.3.0) ## memoise 2.0.1 2021-11-26 [1] RSPM (R 4.3.0) ## mime 0.12 2021-09-28 [1] RSPM (R 4.3.0) ## miniUI 0.1.1.1 2018-05-18 [1] RSPM (R 4.3.0) ## openssl 2.1.1 2023-09-25 [1] RSPM (R 4.3.0) ## ottrpal 1.2.1 2024-06-11 [1] Github (jhudsl/ottrpal@828539f) ## pillar 1.9.0 2023-03-22 [1] RSPM (R 4.3.0) ## pkgbuild 1.4.3 2023-12-10 [1] RSPM (R 4.3.0) ## pkgconfig 2.0.3 2019-09-22 [1] RSPM (R 4.3.0) ## pkgload 1.3.4 2024-01-16 [1] RSPM (R 4.3.0) ## profvis 0.3.8 2023-05-02 [1] RSPM (R 4.3.0) ## promises 1.2.1 2023-08-10 [1] RSPM (R 4.3.0) ## purrr 1.0.2 2023-08-10 [1] RSPM (R 4.3.0) ## R6 2.5.1 2021-08-19 [1] RSPM (R 4.3.0) ## Rcpp 1.0.12 2024-01-09 [1] RSPM (R 4.3.0) ## readr 2.1.5 2024-01-10 [1] RSPM (R 4.3.0) ## remotes 2.4.2.1 2023-07-18 [1] RSPM (R 4.3.0) ## rlang 1.1.4 2024-06-04 [1] CRAN (R 4.3.2) ## rmarkdown 2.27.1 2024-06-11 [1] Github (rstudio/rmarkdown@e1c93a9) ## sass 0.4.8 2023-12-06 [1] RSPM (R 4.3.0) ## sessioninfo 1.2.2 2021-12-06 [1] RSPM (R 4.3.0) ## shiny 1.8.0 2023-11-17 [1] RSPM (R 4.3.0) ## stringi 1.8.3 2023-12-11 [1] RSPM (R 4.3.0) ## stringr 1.5.1 2023-11-14 [1] RSPM (R 4.3.0) ## tibble 3.2.1 2023-03-20 [1] CRAN (R 4.3.2) ## tzdb 0.4.0 2023-05-12 [1] RSPM (R 4.3.0) ## urlchecker 1.0.1 2021-11-30 [1] RSPM (R 4.3.0) ## usethis 2.2.3 2024-02-19 [1] RSPM (R 4.3.0) ## utf8 1.2.4 2023-10-22 [1] RSPM (R 4.3.0) ## vctrs 0.6.5 2023-12-01 [1] RSPM (R 4.3.0) ## xfun 0.44.4 2024-06-11 [1] Github (yihui/xfun@9da62cc) ## xml2 1.3.6 2023-12-04 [1] RSPM (R 4.3.0) ## xtable 1.8-4 2019-04-21 [1] RSPM (R 4.3.0) ## yaml 2.3.8 2023-12-11 [1] RSPM (R 4.3.0) ## ## [1] /usr/local/lib/R/site-library ## [2] /usr/local/lib/R/library ## ## ────────────────────────────────────────────────────────────────────────────── "],["a-new-chapter.html", "Chapter 2 A new chapter 2.1 Learning Objectives 2.2 Libraries 2.3 Topic of Section 2.4 Code examples 2.5 Image example 2.6 Video examples 2.7 Website Examples 2.8 Citation examples 2.9 Stylized boxes 2.10 Dropdown summaries 2.11 Print out session info", " Chapter 2 A new chapter If you haven’t yet read the getting started Wiki pages; start there. 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: 2.1 Learning Objectives Every chapter also needs Learning objectives that will look like this: This chapter will cover: {You can use https://tips.uark.edu/using-blooms-taxonomy/ to define some learning objectives here} {Another learning objective} 2.2 Libraries For this chapter, we’ll need the following packages attached: *Remember to add any additional packages you need to your course’s own docker image. library(magrittr) 2.3 Topic of Section You can write all your text in sections like this, using ## to indicate a new header. you can use additional pound symbols to create lower levels of headers. See here for additional general information about how you can format text within R Markdown files. In addition, see here for more in depth and advanced options. 2.3.1 Subtopic Here’s a subheading (using three pound symbols) and some text in this subsection! 2.4 Code examples You can demonstrate code like this: output_dir <- file.path("resources", "code_output") if (!dir.exists(output_dir)) { dir.create(output_dir) } And make plots too: hist_plot <- hist(iris$Sepal.Length) You can also save these plots to file: png(file.path(output_dir, "test_plot.png")) hist_plot ## $breaks ## [1] 4.0 4.5 5.0 5.5 6.0 6.5 7.0 7.5 8.0 ## ## $counts ## [1] 5 27 27 30 31 18 6 6 ## ## $density ## [1] 0.06666667 0.36000000 0.36000000 0.40000000 0.41333333 0.24000000 0.08000000 ## [8] 0.08000000 ## ## $mids ## [1] 4.25 4.75 5.25 5.75 6.25 6.75 7.25 7.75 ## ## $xname ## [1] "iris$Sepal.Length" ## ## $equidist ## [1] TRUE ## ## attr(,"class") ## [1] "histogram" dev.off() ## png ## 2 2.5 Image example How to include a Google slide. It’s simplest to use the ottrpal package: But if you have the slide or some other image locally downloaded you can also use HTML like this: 2.6 Video examples You may also want to embed videos in your course. If alternatively, you just want to include a link you can do so like this: Check out this link to a video using markdown syntax. 2.6.1 Using knitr To embed videos in your course, you can use knitr::include_url() like this: Note that you should use echo=FALSE in the code chunk because we don’t want the code part of this to show up. If you are unfamiliar with how R Markdown code chunks work, read this. 2.6.2 Using HTML 2.6.3 Using knitr 2.6.4 Using HTML 2.7 Website Examples Yet again you can use a link to a website like so: A Website You might want to have users open a website in a new tab by default, especially if they need to reference both the course and a resource at once. A Website Or, you can embed some websites. 2.7.1 Using knitr This works: 2.7.2 Using HTML If you’d like the URL to show up in a new tab you can do this: <a href="https://www.linkedin.com" target="_blank">LinkedIn</a> 2.8 Citation examples We can put citations at the end of a sentence like this (Allaire et al. 2021). Or multiple citations Xie, Allaire, and Grolemund (2018). but they need a ; separator (Allaire et al. 2021; Xie, Allaire, and Grolemund 2018). In text, we can put citations like this Allaire et al. (2021). 2.9 Stylized boxes Occasionally, you might find it useful to emphasize a particular piece of information. To help you do so, we have provided css code and images (no need for you to worry about that!) to create the following stylized boxes. You can use these boxes in your course with either of two options: using HTML code or Pandoc syntax. 2.9.1 Using rmarkdown container syntax The rmarkdown package allows for a different syntax to be converted to the HTML that you just saw and also allows for conversion to LaTeX. See the Bookdown documentation for more information (Xie, Dervieux, and Riederer 2020). Note that Bookdown uses Pandoc. ::: {.notice} Note using rmarkdown syntax. ::: Note using rmarkdown syntax. As an example you might do something like this: Please click on the subsection headers in the left hand navigation bar (e.g., 2.1, 4.3) a second time to expand the table of contents and enable the scroll_highlight feature (see more) 2.9.2 Using HTML To add a warning box like the following use: <div class = "notice"> Followed by the text you want inside </div> This will create the following: Followed by the text you want inside Here is a <div class = \"warning\"> box: Note text Here is a <div class = \"github\"> box: GitHub text Here is a <div class = \"dictionary\"> box: dictionary text Here is a <div class = \"reflection\"> box: reflection text Here is a <div class = \"wip\"> box: Work in Progress text 2.10 Dropdown summaries You can hide additional information in a dropdown menu Here’s more words that are hidden. 2.11 Print out session info You should print out session info when you have code for reproducibility purposes. devtools::session_info() ## ─ Session info ─────────────────────────────────────────────────────────────── ## setting value ## version R version 4.3.2 (2023-10-31) ## os Ubuntu 22.04.4 LTS ## system x86_64, linux-gnu ## ui X11 ## language (EN) ## collate en_US.UTF-8 ## ctype en_US.UTF-8 ## tz Etc/UTC ## date 2024-08-06 ## pandoc 3.1.1 @ /usr/local/bin/ (via rmarkdown) ## ## ─ Packages ─────────────────────────────────────────────────────────────────── ## package * version date (UTC) lib source ## askpass 1.2.0 2023-09-03 [1] RSPM (R 4.3.0) ## bookdown 0.39.1 2024-06-11 [1] Github (rstudio/bookdown@f244cf1) ## bslib 0.6.1 2023-11-28 [1] RSPM (R 4.3.0) ## cachem 1.0.8 2023-05-01 [1] RSPM (R 4.3.0) ## cli 3.6.2 2023-12-11 [1] RSPM (R 4.3.0) ## curl 5.2.0 2023-12-08 [1] RSPM (R 4.3.0) ## devtools 2.4.5 2022-10-11 [1] RSPM (R 4.3.0) ## digest 0.6.34 2024-01-11 [1] RSPM (R 4.3.0) ## ellipsis 0.3.2 2021-04-29 [1] RSPM (R 4.3.0) ## evaluate 0.23 2023-11-01 [1] RSPM (R 4.3.0) ## fansi 1.0.6 2023-12-08 [1] RSPM (R 4.3.0) ## fastmap 1.1.1 2023-02-24 [1] RSPM (R 4.3.0) ## fs 1.6.3 2023-07-20 [1] RSPM (R 4.3.0) ## glue 1.7.0 2024-01-09 [1] RSPM (R 4.3.0) ## highr 0.10 2022-12-22 [1] RSPM (R 4.3.0) ## hms 1.1.3 2023-03-21 [1] RSPM (R 4.3.0) ## htmltools 0.5.7 2023-11-03 [1] RSPM (R 4.3.0) ## htmlwidgets 1.6.4 2023-12-06 [1] RSPM (R 4.3.0) ## httpuv 1.6.14 2024-01-26 [1] RSPM (R 4.3.0) ## httr 1.4.7 2023-08-15 [1] RSPM (R 4.3.0) ## jquerylib 0.1.4 2021-04-26 [1] RSPM (R 4.3.0) ## jsonlite 1.8.8 2023-12-04 [1] RSPM (R 4.3.0) ## knitr 1.47.3 2024-06-11 [1] Github (yihui/knitr@e1edd34) ## later 1.3.2 2023-12-06 [1] RSPM (R 4.3.0) ## lifecycle 1.0.4 2023-11-07 [1] RSPM (R 4.3.0) ## magrittr * 2.0.3 2022-03-30 [1] RSPM (R 4.3.0) ## memoise 2.0.1 2021-11-26 [1] RSPM (R 4.3.0) ## mime 0.12 2021-09-28 [1] RSPM (R 4.3.0) ## miniUI 0.1.1.1 2018-05-18 [1] RSPM (R 4.3.0) ## openssl 2.1.1 2023-09-25 [1] RSPM (R 4.3.0) ## ottrpal 1.2.1 2024-06-11 [1] Github (jhudsl/ottrpal@828539f) ## pillar 1.9.0 2023-03-22 [1] RSPM (R 4.3.0) ## pkgbuild 1.4.3 2023-12-10 [1] RSPM (R 4.3.0) ## pkgconfig 2.0.3 2019-09-22 [1] RSPM (R 4.3.0) ## pkgload 1.3.4 2024-01-16 [1] RSPM (R 4.3.0) ## profvis 0.3.8 2023-05-02 [1] RSPM (R 4.3.0) ## promises 1.2.1 2023-08-10 [1] RSPM (R 4.3.0) ## purrr 1.0.2 2023-08-10 [1] RSPM (R 4.3.0) ## R6 2.5.1 2021-08-19 [1] RSPM (R 4.3.0) ## Rcpp 1.0.12 2024-01-09 [1] RSPM (R 4.3.0) ## readr 2.1.5 2024-01-10 [1] RSPM (R 4.3.0) ## remotes 2.4.2.1 2023-07-18 [1] RSPM (R 4.3.0) ## rlang 1.1.4 2024-06-04 [1] CRAN (R 4.3.2) ## rmarkdown 2.27.1 2024-06-11 [1] Github (rstudio/rmarkdown@e1c93a9) ## sass 0.4.8 2023-12-06 [1] RSPM (R 4.3.0) ## sessioninfo 1.2.2 2021-12-06 [1] RSPM (R 4.3.0) ## shiny 1.8.0 2023-11-17 [1] RSPM (R 4.3.0) ## stringi 1.8.3 2023-12-11 [1] RSPM (R 4.3.0) ## stringr 1.5.1 2023-11-14 [1] RSPM (R 4.3.0) ## tibble 3.2.1 2023-03-20 [1] CRAN (R 4.3.2) ## tzdb 0.4.0 2023-05-12 [1] RSPM (R 4.3.0) ## urlchecker 1.0.1 2021-11-30 [1] RSPM (R 4.3.0) ## usethis 2.2.3 2024-02-19 [1] RSPM (R 4.3.0) ## utf8 1.2.4 2023-10-22 [1] RSPM (R 4.3.0) ## vctrs 0.6.5 2023-12-01 [1] RSPM (R 4.3.0) ## xfun 0.44.4 2024-06-11 [1] Github (yihui/xfun@9da62cc) ## xml2 1.3.6 2023-12-04 [1] RSPM (R 4.3.0) ## xtable 1.8-4 2019-04-21 [1] RSPM (R 4.3.0) ## yaml 2.3.8 2023-12-11 [1] RSPM (R 4.3.0) ## ## [1] /usr/local/lib/R/site-library ## [2] /usr/local/lib/R/library ## ## ────────────────────────────────────────────────────────────────────────────── References "],["about-the-authors.html", "About the Authors", " About the Authors These credits are based on our course contributors table guidelines.     Credits Names Pedagogy Lead Content Instructor(s) FirstName LastName Lecturer(s) (include chapter name/link in parentheses if only for specific chapters) - make new line if more than one chapter involved Delivered the course in some way - video or audio Content Author(s) (include chapter name/link in parentheses if only for specific chapters) - make new line if more than one chapter involved If any other authors besides lead instructor Content Contributor(s) (include section name/link in parentheses) - make new line if more than one section involved Wrote less than a chapter Content Editor(s)/Reviewer(s) Checked your content Content Director(s) Helped guide the content direction Content Consultants (include chapter name/link in parentheses or word “General”) - make new line if more than one chapter involved Gave high level advice on content Acknowledgments Gave small assistance to content but not to the level of consulting Production Content Publisher(s) Helped with publishing platform Content Publishing Reviewer(s) Reviewed overall content and aesthetics on publishing platform Technical Course Publishing Engineer(s) Helped with the code for the technical aspects related to the specific course generation Template Publishing Engineers Candace Savonen, Carrie Wright, Ava Hoffman Publishing Maintenance Engineer Candace Savonen Technical Publishing Stylists Carrie Wright, Ava Hoffman, Candace Savonen Package Developers (ottrpal) Candace Savonen, John Muschelli, Carrie Wright Art and Design Illustrator(s) Created graphics for the course Figure Artist(s) Created figures/plots for course Videographer(s) Filmed videos Videography Editor(s) Edited film Audiographer(s) Recorded audio Audiography Editor(s) Edited audio recordings Funding Funder(s) Institution/individual who funded course including grant number Funding Staff Staff members who help with funding   ## ─ Session info ─────────────────────────────────────────────────────────────── ## setting value ## version R version 4.3.2 (2023-10-31) ## os Ubuntu 22.04.4 LTS ## system x86_64, linux-gnu ## ui X11 ## language (EN) ## collate en_US.UTF-8 ## ctype en_US.UTF-8 ## tz Etc/UTC ## date 2024-08-06 ## pandoc 3.1.1 @ /usr/local/bin/ (via rmarkdown) ## ## ─ Packages ─────────────────────────────────────────────────────────────────── ## package * version date (UTC) lib source ## bookdown 0.39.1 2024-06-11 [1] Github (rstudio/bookdown@f244cf1) ## bslib 0.6.1 2023-11-28 [1] RSPM (R 4.3.0) ## cachem 1.0.8 2023-05-01 [1] RSPM (R 4.3.0) ## cli 3.6.2 2023-12-11 [1] RSPM (R 4.3.0) ## devtools 2.4.5 2022-10-11 [1] RSPM (R 4.3.0) ## digest 0.6.34 2024-01-11 [1] RSPM (R 4.3.0) ## ellipsis 0.3.2 2021-04-29 [1] RSPM (R 4.3.0) ## evaluate 0.23 2023-11-01 [1] RSPM (R 4.3.0) ## fastmap 1.1.1 2023-02-24 [1] RSPM (R 4.3.0) ## fs 1.6.3 2023-07-20 [1] RSPM (R 4.3.0) ## glue 1.7.0 2024-01-09 [1] RSPM (R 4.3.0) ## htmltools 0.5.7 2023-11-03 [1] RSPM (R 4.3.0) ## htmlwidgets 1.6.4 2023-12-06 [1] RSPM (R 4.3.0) ## httpuv 1.6.14 2024-01-26 [1] RSPM (R 4.3.0) ## jquerylib 0.1.4 2021-04-26 [1] RSPM (R 4.3.0) ## jsonlite 1.8.8 2023-12-04 [1] RSPM (R 4.3.0) ## knitr 1.47.3 2024-06-11 [1] Github (yihui/knitr@e1edd34) ## later 1.3.2 2023-12-06 [1] RSPM (R 4.3.0) ## lifecycle 1.0.4 2023-11-07 [1] RSPM (R 4.3.0) ## magrittr 2.0.3 2022-03-30 [1] RSPM (R 4.3.0) ## memoise 2.0.1 2021-11-26 [1] RSPM (R 4.3.0) ## mime 0.12 2021-09-28 [1] RSPM (R 4.3.0) ## miniUI 0.1.1.1 2018-05-18 [1] RSPM (R 4.3.0) ## pkgbuild 1.4.3 2023-12-10 [1] RSPM (R 4.3.0) ## pkgload 1.3.4 2024-01-16 [1] RSPM (R 4.3.0) ## profvis 0.3.8 2023-05-02 [1] RSPM (R 4.3.0) ## promises 1.2.1 2023-08-10 [1] RSPM (R 4.3.0) ## purrr 1.0.2 2023-08-10 [1] RSPM (R 4.3.0) ## R6 2.5.1 2021-08-19 [1] RSPM (R 4.3.0) ## Rcpp 1.0.12 2024-01-09 [1] RSPM (R 4.3.0) ## remotes 2.4.2.1 2023-07-18 [1] RSPM (R 4.3.0) ## rlang 1.1.4 2024-06-04 [1] CRAN (R 4.3.2) ## rmarkdown 2.27.1 2024-06-11 [1] Github (rstudio/rmarkdown@e1c93a9) ## sass 0.4.8 2023-12-06 [1] RSPM (R 4.3.0) ## sessioninfo 1.2.2 2021-12-06 [1] RSPM (R 4.3.0) ## shiny 1.8.0 2023-11-17 [1] RSPM (R 4.3.0) ## stringi 1.8.3 2023-12-11 [1] RSPM (R 4.3.0) ## stringr 1.5.1 2023-11-14 [1] RSPM (R 4.3.0) ## urlchecker 1.0.1 2021-11-30 [1] RSPM (R 4.3.0) ## usethis 2.2.3 2024-02-19 [1] RSPM (R 4.3.0) ## vctrs 0.6.5 2023-12-01 [1] RSPM (R 4.3.0) ## xfun 0.44.4 2024-06-11 [1] Github (yihui/xfun@9da62cc) ## xtable 1.8-4 2019-04-21 [1] RSPM (R 4.3.0) ## yaml 2.3.8 2023-12-11 [1] RSPM (R 4.3.0) ## ## [1] /usr/local/lib/R/site-library ## [2] /usr/local/lib/R/library ## ## ────────────────────────────────────────────────────────────────────────────── "],["references.html", "Chapter 3 References", " Chapter 3 References "],["404.html", "Page not found", " Page not found The page you requested cannot be found (perhaps it was moved or renamed). You may want to try searching to find the page's new location, or use the table of contents to find the page you are looking for. "]]