Procházet zdrojové kódy

suggest jsonlite

main
Garrick Aden-Buie před 6 roky
rodič
revize
2b1c86f2e5
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      DESCRIPTION
  2. +1
    -1
      R/gadget.R

+ 1
- 1
DESCRIPTION Zobrazit soubor

@@ -33,7 +33,6 @@ Depends:
Imports:
dplyr,
htmltools,
jsonlite,
knitr,
miniUI,
purrr,
@@ -45,6 +44,7 @@ Imports:
tidyr,
utils
Suggests:
jsonlite,
rematch2,
stringr,
testthat

+ 1
- 1
R/gadget.R Zobrazit soubor

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

Načítá se…
Zrušit
Uložit