R/zzz.r

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    v <- read.dcf(system.file("DESCRIPTION", package = pkgname), fields = "Version")
    msg <- paste0("Loading ", pkgname, " v", v[[1]])
    packageStartupMessage(msg)
}

utils::globalVariables(c(
    "xend", "relative_position", "yend", "y", "x", "yend", "name", 
    "from", "to", "token", "terminal"
))

Try the pkgGraphR package in your browser

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

pkgGraphR documentation built on April 4, 2025, 5:10 a.m.