Cole Arendt
Cole Arendt
This example from the README should get you what you need: ``` library(connectapi) client
`bundle_dir()` will currently include problematic things: - files that are huge - directories like `packrat/`, `renv/`, or `venv/` that are known to be problematic IIRC there is a `.connectignore` convention...
We recently hit redirect issues where `connectapi` would just hang on redirects. We should handle redirects more nicely @jspiewak
``` Warning message: Ignoring unknown parameters: binwidth, bins, pad ``` Comes from: https://github.com/rstudio/connectapi/blob/b39c14de7029b6bb1dc9c61bb7aaca0782da0a83/R/audits.R#L109
It is possible to use `openapi-generator` to generate an R6 object directly from the openapi specification. I have done this a bit (and need to stash it on a branch...)...
Inspired by #65 and weird temp directory shenanigans, we should test that `connectapi` can be deployed to Connect and used inside of Connect's sandboxing. This presents a bit of a...
Related to #135 This issue has languished because it is so tedious / manual to set up an LDAP test environment with the `connectapi` dev workflow. We should make this...
- [x] NEWS.md has an entry that is missing its "function" definition - [x] NEWS.md links seem to be wrong...? Not using the doc name reference? https://pkgs.rstudio.com/connectapi/news/index.html - [ ]...
In many projects, there are "default" and "available" values that are stored in `config.yml`. However, sometimes a fork / implementation of the project may want to use different parameters without...
We do [automated / CI testing](https://github.com/rstudio/shinyapps-package-dependencies/tree/master/packages/gridGraphics) to be sure that `gridGraphics` installs successfully on shinyapps.io . However, some of these CI servers run older versions of R ( < 3.6.0)....