inst/rebuild.R

setwd("~/Dropbox/origami/")
library(devtools)
library(formatR)
rebuild <- function() {
  tidy_dir(recursive = T, arrow = T)
  document()
  build()
  install()
  load_all()
}

rebuild()

Try the origami package in your browser

Any scripts or data that you put into this service are public.

origami documentation built on Oct. 20, 2022, 1:07 a.m.