R/debugInstall.R

debugInstall <- function(...) {
    cmdArgs <- unlist(list(...))
    environment(.install_packages) <- asNamespace("tools")
    .install_packages(cmdArgs)
}
johnmchambers/XRtools documentation built on May 19, 2019, 5:16 p.m.