R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
  tryCatch(sysfonts::font_add("Impact", "impact.ttf"), error = function(e) invisible())
}

Try the memery package in your browser

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

memery documentation built on Sept. 12, 2024, 6:27 a.m.