R/SUB_utils.R

Defines functions include.dependencies

Documented in include.dependencies

include.dependencies <- function(){
#' @title Internal handling of dependencies
#'
#' @description Seems like this is needed in addition to the import list in the DESCRIPTION file, so keeping them all together in one place.
#' @import dplyr
#' @import tidyverse
#' @import coda
#' @import R2jags
#' @import rstan
#' @import rstanarm
#' @import MASS
#' @import nlme
#' @return Nothing returned.
#' @export



print("including dependencies")


} # end function include.dependencies
SOLV-Code/RapidRicker documentation built on Jan. 14, 2025, 9:36 a.m.