R/zzz.R

Defines functions .onAttach

# I copied this piece of code from Lavaan mainly:

.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("For questions and issues, please see github.com/SachaEpskamp/bootnet.")
}

# Please do not look further down this script.















# I am warning you...


















# Ok, here goes some stuff to fool the R check rather than changing all the codes... I am sorry..
P <- contain0 <- data <- fill <- id1 <- id2 <- label <- lower <- na.omit <- name <- node1 <- node2 <- 
original <- prop <- quantile <- runif <- sd <- stability <- type <- upper <- value <- value1  <- value2 <- nPerson <- NULL

Try the bootnet package in your browser

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

bootnet documentation built on Oct. 4, 2023, 5:09 p.m.