Description
Companion Tools for Open-Source Tools for Training Resources (OTTR).
Description
Tools for converting Open-Source Tools for Training Resources (OTTR) courses into Leanpub or Coursera courses. 'ottrpal' is for use with the OTTR Template repository to create courses.
README.md
ottrpal package
ottrpal
is a companion R package for OTTR courses (Open-source Tools for Training Resources).
Go to ottrproject.org to get started! :tada:
- Perform URL, spell, and formatting checks for your Quarto and R markdown, and markdown files.
- Prep your courses for upload to Massive Open Online Courses (MOOCs): Coursera and Leanpub.
ottrfy()
your course to make it ready for all the OTTR functionality.
Installing ottrpal:
You can install ottrpal
from GitHub with:
install.packages("ottrpal")
If you want the development version (not advised) you can install using the remotes
package to install from GitHub.
if (!("remotes" %in% installed.packages())) {
install.packages("remotes")
}
remotes::install_github("jhudsl/ottrpal")