Skip to content

Commit

Permalink
Correct import the '.data' object from 'rlang'
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Mar 15, 2024
1 parent 8b10bc6 commit 9b3315c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ importFrom(leaflet,providerTileOptions)
importFrom(leaflet,renderLeaflet)
importFrom(leaflet.minicharts,addMinicharts)
importFrom(leaflet.minicharts,clearMinicharts)
importFrom(rlang,data)
importFrom(rlang,.data)
importFrom(shiny,fluidPage)
importFrom(shiny,isolate)
importFrom(shiny,observe)
Expand Down
2 changes: 1 addition & 1 deletion R/build_Lifemap.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#'
#' @importFrom jsonlite fromJSON
#' @importFrom dplyr bind_rows distinct
#' @importFrom rlang data
#' @importFrom rlang .data
#' @importFrom RCurl url.exists
#'
#' @export
Expand Down

0 comments on commit 9b3315c

Please sign in to comment.