I have an existing R package on CRAN (the rms
package) for which I desire to add an html vignette created using R Markdown with RStudio. I see most of what I need in the Writing R Extensions manual and at How to get RStudio to automatically compile R Markdown Vignettes?
What is not obvious is that I want to use plotly
functions to create interactive graphics. Self-contained html files using this with RStudio work great but I don't know how to make sure such vignettes work with a CRAN submission, and how to set this up.