diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 3caac5d..6326dc2 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ Version: 0.2.0 -Date: 2023-12-15 14:28:38 UTC -SHA: e4e53f71654d196197b434cfa7ea4ca4aab6e6bd +Date: 2023-12-17 21:35:50 UTC +SHA: fe8382389e80a091e8cd70fdc48feccb1871b972 diff --git a/README.Rmd b/README.Rmd index 93248bf..e55c4a7 100644 --- a/README.Rmd +++ b/README.Rmd @@ -47,6 +47,7 @@ toc <- function() { [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![R-CMD-check](https://github.com/rstudio/connections/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/connections/actions/workflows/R-CMD-check.yaml) [![Codecov test coverage](https://codecov.io/gh/rstudio/connections/branch/main/graph/badge.svg)](https://app.codecov.io/gh/rstudio/connections?branch=main) +[![CRAN status](https://www.r-pkg.org/badges/version/connections)](https://CRAN.R-project.org/package=connections) - [Installation](#installation) diff --git a/README.md b/README.md index 657a25b..c9799e9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h [![R-CMD-check](https://github.com/rstudio/connections/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/connections/actions/workflows/R-CMD-check.yaml) [![Codecov test coverage](https://codecov.io/gh/rstudio/connections/branch/main/graph/badge.svg)](https://app.codecov.io/gh/rstudio/connections?branch=main) +[![CRAN +status](https://www.r-pkg.org/badges/version/connections)](https://CRAN.R-project.org/package=connections) - [Installation](#installation) @@ -156,7 +158,7 @@ library(pins) board <- board_folder("~/pins") connection_pin_write(board, con, name = "my_conn") -#> Creating new version '20231215T141203Z-8d9ce' +#> Creating new version '20231218T234042Z-8d9ce' #> Writing to pin 'my_conn' ``` @@ -211,7 +213,7 @@ the top results to the R Console. The `pin` records two things: ``` r connection_pin_write(board, db_mtcars, name = "avg_mpg") -#> Creating new version '20231215T141203Z-41590' +#> Creating new version '20231218T234042Z-ae23e' #> Writing to pin 'avg_mpg' ``` @@ -251,7 +253,7 @@ tbl_summary <- con %>% connection_pin_write(board, tbl_summary, name = "cyl_mpg") -#> Creating new version '20231215T141203Z-59396' +#> Creating new version '20231218T234042Z-835f4' #> Writing to pin 'cyl_mpg' connection_close(con)