Skip to content

cornball-ai/drat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

drat

CRAN-style package repository for cornball.ai R packages that aren't on CRAN (currently RcppOTIO).

Usage

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.

Adding a release

file.copy("pkg_x.y.z.tar.gz", "~/drat/src/contrib/")
tools::write_PACKAGES("~/drat/src/contrib", type = "source")

Then commit and push.

About

CRAN-style repository for cornball.ai R packages (Additional_repositories target)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors