R/fake_functions.R

Defines functions fake_function

# Fake function to allow R CMD CHECK to remove NOTE due to unused imports
#
# They are being used inside the R6 class
fake_function <- function() {
  R6::R6Class
  checkmate::assert_string
  glue::glue
  logger::log_debug
  RSQLite::SQLite
  digest::digest
  httr2::request
  odbc::dbConnect
  jsonlite::toJSON
  stringr::str_escape
  lifecycle::deprecate_warn
}

Try the shiny.telemetry package in your browser

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

shiny.telemetry documentation built on Oct. 15, 2024, 9:09 a.m.