R/attach.R

Defines functions .onAttach

.onAttach <- function(lib, pkg) {
  packageStartupMessage(
    "You can cite this package as:
     Patil, I. (2021). Visualizations with statistical details: The 'ggstatsplot' approach.
     Journal of Open Source Software, 6(61), 3167, doi:10.21105/joss.03167"
  )
}
IndrajeetPatil/ggstatplot documentation built on April 26, 2024, 10:27 a.m.