Skip to content

Commit

Permalink
Regenerate README, clean up old NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Nov 8, 2023
1 parent abc0d49 commit 7f2ce7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ board <- board_temp()
board
#> Pin board <pins_board_folder>
#> Path:
#> '/var/folders/hv/hzsmmyk9393_m7q3nscx1slc0000gn/T/RtmpxYBClc/pins-15f883ae6999e'
#> '/var/folders/hv/hzsmmyk9393_m7q3nscx1slc0000gn/T/Rtmpvoaxgw/pins-142d05cc7724a'
#> Cache size: 0
```

Expand All @@ -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'
```

Expand Down

0 comments on commit 7f2ce7c

Please sign in to comment.