R/autometric.R

#' @useDynLib autometric, .registration = TRUE
#' @importFrom graphics lines
#' @importFrom utils globalVariables read.table
NULL

globalVariables(
  names = c(
    "r_log_active",
    "r_log_print",
    "r_log_stop",
    "r_log_support"
  ),
  package = "autometric"
)

Try the autometric package in your browser

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

autometric documentation built on April 3, 2025, 11:14 p.m.