R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname = find.package("sankeywheel"),
                      pkgname = "sankeywheel") {
  packageStartupMessage(
    "Highcharts (www.highcharts.com) is a Highsoft software product which is"
  )
  packageStartupMessage(
    "not free for commercial and governmental use."
  )
}

Try the sankeywheel package in your browser

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

sankeywheel documentation built on Oct. 30, 2019, 12:13 p.m.