R/zzz.R

Defines functions .onAttach

#' @importFrom utils packageVersion
NULL
.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    paste0(
      "Welcome to ", pkgname, " version ", packageVersion(pkgname), "\n",
      "This package is licensed under the GPL (>= 3.0) license.\n",
      "Copyright (C) 2025 Yuxuan He and Dong Wang. All rights reserved."
    )
  )
}

Try the Nematode package in your browser

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

Nematode documentation built on Aug. 21, 2025, 5:58 p.m.