R/leaflet-package.R

Defines functions release_bullets

#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom grDevices col2rgb
#' @importFrom grDevices rgb
#' @importFrom methods substituteDirect
#' @importFrom stats na.omit
#' @importFrom stats quantile
#' @importFrom utils getFromNamespace
#' @importFrom utils packageVersion
#' @importFrom rlang is_installed
## usethis namespace: end
NULL

## Re-exports
#' @importFrom magrittr %>%
#' @export
magrittr::`%>%`
#' @importFrom htmlwidgets JS
#' @export
htmlwidgets::JS

# Added to the `use_release_issue()` checklist
release_bullets <- function() {
  c(
    "Update static imports: `staticimports::import()`",
    'Check Super Zip example: `shiny::runGitHub("rstudio/shiny-examples", subdir = "063-superzip-example")`',
    "Check licenses if bundled dependencies were updated",
    '`source("scripts/viztest.R")`'
  )
}

Try the leaflet package in your browser

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

leaflet documentation built on Sept. 9, 2025, 5:28 p.m.