R/require_namespace_msg.R

Defines functions require_namespace_msg

Documented in require_namespace_msg

## File Name: require_namespace_msg.R
## File Version: 0.07

require_namespace_msg <- function(pkg)
{
    # if ( ! requireNamespace( pkg, quietly=TRUE) ){
    #    stop( paste0("Package '", pkg, "' needed fo this function
    #         to work. Please install it." ), call.=FALSE)
    # }
    #--- use function from CDM package
    CDM::CDM_require_namespace(pkg=pkg)
}

Try the TAM package in your browser

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

TAM documentation built on Aug. 29, 2022, 1:05 a.m.