R/watcher-package.R

Defines functions .internal

#' @importFrom later run_now
#' @importFrom R6 R6Class
#' @useDynLib watcher, .registration = TRUE
#' @keywords internal
"_PACKAGE"

# Silences R CMD check note: All declared Imports should be used
# rlang is not loaded unless used, later is loaded but used only at C level
# nocov start
.internal <- function() if (FALSE) rlang::as_function(later::run_now)
# nocov end

Try the watcher package in your browser

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

watcher documentation built on April 11, 2025, 5:42 p.m.