R/zzz.R

Defines functions .onLoad

.onLoad <- 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. 10, 2023, 9:06 a.m.