R/is_installed.R

Defines functions is_installed

is_installed <- function(tool){
    length(system(paste("which",tool),
                  intern = TRUE)) != 0
}
RajLabMSSM/downloadR documentation built on May 12, 2024, 3:22 a.m.