Closed juliasilge closed 3 years ago
It looks like a recent change in the development version causes a problem in how the auth argument is being handled.
auth
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.
auth = "auto"
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.
It looks like a recent change in the development version causes a problem in how the
auth
argument is being handled.Created on 2021-09-21 by the reprex package (v2.0.1)
If I set
auth = "auto"
things work.