Mike Thomson
Mike Thomson
While trying to interact with the Connect API, I often reference: 1. `connectapi` pkgdown: https://pkgs.rstudio.com/connectapi/ 2. Connect app docs: https://docs.posit.co/connect/cookbook/ Two requests to make this slightly easier to find the...
Bolster docs to summarize recommended set of dependencies needed to be able to run `chromote` in Workbench (leveraging findings in #150, #103) since these are standard dependencies for `webshot2` and...
Separating out from https://github.com/rstudio/rstudio/issues/12960#issuecomment-2204757227 In order to run `chromote` in Posit Workbench, I needed to manually specify `--no-sandbox`. Is this expected? * If not, any ideas on what could be...
## Intent Address `pkgdown` aspect of #275 ## Approach When setting up `pkgdown` in a new package, via `usethis::use_pkgdown()` programmatically adds: ``` template: bootstrap: 5 ``` Which should be minimally...