Skip to content

Commit

Permalink
Update highcharts.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkunst committed Aug 11, 2022
1 parent a59a115 commit 6a4eb65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/highcharts.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ hcs |>
ff <- dir(here::here("dev/examples-charts/"), full.names = TRUE)
ff <- stringr::str_subset(ff, ".R")
fs <- stringr::str_subset(ff, "xrange|wordcloud|packedbubble|tilemap|vector|errorbar|venn|item|gantt|solidgauge|lollipop")
fs <- stringr::str_subset(ff, "xrange|wordcloud|packedbubble|tilemap|vector|errorbar|venn|item")
# |gantt|solidgauge|lollipop
# setdiff(ff, fs) |> basename()
Expand Down

0 comments on commit 6a4eb65

Please sign in to comment.