⚠️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
ottrpal
is a companion R package for OTTR courses (Open-source Tools for Training Resources).
Go to ottrproject.org to get started! :tada:
ottrfy()
your course to make it ready for all the OTTR functionality. 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.