R/utils.R

Defines functions RcppParallelLibs rstand_config

# Internal function to link to the rstantools namespace
# to avoid NOTE: Namespaces in Imports field not imported from
rstand_config <- function() {
    rstantools::rstan_config()
}

# Internal function to link to the RcppParallel namespace
# to avoid NOTE: Namespaces in Imports field not imported from
RcppParallelLibs <- function() {
    RcppParallel::RcppParallelLibs()
}

Try the phacking package in your browser

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

phacking documentation built on July 26, 2023, 5:22 p.m.