Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
/ ottrpal Public archive

Tools for converting OTTR courses into Leanpub or Coursera courses 🦦

License

Notifications You must be signed in to change notification settings

jhudsl/ottrpal

⚠️All OTTR related code and templates are moving to https://github.com/orgs/ottrproject/ as of April 2025⚠️

If you'd like to contribute to or use OTTR tools please go there! or visit ottrproject.org

R-CMD-check CRAN status Downloads Lifecycle: stable

ottrpal package

ottrpal is a companion R package for OTTR courses (Open-source Tools for Training Resources).

Go to ottrproject.org to get started! 🎉

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