README.md

courseR

This package features a toolset for creating and updating website content for courses taught in R, especially in a managed environment running RStudio and/or Shiny servers.

Quick start

Install from github:

devtools::install_github("whitwort/courseR")

Start a new project in the current working directory (by default, some example content will be created):

courseR::init()

Build a website and package with:

courseR::build()

See courseR.yml for configuration options and files in templates/ to customize the generated website and R package.

You can preview the website by opening files in the dist/ subdirectory. Then, after setting things up in courseR.yml publish your website and course application with:

courseR::publish()

Components

There are currently a few components, all of which are configurable from the courseR.yml file created after calling courseR::init:

Version

Credits

License

Copyright © 2013-2017 Gregg Whitworth and licensed under GPLv3.



whitwort/courseR documentation built on Sept. 6, 2019, 1:14 a.m.