R/R6P-package.R

Defines functions .workaround

#' @keywords internal
"_PACKAGE"

## usethis namespace: start
## usethis namespace: end
NULL

# Missing Packages Workaround
.workaround <- function() {
  R6::R6Class
  collections::queue
  dplyr::.data
}

Try the R6P package in your browser

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

R6P documentation built on April 12, 2025, 1:33 a.m.