Skip to content

Commit a3a1941

Browse files
committed
Some CRAN builds don't have pandoc
1 parent cdfdc7c commit a3a1941

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/partial_bundles.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#' # plotly graph. In this case, we get a 3x file reduction.
2727
#' # ----------------------------------------------------------------------
2828
#'
29+
#' \dontrun{
2930
#' library(plotly)
3031
#' p <- plot_ly(x = 1:10, y = 1:10) %>% add_markers()
3132
#' save_widget <- function(p, f) {
@@ -47,7 +48,6 @@
4748
#' # heatmap (part of the cartesian bundle) doesn't...
4849
#' # ----------------------------------------------------------------------
4950
#'
50-
#' \dontrun{
5151
#' library(htmltools)
5252
#' p1 <- plot_ly(z = ~volcano) %>%
5353
#' add_heatmap() %>%

man/partial_bundle.Rd

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

0 commit comments

Comments
 (0)