Parcourir la source

suggest jsonlite

main
Garrick Aden-Buie il y a 6 ans
Parent
révision
2b1c86f2e5
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      DESCRIPTION
  2. +1
    -1
      R/gadget.R

+ 1
- 1
DESCRIPTION Voir le fichier

@@ -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 Voir le fichier

@@ -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)
}

Chargement…
Annuler
Enregistrer