Skip to content

Commit

Permalink
Fixes URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Dec 15, 2023
1 parent fcaf792 commit e4e53f7
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 10 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ data.rds
^_pkgdown\.yml$
^docs$
^pkgdown$
^CRAN-SUBMISSION$
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 0.2.0
Date: 2023-12-14 19:49:39 UTC
SHA: fcaf79252a96bd6debd797f62651204ebcaa0653
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ toc <- function() {
# connections

<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![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)
<!-- badges: end -->
Expand All @@ -63,7 +63,7 @@ toc <- function() {

The main goal of `connections` is to integrate `DBI`-compliant packages with the
RStudio IDE's [Connection
Pane](https://db.rstudio.com/rstudio/connections/). Packages such as
Pane](https://solutions.posit.co/connections/db/tooling/connections/). Packages such as
[RPostgres](https://github.com/r-dbi/RPostgres), [RSQLite](https://github.com/r-dbi/RSQLite),
[RMariaDB](https://github.com/r-dbi/RMariaDB) and
[bigrquery](https://github.com/r-dbi/bigrquery) connect R to those databases, but
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- badges: start -->

[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
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)
Expand All @@ -27,8 +27,8 @@ coverage](https://codecov.io/gh/rstudio/connections/branch/main/graph/badge.svg)

The main goal of `connections` is to integrate `DBI`-compliant packages
with the RStudio IDE’s [Connection
Pane](https://db.rstudio.com/rstudio/connections/). Packages such as
[RPostgres](https://github.com/r-dbi/RPostgres),
Pane](https://solutions.posit.co/connections/db/tooling/connections/).
Packages such as [RPostgres](https://github.com/r-dbi/RPostgres),
[RSQLite](https://github.com/r-dbi/RSQLite),
[RMariaDB](https://github.com/r-dbi/RMariaDB) and
[bigrquery](https://github.com/r-dbi/bigrquery) connect R to those
Expand Down Expand Up @@ -156,7 +156,7 @@ library(pins)
board <- board_folder("~/pins")

connection_pin_write(board, con, name = "my_conn")
#> Creating new version '20231213T222754Z-8d9ce'
#> Creating new version '20231215T141203Z-8d9ce'
#> Writing to pin 'my_conn'
```

Expand Down Expand Up @@ -211,7 +211,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 '20231213T222755Z-efdfe'
#> Creating new version '20231215T141203Z-41590'
#> Writing to pin 'avg_mpg'
```

Expand Down Expand Up @@ -251,7 +251,7 @@ tbl_summary <- con %>%


connection_pin_write(board, tbl_summary, name = "cyl_mpg")
#> Creating new version '20231213T222755Z-93829'
#> Creating new version '20231215T141203Z-59396'
#> Writing to pin 'cyl_mpg'

connection_close(con)
Expand Down
19 changes: 17 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## New submission

This submission attempts to restore the 'connections' package to CRAN. The
- Resubmitting after fixing problematic URLs.

- This submission attempts to restore the 'connections' package to CRAN. The
code, tests, and repository have been updated. The original maintainer has been
restored, with an updated email address. The previous maintainer is no longer
accessible through the email on file for the latest version that was in CRAN.
Expand All @@ -17,5 +19,18 @@ accessible through the email on file for the latest version that was in CRAN.

## R CMD check results

0 errors ✔ | 0 warnings ✔ | 0 notes ✔
0 errors ✔ | 0 warnings ✔ | 1 note ✖


```
NOTE
Maintainer: ‘Edgar Ruiz <edgar@posit.co>’
New submission
Package was archived on CRAN
CRAN repository db overrides:
X-CRAN-Comment: Archived on 2021-10-19 as check problems were not
corrected in time.
```

0 comments on commit e4e53f7

Please sign in to comment.