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()
}
mikabr/phacking documentation built on July 30, 2023, 4:33 p.m.