R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  f <- system.file("proto", package = "traveltimeR")
  RProtoBuf::readProtoFiles(dir = f)
}

Try the traveltimeR package in your browser

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

traveltimeR documentation built on May 29, 2024, 4:41 a.m.