inst/js/sync-js-version.R

url <- "https://cdn.plot.ly/plotly-2.11.1.min.js"
download.file(url, destfile = "inst/js/plotly-min.js")

url <- "https://unpkg.com/react-plotly.js@2.5.1/dist/create-plotly-component.js"
download.file(url, destfile = "inst/js/create-plotly-component.js")
elong0527/forestly documentation built on July 4, 2023, 6:54 p.m.