R/joyn-package.R

#' @keywords internal
#' @aliases joyn-package
"_PACKAGE"

## usethis namespace: start
#' @rawNamespace import(collapse, except = fdroplevels)
#' @rawNamespace import(data.table, except = fdroplevels)
#' @importFrom lifecycle deprecated
## usethis namespace: end
.datatable.aware = TRUE

# Prevent R CMD check from complaining about the use of pipe expressions
# standard data.table variables
if (getRversion() >= "2.15.1") {
  utils::globalVariables(
    names = c(
      ".",
      ".I",
      ".N",
      ".SD",
      ".",
      "!!",
      ":=",
      "..output",
      ".xreport",
      ".yreport",
      'use_util_reportvar',
      'varx_na',
      'type',
      ".joyn1"
    ),
    package = utils::packageName()
  )
}

NULL

Try the joyn package in your browser

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

joyn documentation built on April 4, 2025, 5:23 a.m.