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)

Disclaimer

Design ideas and potentially useful features for a course R-package are developed and described.

General Design Idea

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")

Features

Templates



charlotte-ngs/lbgfs2021 documentation built on Dec. 19, 2021, 3:01 p.m.