Skip to content

Commit

Permalink
fix: use dplyr::tibble
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-davison committed Jul 18, 2024
1 parent 8ecd0db commit 48274db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/faIcons.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ addFaLegend <- function(map,
paste0(html_title,
paste0(
purrr::pmap_vec(
tibble::tibble(
dplyr::tibble(
icon = icons,
label = labels,
color = colors
Expand Down

0 comments on commit 48274db

Please sign in to comment.