R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
  packageStartupMessage("If you have any problem, please issue here.")
  packageStartupMessage("https://github.com/mrchypark/conda4r/issues")
}
mrchypark/conda4r documentation built on Dec. 8, 2019, 1:52 p.m.