R/attach.R

Defines functions .onAttach

.onAttach <- function(...) {
  if(!interactive() || stats::runif(1) > 0.1) return()
  packageStartupMessage('  Please cite ggvfields! See citation("ggvfields") for details.')
}

Try the ggvfields package in your browser

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

ggvfields documentation built on April 3, 2025, 9:04 p.m.