R/zzz.R

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    paste("Welcome to Simple Exploratory Data Anlaysis with seda R package version",
          utils::packageVersion("seda")))
}


.onLoad <- function(libname,pkgname) {
  pdfFonts <- grDevices::pdfFonts
  extrafont::loadfonts("pdf",quiet=T)
}
bruno-pinheiro/seda documentation built on May 23, 2019, 1:59 a.m.