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 knitr
#' @import RODBC
#' @import plotly
#' @return Nothing returned.
#' @export


print("including dependencies")


} # end function include.dependencies
Pacific-salmon-assess/eramonth documentation built on June 16, 2020, 12:39 a.m.