R/quickcode-package.R

Defines functions .onLoad

#' quickcode
#'
#' @name quickcode
#' @docType package
#' @importFrom grDevices graphics.off
#' @importFrom stats sd
#' @noRd
#' @keywords internal
"_PACKAGE"

.onLoad <- function(libname,pkgname){
  utils::globalVariables(c("graphics.off","vali", "sd", "x",'pattern','replacement'))
}

Try the quickcode package in your browser

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

quickcode documentation built on April 11, 2025, 5:49 p.m.