Skip to content

Commit

Permalink
fix: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
aoles committed Sep 19, 2024
1 parent 37b516e commit 59d3469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ importFrom(keyring,key_list)
importFrom(keyring,key_set_with_value)
importFrom(leaflet,fitBounds)
importFrom(utils,str)
importFrom(utils,type.convert)
importFrom(xml2,read_xml)
importFrom(xml2,xml_validate)
1 change: 1 addition & 0 deletions R/api_call.R
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ error_message <- function(code, details) {

#' @importFrom geojsonsf geojson_sf
#' @importFrom jsonlite fromJSON toJSON validate
#' @importFrom utils type.convert
#' @importFrom xml2 read_xml xml_validate
parse_content <- function (content,
format = c("json", "xml"),
Expand Down

0 comments on commit 59d3469

Please sign in to comment.