File: bslib-package.R

package info (click to toggle)
r-cran-bslib 0.9.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,412 kB
  • sloc: javascript: 13,349; makefile: 33; sh: 23
file content (29 lines) | stat: -rw-r--r-- 696 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
utils::globalVariables("!!")

#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @import htmltools
#' @import sass
#' @importFrom grDevices col2rgb
#' @importFrom jquerylib jquery_core
#' @importFrom jsonlite fromJSON
#' @importFrom lifecycle deprecated
#' @importFrom rlang := list2 abort
#' @importFrom stats setNames na.omit
#' @importFrom tools file_path_sans_ext
#' @importFrom utils modifyList packageVersion download.file URLencode getFromNamespace head
## usethis namespace: end
NULL

#' @export
#' @importFrom htmltools css
htmltools::css

# For usethis::use_release_issue()
release_bullets <- function() {
  c(
    "Update static imports: `staticimports::import()`"
  )
}