R/zzz.R

## Copyright (C) 2015,2016 Philip Stubbings <phil@parasec.net>
## Licensed under the GPL v2 license. See LICENSE.md for full terms.

.onAttach <- function(libname, pkgname) {
#  packageStartupMessage("obAnalytics")
}

.onLoad <- function(libname, pkgname) {
#  options(digits.secs=3)
#  options(scipen=999)
}
phil8192/ob-analytics documentation built on May 25, 2019, 2:56 a.m.