R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    packageStartupMessage("centrifugeR Copyright (C) 2020-2022 Duy Nghia Pham")
    packageStartupMessage(
        "centrifugeR is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions."
    )
}

Try the centrifugeR package in your browser

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

centrifugeR documentation built on Dec. 28, 2022, 1:18 a.m.