plotly / plotly.R

An interactive graphing library for R
https://plotly-r.com
Other
2.52k stars 621 forks source link

npm-ify htmlwidgets logic? #960

Open cpsievert opened 7 years ago

cpsievert commented 7 years ago

Mainly to make it easier to leverage the htmlwidgets logic on plotly's web platform, but might be useful in other applications as well.

scuerda commented 6 years ago

I'm running in to this as an issue. We are trying to integrate content being generated via RMarkdown which is using plotly into our cms. We can pull many of the dependencies in via npm, but the htmlwidgets/plotly.js file is the one we need to stitch it all together and it requires manually downloading. It would be great if this were on npm so that I could pin versions and integrate more seamlessly into the build process.

cpsievert commented 6 years ago

Hi @scuerda, cool to hear someone else has a need for this! We don't currently have bandwidth for this project, but if you'd like sponsor it, please get in touch!

scuerda commented 6 years ago

@cpsievert No worries. I understand. Unfortunately my organization doesn't have the capacity to sponsor such development. Regardless, thanks for the excellent package.