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 tibble
#' @import R2jags
#' @import coda
#' @import rstanarm
#' @import rstan
#' @import Rcpp
#' @import shiny
#' @import shinystan
#' @export


print("including dependencies")


} # end function include.dependencies
SOLV-Code/MetricsCOSEWIC documentation built on Nov. 3, 2022, 8:59 p.m.