R/init.R

Defines functions .onAttach

# Initialization functions

startup_message <- "
   _|_|      _|_|_|  _|_|_|  _|        _|_|_|_|
 _|    _|  _|          _|    _|        _|
 _|_|_|_|  _|  _|_|    _|    _|        _|_|_|
 _|    _|  _|    _|    _|    _|        _|
 _|    _|    _|_|_|  _|_|_|  _|_|_|_|  _|_|_|_|

    _|_|    _|_|_|      _|_|      _|_|_|  _|        _|_|_|_|
 _|    _|  _|    _|  _|    _|  _|        _|        _|
 _|    _|  _|_|_|    _|_|_|_|  _|        _|        _|_|_|
 _|    _|  _|    _|  _|    _|  _|        _|        _|
   _|_|    _|    _|  _|    _|    _|_|_|  _|_|_|_|  _|_|_|_|
____________________________________________________________
Insights into software delivery performance.
"

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(startup_message)
}
bradgwest/agileoracle documentation built on Dec. 10, 2019, 11:21 a.m.