From 58cd86ef314393486a436794b287219c62c51beb Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Fri, 23 Sep 2022 13:02:46 -0600 Subject: [PATCH] Render README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65dca59e8..a929c276a 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ library(pins) board <- board_temp() board #> Pin board -#> Path: '/tmp/RtmpAYa45m/pins-6cce258ca9cf' +#> Path: '/var/folders/hv/hzsmmyk9393_m7q3nscx1slc0000gn/T/RtmpIz0TnO/pins-e094532135f' #> Cache size: 0 ``` @@ -69,7 +69,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 '20211116T161305Z-e8160' +#> Creating new version '20220923T183046Z-209d4' #> Writing to pin 'mtcars' ```