rstudio / pins-r

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

Avoid expiring caches when board is re-registered #259

Closed javierluraschi closed 4 years ago

javierluraschi commented 4 years ago

From @kevinykuo:

pins::board_register_datatxt("http://data.cellar.kasa.ai", name = "cellar")
pins::pin_get("nfip_claims", board = "cellar")
pins::board_register_datatxt("http://data.cellar.kasa.ai", name = "cellar")
pins::pin_get("nfip_claims", board = "cellar")

Should not cause any re-downloads.

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.