R/global_vars.R

# defining global variables and functions to appease R CMD Check

utils::globalVariables(
  names = c(
    ".",
    "id"
  ),
  package = "kittyR",
  add = FALSE
)

Try the kittyR package in your browser

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

kittyR documentation built on April 3, 2021, 5:08 p.m.