tools/updateJustGage.R

library(rprojroot)

justgage <- find_package_root_file("inst/htmlwidgets/lib/justgage")

# TODO: update this to an official release if this gets merged
# https://github.com/toorshia/justgage/pull/358
src_js <- "https://raw.githubusercontent.com/cpsievert/justgage/labelFontFamily/dist/justgage.js"
download.file(
  src_js,
  file.path(justgage, basename(src_js))
)

Try the flexdashboard package in your browser

Any scripts or data that you put into this service are public.

flexdashboard documentation built on Aug. 12, 2023, 1:06 a.m.