Garrick Aden-Buie 6 лет назад
Родитель
Сommit
2b1c86f2e5
2 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      DESCRIPTION
  2. +1
    -1
      R/gadget.R

+ 1
- 1
DESCRIPTION Просмотреть файл

Imports: Imports:
dplyr, dplyr,
htmltools, htmltools,
jsonlite,
knitr, knitr,
miniUI, miniUI,
purrr, purrr,
tidyr, tidyr,
utils utils
Suggests: Suggests:
jsonlite,
rematch2, rematch2,
stringr, stringr,
testthat testthat

+ 1
- 1
R/gadget.R Просмотреть файл

#' #'
#' @keywords internal #' @keywords internal
get_regex_library <- function() { get_regex_library <- function() {
if (!requireNamespace("jsonlite")) {
if (!requireNamespace("jsonlite", quietly = TRUE)) {
warning("Please install the `jsonlite` package to use template features") warning("Please install the `jsonlite` package to use template features")
return(NULL) return(NULL)
} }

Загрузка…
Отмена
Сохранить