-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Polish NEWS * Build README * Increment version number to 2.2.1 * revdepcheck
- Loading branch information
Showing
7 changed files
with
488 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: dbplyr | ||
Title: A 'dplyr' Back End for Databases | ||
Version: 2.2.0.9000 | ||
Version: 2.2.1 | ||
Authors@R: c( | ||
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")), | ||
person("Maximilian", "Girlich", role = "aut"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,35 @@ | ||
# Platform | ||
|
||
|field |value | | ||
|:--------|:-----------------------------------------------| | ||
|version |R version 4.2.0 (2022-04-22) | | ||
|os |macOS Monterey 12.4 | | ||
|system |x86_64, darwin17.0 | | ||
|ui |RStudio | | ||
|language |(EN) | | ||
|collate |en_US.UTF-8 | | ||
|ctype |en_US.UTF-8 | | ||
|tz |UTC | | ||
|date |2022-06-23 | | ||
|rstudio |2022.06.0-daily+512 Spotted Wakerobin (desktop) | | ||
|pandoc |NA | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:-------|:-----|:-----|:--| | ||
|dbplyr |2.2.0 |2.2.1 |* | | ||
|
||
# Revdeps | ||
|
||
## New problems (7) | ||
|
||
|package |version |error |warning |note | | ||
|:-------------------------------------------|:-------|:------|:-------|:--------| | ||
|[dcmodifydb](problems.md#dcmodifydb) |0.2.0 |__+1__ | |1 | | ||
|[dittodb](problems.md#dittodb) |0.1.3 | |__+1__ |1 | | ||
|[dlookr](problems.md#dlookr) |0.5.6 | |__+1__ | | | ||
|[dplyr.teradata](problems.md#dplyrteradata) |0.4.1 |__+1__ | |1 __+1__ | | ||
|[RClickhouse](problems.md#rclickhouse) |0.6.3 | |__+1__ |1 | | ||
|[sparklyr](problems.md#sparklyr) |1.7.6 | |__+1__ |1 | | ||
|[VicmapR](problems.md#vicmapr) |0.1.8 |__+1__ | | | | ||
## Failed to check (6) | ||
|
||
|package |version |error |warning |note | | ||
|:--------------------------------|:-------|:--------|:-------|:----| | ||
|bigsnpr |1.9.11 |1 | | | | ||
|duckdb |0.4.0 |1 | | | | ||
|[msPurity](failures.md#mspurity) |1.22.0 |1 __+1__ | |4 | | ||
|NoRCE |? | | | | | ||
|SQLDataFrame |1.10.0 |1 |1 |1 | | ||
|synaptome.db |0.99.8 |1 | | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,13 @@ | ||
## revdepcheck results | ||
|
||
We checked 73 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 83 reverse dependencies (74 from CRAN + 9 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 7 new problems | ||
* We failed to check 0 packages | ||
* We saw 0 new problems | ||
* We failed to check 2 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### New problems | ||
(This reports the first line of each new failure) | ||
|
||
* dcmodifydb | ||
checking tests ... ERROR | ||
|
||
* dittodb | ||
checking re-building of vignette outputs ... WARNING | ||
|
||
* dlookr | ||
checking re-building of vignette outputs ... WARNING | ||
|
||
* dplyr.teradata | ||
checking tests ... ERROR | ||
checking R code for possible problems ... NOTE | ||
|
||
* RClickhouse | ||
checking dependencies in R code ... WARNING | ||
|
||
* sparklyr | ||
checking dependencies in R code ... WARNING | ||
|
||
* VicmapR | ||
checking tests ... ERROR | ||
### Failed to check | ||
|
||
* bigsnpr (NA) | ||
* duckdb (NA) |
Oops, something went wrong.