R/onAttach.R

Defines functions .onAttach

#
#
.onAttach <- function(libname, pkgname) {
  msg <- "\nreadJDX is tested with > 175 files before release.\nHowever, there are still challenging files out in the wild.\nIf you have trouble importing a file, please file an issue at\ngithub.com/bryanhanson/readJDX/issues\n"
  packageStartupMessage(msg)
}
bryanhanson/readJDX documentation built on Nov. 23, 2023, 6:50 a.m.