R/global.R

#' This defines variables, used with certain packages and pipes that
#' throw a 'no visible binding for global variable' during
#' 'R CMD check' (before CRAN submission)
#'
#' @noRd
utils::globalVariables(c(
  ".",
  "Bootstrap",
  "name"
))
MauriceOConnell/causalPAF documentation built on Aug. 20, 2022, 4:27 a.m.