dev/submit_package.R

library(devtools)

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

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