R/zzz.R

Defines functions .onLoad

Documented in .onLoad

#' Display a message upon loading package
#'
#' @param libnam the library name
#' @param pkgname the package name
.onLoad <- function(libnam, pkgname){
  # packageStartupMessage gives a NOTE on winbuilder, causing CRAN submission to fail auto checks
  # packageStartupMessage("Thank you for installing ML2Pvae.\nBe sure that the following Python libraries have been installed:
  #   tensorflow
  #   keras
  #   tensorflow-probability\nWe also recommend using the developer, rather than CRAN, version of keras for R.\nThis can be installed with devtools::install_github('rstudio/keras')")
}

Try the ML2Pvae package in your browser

Any scripts or data that you put into this service are public.

ML2Pvae documentation built on May 23, 2022, 9:05 a.m.