R/SegmentorInstall.r

Defines functions .onAttach

#' This code was written by Alice Cleynen, Guillem Rigaill, and Michel Koskas
#' as part of the Segmentor3IsBack package, which is no longer in CRAN. It has
#' been imported into the ActiSleep package to ensure this package's longevity.
#'
#' @noRd
#'
.onAttach <- function(lib, pkg) {
    packageStartupMessage("Segmentor3IsBack v2.0 Loaded \n")
}

Try the ActiSleep package in your browser

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

ActiSleep documentation built on June 22, 2024, 10:21 a.m.