dev/update_ignore.R

library(devtools)

# add a regular expression to .Rbuildignore
if (.Platform$OS.type == "windows") {
  setwd("C:/Academia/Cornell/CS 6784/2016 Fall/Project")
} else {
  setwd("~")
}

devtools::use_build_ignore("notes", escape = TRUE, pkg = "MDMICA")
zejin/MDMICA documentation built on May 14, 2019, 10:36 p.m.