R/aaa.R

Defines functions .onLoad

.onLoad <- function(lib, pkg) {
  opt <- list(
    debug = FALSE,
    tools_path = "./tools"
  )
  options(LEEF.measurement.bemovi = opt)
}

utils::globalVariables(
	c(
		"count",
		"dens.ml",
		"frame",
		"id",
		"magnification",
		"microcosm.nr",
		"predict_spec",
		"species.composition",
		"temperature",
		"video",
		"bottle",
		"dilution_factor",
		"species"
	)
)
rkrug/LEEF.measurement.bemovi documentation built on Feb. 9, 2025, 7:01 a.m.