Skip to content

Commit

Permalink
remove 'covr' from Suggests, remove unused importFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 29, 2025
1 parent 02df417 commit caf403b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions r-pkg/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ Imports:
utils,
uuid
Suggests:
covr,
knitr,
rmarkdown,
testthat
License: BSD_3_clause + file LICENSE
URL: https://github.com/uptake/uptasticsearch
BugReports: https://github.com/uptake/uptasticsearch/issues
RoxygenNote: 7.1.1
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Encoding: UTF-8
1 change: 0 additions & 1 deletion r-pkg/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ importFrom(purrr,map_if)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,simplify)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
Expand Down
2 changes: 1 addition & 1 deletion r-pkg/R/get_fields.R
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ get_fields <- function(es_host
# [title] Flatten a mapping list of field name to data type into a data.table
# [mapping] A list of json that is returned from a request to the mappings API
#' @importFrom data.table := data.table setnames
#' @importFrom stringr str_detect str_split_fixed str_replace_all
#' @importFrom stringr str_split_fixed str_replace_all
.flatten_mapping <- function(mapping) {

######################### parse the result ###############################
Expand Down

0 comments on commit caf403b

Please sign in to comment.