R/check-suggests.R

# Generated by autofun (0.0.0.9000): do not edit by hand!!!
# Please edit source code in R-autofun/check-suggests.R
.check_suggests<-function(...){
expression(id <- !sapply(pkg, requireNamespace, quietly = TRUE), 
    res <- NULL, if (any(id)) {
      pkg <- paste(pkg[which(id)], collapse = " ")
      res <- paste("Package(s) needed for this function to work but not", "installed: ", pkg, sep = "")
    }, if (!is.null(res)) stop (res, call. = FALSE))
}

Try the spsann package in your browser

Any scripts or data that you put into this service are public.

spsann documentation built on May 2, 2019, 1:36 p.m.