dev/check_package.R

library(devtools)

# check the source package and record the time
if (.Platform$OS.type == "windows") {
  setwd("C:/Academia/Cornell/CS 6784/2016 Fall/Project")
} else {
  setwd("~")
}

system.time(devtools::check("MDMICA", manual = TRUE))
zejin/MDMICA documentation built on May 14, 2019, 10:36 p.m.