Contained within the repository is the source powering the documentation on the Computer-based Testing Facility (CBTF) website for the R and RStudio components.
Documentation can be created using make
to execute the appropriate
rmarkdown
build sequence.
make # html, pdf, and md
make html # for course website
make pdf # for course handout
make md # for the CBTF website
Contained within the repository are:
├── 00-cbtf.Rmd
├── 00-cbtf.md
├── Makefile
├── README.md
├── img
│ ├── cbtf-create-rmarkdown.png
│ ├── cbtf-help-documentation-function.png
│ ├── cbtf-pl-exam.png
│ ├── cbtf-rmarkdown-input.png
│ ├── cbtf-rstudio-location.png
│ ├── cbtf-rstudio-view-startup.png
│ └── rstudio-session-aborted.png
├── img-not-used
│ ├── cbtf-desktop.png
│ ├── cbtf-pl-course-select.png
│ ├── cbtf-print-screen.png
│ ├── cbtf-r-package-install-blocked.png
│ ├── cbtf-r-via-terminal.png
│ ├── click-firefox.png
│ ├── install-packages-cbtf-warning.png
│ ├── pl-cbtf-page.png
│ └── shib-page.png
└── r-cbtf-docs.Rproj
James Joseph Balamuta
GPL (>= 2)