dev/check_revdep.R

library(devtools)

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

devtools::revdep_check("MDMICA")
zejin/MDMICA documentation built on May 14, 2019, 10:36 p.m.