R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  multi.byte <- l10n_info()$MBCS
  if (!multi.byte) {
    packageStartupMessage(
      "The current locale does not support multibyte characters. ",
      "You may run into difficulties if any months are given as ",
      "non-English language names. \n"
    )
  }
}

Try the datefixR package in your browser

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

datefixR documentation built on Sept. 3, 2023, 5:08 p.m.