R/NAME_install_prada_pckgs.R

Defines functions install_prada_pckgs

Documented in install_prada_pckgs

#' Get packages necessary for all analyses in package \code{prada}
#'
#' This function checks if you have all the packages necessary
#' for the analyses of this pacakge. If you don't have them,
#' this function will get them installed.


#' @return does not return any object

#'  @importFrom pacman p_load


#' @export
install_prada_pckgs <- function() {
  pacman::p_load(char = prada_pckgs)
  print("If no error occurred, the packages needed to run all analyses in prada-context should be installed now.")
}
sebastiansauer/prada documentation built on Jan. 17, 2024, 11:05 a.m.