knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
# library(lbgfs2021) # rmdhelp::show_knit_hook_call() knitr::knit_hooks$set(hook_convert_odg = rmdhelp::hook_convert_odg)
Design ideas and potentially useful features for a course R-package are developed and described.
The general idea of encapsulating course material in R-packages is to create a hierarchy of packages. On the top-level there is a generic R-package that is used to initialise a child package which is specific for a given course. The following diagram shows the package hierarchy.
#rmdhelp::use_odg_graphic(ps_path = "odg/pkg-hierarchy.odg") knitr::include_graphics(path = "odg/pkg-hierarchy.png")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.