| @@ -33,7 +33,6 @@ Depends: | |||
| Imports: | |||
| dplyr, | |||
| htmltools, | |||
| jsonlite, | |||
| knitr, | |||
| miniUI, | |||
| purrr, | |||
| @@ -45,6 +44,7 @@ Imports: | |||
| tidyr, | |||
| utils | |||
| Suggests: | |||
| jsonlite, | |||
| rematch2, | |||
| stringr, | |||
| testthat | |||
| @@ -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) | |||
| } | |||