R/internal.R

Defines functions .onAttach

# on attach message
.onAttach <-
  function(libname,pkgname) {
    packageStartupMessage('ezCutoffs is in development. Please report any bugs and check https://github.com/bschmalbach/ezCutoffs for newer versions.')
  }
# define some global variables
if (getRversion() >= "2.15.1") {
  utils::globalVariables(c("count", "empirical_fit", "fit", "dots", "fit_distributions"))
}
bschmalbach/ezCutoffs documentation built on Sept. 18, 2020, 6:32 p.m.