ottrpal

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! :tada:

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