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)
}

Try the readJDX package in your browser

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

readJDX documentation built on Nov. 19, 2023, 1:08 a.m.