Ian Lyttle
Ian Lyttle
A new function, `assert_packages()`, can be used in place of code suggested by [R Packages](http://r-pkgs.had.co.nz/description.html#dependencies). Instead of this: ```r if (!requireNamespace("pkg", quietly = TRUE)) { stop("Package \"pkg\" needed for this...
This idea follows from the ["Suggests" section](http://r-pkgs.had.co.nz/description.html#dependencies) of the R-pkgs book, where you provide the code: ```R if (!requireNamespace("pkg", quietly = TRUE)) { stop("Package \"pkg\" needed for this function to...
This may be a picky point, but the only way to use `i_am()` with a compound path is to provide the file separator. I understand that one of the goals...
I'd like to be able to create facetted charts using different datasets on different layers. What I've found is that facet seems to operate only on the top-level `data` element...
Follow-on from #685: > This is adjacent to #466, but I wonder what should be the default "conspicuous place" on RStudio Cloud. Currently, it seems to be `home/rstudio-user`, which I...
I thought I might try this out here first, amongst friends :) I think this is a bug but I'm not certain. My use case is to set this using...
This may also impact pins for Python, but I thought I would start here. The motivation for this question is that [Arrow for JavaScript does not support compression](https://stackoverflow.com/a/66696736). I know...
An htmlwidget embedded in a popover does not seem to work: https://stackoverflow.com/questions/44628631/rmarkdown-embed-sparkline-into-a-bootstrap-popover See: https://stackoverflow.com/questions/36409144/execute-js-inside-of-a-bootstrap-popover For possible solution, but not yet convinced this is in the scope of this package.
We have `button_type`, `panel_type`, ... all referring to the Bootstrap type. Maybe change them all to `bs_type`?