R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
packageStartupMessage(
"Thanks for loading galahr, for examining high-dimensional data. To run it from the R command line, type:

launchApp()

Once it appears in the RStudio Viewer, choose `Open in Browser’ for the best layout."
)
}
uschiLaa/galahr documentation built on March 16, 2020, 6:23 p.m.