R/attach.R

Defines functions .onAttach

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

Try the ggdensity package in your browser

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

ggdensity documentation built on Feb. 16, 2023, 10:37 p.m.