Преглед изворни кода

suggest jsonlite

pull/21/head
Garrick Aden-Buie пре 6 година
родитељ
комит
3152df2fbc
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      DESCRIPTION
  2. +1
    -1
      R/gadget.R

+ 1
- 1
DESCRIPTION Прегледај датотеку

@@ -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 Прегледај датотеку

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

Loading…
Откажи
Сачувај