dev/update_ignore.R

library(devtools)

# add a regular expression to .Rbuildignore
if (.Platform$OS.type == "windows") {
  setwd("C:/Academia/Cornell/Research/Conditional Mean Independence")
} else {
  setwd("~")
}

devtools::use_build_ignore("notes", escape = TRUE, pkg = "CMDMeasure")
zejin/CMDMeasure documentation built on May 28, 2019, 4:42 p.m.