Skip to content

Commit

Permalink
Update revdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Feb 29, 2024
1 parent cce7c00 commit fd01c3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 74 deletions.
3 changes: 1 addition & 2 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
|SQLDataFrame |? | | | |
|synaptome.db |? | | | |

## New problems (10)
## New problems (9)

|package |version |error |warning |note |
|:-------------------|:-------|:------|:-------|:----|
Expand All @@ -28,6 +28,5 @@
|[DrugUtilisation](problems.md#drugutilisation)|0.5.0 |__+2__ | | |
|[IncidencePrevalence](problems.md#incidenceprevalence)|0.7.1 |__+2__ | | |
|[PatientProfiles](problems.md#patientprofiles)|0.6.1 |__+2__ | | |
|[pool](problems.md#pool)|1.0.3 |__+2__ | | |
|[SCDB](problems.md#scdb)|0.3 |__+3__ | | |

8 changes: 2 additions & 6 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## revdepcheck results

We checked 110 reverse dependencies (99 from CRAN + 11 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 111 reverse dependencies (100 from CRAN + 11 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 10 new problems
* We saw 9 new problems
* We failed to check 0 packages

Issues with CRAN packages are summarised below.
Expand Down Expand Up @@ -41,10 +41,6 @@ Issues with CRAN packages are summarised below.
checking tests ... ERROR
checking re-building of vignette outputs ... ERROR

* pool
checking examples ... ERROR
checking tests ... ERROR

* SCDB
checking examples ... ERROR
checking tests ... ERROR
Expand Down
66 changes: 0 additions & 66 deletions revdep/problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,72 +505,6 @@ Run `revdepcheck::cloud_details(, "PatientProfiles")` for more info
Execution halted
```

# pool

<details>

* Version: 1.0.3
* GitHub: https://github.com/rstudio/pool
* Source code: https://github.com/cran/pool
* Date/Publication: 2024-02-14 17:30:08 UTC
* Number of recursive dependencies: 81

Run `revdepcheck::cloud_details(, "pool")` for more info

</details>

## Newly broken

* checking examples ... ERROR
```
Running examples in ‘pool-Ex.R’ failed
The error most likely occurred in:
> ### Name: tbl.Pool
> ### Title: Use pool with dbplyr
> ### Aliases: tbl.Pool copy_to.Pool
>
> ### ** Examples
>
> library(dplyr)
...
>
> pool <- dbPool(RSQLite::SQLite())
> # copy a table into the database
> copy_to(pool, mtcars, "mtcars", temporary = FALSE)
Error in UseMethod("sql_escape_ident") :
no applicable method for 'sql_escape_ident' applied to an object of class "c('Pool', 'R6')"
Calls: copy_to ... as_table_path -> make_table_path -> sql_escape_ident
Execution halted
<pool> Checked-out object deleted before being returned.
<pool> Make sure to `poolReturn()` all objects retrieved with `poolCheckout().`
```

* checking tests ... ERROR
```
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
...
3. └─pool:::tbl.Pool(dest, name)
4. └─dbplyr::tbl_sql("Pool", dbplyr::src_dbi(src), from, ..., vars = vars)
5. └─dbplyr:::as_table_source(from, con = src$con)
6. └─dbplyr::as_table_path(x, con = con, error_arg = error_arg, error_call = error_call)
7. └─dbplyr:::make_table_path(list(x$schema, x$table), con)
8. └─dbplyr:::sql_escape_ident(con, x[needs_quote])
[ FAIL 5 | WARN 0 | SKIP 19 | PASS 40 ]
Error: Test failures
Execution halted
```

# SCDB

<details>
Expand Down

0 comments on commit fd01c3f

Please sign in to comment.