Skip to content

Commit 8f1950b

Browse files
committed
fix bad cross-reference in docs
1 parent 8df6cc6 commit 8f1950b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

R/plotly.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#' abstractions for doing common things (e.g. mapping data values to
66
#' fill colors (via `color`) or creating [animation]s (via `frame`)) and sets
77
#' some different defaults to make the interface feel more 'R-like'
8-
#' (i.e., closer to [plot()] and [ggplot::qplot()]).
8+
#' (i.e., closer to [plot()] and [ggplot2::qplot()]).
99
#'
1010
#' @details Unless `type` is specified, this function just initiates a plotly
1111
#' object with 'global' attributes that are passed onto downstream uses of

man/plot_ly.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/testthat/test-plotly-sf.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ test_that("plot_ly() defaults to blank axes", {
8686
skip_if_not_installed("sf")
8787

8888
m <- sf::st_as_sf(maps::map("world", plot = FALSE, fill = TRUE))
89+
print(m)
8990

9091
p <- plot_ly() %>%
9192
add_sf(data = m, color = I("black"), fillcolor = "transparent", hoverinfo = "none") %>%

0 commit comments

Comments
 (0)