R/OnAttach.R

.onAttach <- function(libname, pkgname)  {

    syst <- Sys.info()[['sysname']]
    if(syst == "Windows"){
        suppressMessages(Sys.setlocale("LC_TIME", "C"))
    } 
    
    options(stringsAsFactors = FALSE)
    options(scipen=999)
    packageStartupMessage(paste("This is herblabel ", packageVersion("herblabel"),".", sep = ""))
}

Try the herblabel package in your browser

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

herblabel documentation built on May 2, 2019, 4:47 p.m.