rstudio / pins-r

Pin, discover, and share resources
https://pins.rstudio.com
Other
316 stars 62 forks source link

Problem with `auth` argument on `board_rsconnect()` #519

Closed juliasilge closed 3 years ago

juliasilge commented 3 years ago

It looks like a recent change in the development version causes a problem in how the auth argument is being handled.

library(pins)
board_rsconnect()
#> Error: `auth` must be one of "auto", "manual", "envvar", or "rsconnect".

Created on 2021-09-21 by the reprex package (v2.0.1)

If I set auth = "auto" things work.

github-actions[bot] commented 2 years ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.