Skip to content

Commit 9b5c4f6

Browse files
committed
dendextend installation must error out on oldrel?
1 parent 4763648 commit 9b5c4f6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

R/plotly.R

+2
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,13 @@ plot_geo <- function(data = data.frame(), ..., offline = FALSE) {
310310
#' @seealso [plot_ly()], [plot_mapbox()], [ggplotly()]
311311
#' @examples
312312
#'
313+
#' \dontrun{
313314
#' hc <- hclust(dist(USArrests), "ave")
314315
#' dend1 <- as.dendrogram(hc)
315316
#' plot_dendro(dend1, height = 600) %>%
316317
#' hide_legend() %>%
317318
#' highlight(persistent = TRUE, dynamic = TRUE)
319+
#' }
318320
#'
319321

320322
plot_dendro <- function(d, set = "A", xmin = -50, height = 500, width = 500, ...) {

man/plot_dendro.Rd

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)