diff --git a/NEWS.md b/NEWS.md index 849c8c40..3966eb1d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -215,7 +215,7 @@ This version includes the following modern boards: `pin()`, but you can't `pin_get()` pins created by `pin_write()`. * `board_s3()` stores data in Amazon's S3 service. It is built on top of - [paws](https://paws-r.github.io). + paws. * `board_url()` lets you create a manual board from a vector of URLs. This is useful because `pin_download()` and `pin_read()` are cached, so they only diff --git a/README.md b/README.md index eb2de31c..c851c7be 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ board <- board_temp() board #> Pin board #> Path: -#> '/var/folders/hv/hzsmmyk9393_m7q3nscx1slc0000gn/T/RtmpxYBClc/pins-15f883ae6999e' +#> '/var/folders/hv/hzsmmyk9393_m7q3nscx1slc0000gn/T/Rtmpvoaxgw/pins-142d05cc7724a' #> Cache size: 0 ``` @@ -73,7 +73,7 @@ arguments: the board to pin to, an object, and a name: ``` r board %>% pin_write(head(mtcars), "mtcars") #> Guessing `type = 'rds'` -#> Creating new version '20231103T151040Z-8df40' +#> Creating new version '20231108T211157Z-8df40' #> Writing to pin 'mtcars' ```