R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    "==AcademicThemes================================\n",
    "Please be mindful of the effects of your choice\n",
    "of colour palette on people who are colour blind\n",
    "================================================"
  )
}

Try the AcademicThemes package in your browser

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

AcademicThemes documentation built on May 29, 2024, 8:21 a.m.