Skip to content

Commit 3ceb016

Browse files
committed
namespacing
1 parent cdd48e2 commit 3ceb016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-plotly-customdata.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test_that("Can provide list-columns to customdata", {
1515
group_by(city) %>%
1616
highlight_key(~city) %>%
1717
plot_ly(x = ~date, y = ~median, hoverinfo = "name") %>%
18-
add_lines(customdata = ~map2(date, median, ~list(.x, .y))) %>%
18+
add_lines(customdata = ~purrr::map2(date, median, ~list(.x, .y))) %>%
1919
plotly_build()
2020

2121
trace <- l$x$data[[1]]

0 commit comments

Comments
 (0)