Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.39 KB

README.md

File metadata and controls

55 lines (44 loc) · 1.39 KB

Student-facing CBTF documentation for R and RStudio

Contained within the repository is the source powering the documentation on the Computer-based Testing Facility (CBTF) website for the R and RStudio components.

Usage

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

Files

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

Author

James Joseph Balamuta

License

GPL (>= 2)