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

Try the ezCutoffs package in your browser

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

ezCutoffs documentation built on Dec. 4, 2019, 5:06 p.m.