You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't include the username when writing a pin to Connect, it gives a confusing message:
library(pins)
board<- board_connect()
#> Connecting to Posit Connect 2023.07.0 at <https://colorado.posit.co/rsc>board|> pin_write(10:20, "nice-numbers", type="json")
#> ! Please use full name when reading a pin: "julia.silge/nice-numbers", not "nice-numbers".#> Writing to pin 'julia.silge/nice-numbers'
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.
If you don't include the username when writing a pin to Connect, it gives a confusing message:
Created on 2023-09-18 with reprex v2.0.2
Notice:
but we were writing! It happens in
rsc_content_find()
, which is used a lot and not only when reading. Probably should update this message:pins-r/R/board_connect.R
Line 474 in 1a1e450
The text was updated successfully, but these errors were encountered: