trafficonese / widgetframe

Embed htmlwidgets in Responsive iframe.
https://bhaskarvk.github.io/widgetframe/
Other
68 stars 13 forks source link

Following render()'s self_contained FALSE and lib_dir #5

Closed jsonbecker closed 7 years ago

jsonbecker commented 7 years ago

When using render(self_contained = FALSE, lib_dir = X), frameWidget does not place dependencies in lib_dir or the html output into the tradition X_files/ folder like other assets, instead both are always placed in the working directory.

bhaskarvk commented 7 years ago

Hi I am revisiting this bug, could you provide a small reproducible Rmd file ?

bhaskarvk commented 7 years ago

I've fixed this in the master, but working on properly documenting the code. Will keep it open for now, but feel free to build from master and check it out. FYI do checkout some of the options that I pass to knitr in the examples folder.

bhaskarvk commented 7 years ago

Fixed in 0.2.0 and released on CRAN