R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
  needed <- .core[!is_attached(.core)]
  if (length(needed) == 0) return()

  tesselle_attach()
}

Try the tesselle package in your browser

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

tesselle documentation built on June 8, 2025, 1:09 p.m.