R/zzz.R

Defines functions .onAttach

# This is totally copied from Sacha Epskamp's bootnet package.
# I mean, he borrowed it from lavaan, so I dont feel all that bad


.onAttach <- function(libname, pkgname) {
  version <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
                      fields="Version")
  packageStartupMessage("This is ",paste(pkgname, version))
  packageStartupMessage(pkgname, " is BETA software! Please report any bugs.")
  packageStartupMessage("The (unofficial) version name is: 'I eat stickers all the time, dude!'")
  packageStartupMessage("For documentation, questions, and issues, please see github.com/sdparsons/splithalf")
  packageStartupMessage("or find my email at https://sdparsons.github.io/")
}

Try the splithalf package in your browser

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

splithalf documentation built on Aug. 11, 2022, 5:10 p.m.