Explorar el Código

suggest jsonlite

main
Garrick Aden-Buie hace 6 años
padre
commit
2b1c86f2e5
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      DESCRIPTION
  2. +1
    -1
      R/gadget.R

+ 1
- 1
DESCRIPTION Ver fichero

@@ -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 Ver fichero

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

Cargando…
Cancelar
Guardar