Skip to content

Commit

Permalink
Adding CRAN badge after acceptance
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Dec 18, 2023
1 parent fe83823 commit 26c2bc3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->

- [Installation](#installation)
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->

- [Installation](#installation)
Expand Down Expand Up @@ -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'
```

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

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 26c2bc3

Please sign in to comment.