R/check_wpproj_install.R

Defines functions .checkWpProj

.checkWpProj <- function() {
  if (!("WpProj" %in% utils::installed.packages())) {
    devtools::install_github("ericdunipace/WpProj", ref = "master")
  }
}
ericdunipace/SLIMpaper documentation built on Jan. 9, 2025, 6:31 p.m.