CRAN-style package repository for cornball.ai R packages
that aren't on CRAN (currently RcppOTIO).
install.packages("RcppOTIO",
repos = c("https://cornball-ai.github.io/drat",
getOption("repos")))Source packages only. RcppOTIO needs the OpenTimelineIO C++ library (>= 0.18),
Imath headers, and a C++17 compiler -- see its SystemRequirements.
file.copy("pkg_x.y.z.tar.gz", "~/drat/src/contrib/")
tools::write_PACKAGES("~/drat/src/contrib", type = "source")Then commit and push.