-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
471 additions
and
354 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,39 +1,15 @@ | ||
# Platform | ||
|
||
|field |value | | ||
|:--------|:-------------------------------------------------------------------------------------------| | ||
|version |R version 4.2.0 (2022-04-22) | | ||
|os |macOS 13.2.1 | | ||
|system |x86_64, darwin17.0 | | ||
|ui |RStudio | | ||
|language |(EN) | | ||
|collate |en_US.UTF-8 | | ||
|ctype |en_US.UTF-8 | | ||
|tz |UTC | | ||
|date |2023-02-24 | | ||
|rstudio |2022.12.0+353 Elsbeth Geranium (desktop) | | ||
|pandoc |2.19.2 @ /Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/ (via rmarkdown) | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:-------|:-----|:----------|:--| | ||
|dbplyr |2.3.0 |2.3.0.9000 |* | | ||
|
||
# Revdeps | ||
|
||
## Failed to check (4) | ||
|
||
|package |version |error |warning |note | | ||
|:--------------|:-------|:-----|:-------|:----| | ||
|bigsnpr |1.11.6 |1 | | | | ||
|NoRCE |? | | | | | ||
|sparklyr.flint |0.2.2 |1 | | | | ||
|synaptome.db |0.99.12 |1 | | | | ||
|
||
## New problems (1) | ||
|
||
|package |version |error |warning |note | | ||
|:----------|:-------|:------|:-------|:----| | ||
|[BiocOncoTK](problems.md#bioconcotk)|1.18.0 |__+1__ |1 |4 | | ||
## New problems (8) | ||
|
||
|package |version |error |warning |note | | ||
|:-------------------|:-------|:------|:-------|:----| | ||
|[CDMConnector](problems.md#cdmconnector)|1.1.2 |__+2__ | |1 | | ||
|[DrugUtilisation](problems.md#drugutilisation)|0.3.3 |__+1__ | | | | ||
|[editbl](problems.md#editbl)|0.9.6 |__+2__ | | | | ||
|[IncidencePrevalence](problems.md#incidenceprevalence)|0.4.1 |__+3__ | | | | ||
|[mlr3db](problems.md#mlr3db)|0.5.0 |__+1__ | | | | ||
|[modeldb](problems.md#modeldb)|0.2.3 |__+1__ | | | | ||
|[PatientProfiles](problems.md#patientprofiles)|0.3.1 |__+2__ | | | | ||
|[RPresto](problems.md#rpresto)|1.4.5 |__+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,13 +1,41 @@ | ||
## revdepcheck results | ||
|
||
We checked 93 reverse dependencies (84 from CRAN + 9 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 90 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 2 packages | ||
* We saw 8 new problems | ||
* We failed to check 0 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### Failed to check | ||
### New problems | ||
(This reports the first line of each new failure) | ||
|
||
* CDMConnector | ||
checking tests ... ERROR | ||
checking re-building of vignette outputs ... ERROR | ||
|
||
* DrugUtilisation | ||
checking tests ... ERROR | ||
|
||
* editbl | ||
checking examples ... ERROR | ||
checking tests ... ERROR | ||
|
||
* IncidencePrevalence | ||
checking examples ... ERROR | ||
checking tests ... ERROR | ||
checking re-building of vignette outputs ... ERROR | ||
|
||
* mlr3db | ||
checking tests ... ERROR | ||
|
||
* modeldb | ||
checking re-building of vignette outputs ... ERROR | ||
|
||
* PatientProfiles | ||
checking tests ... ERROR | ||
checking re-building of vignette outputs ... ERROR | ||
|
||
* RPresto | ||
checking tests ... ERROR | ||
|
||
* bigsnpr (NA) | ||
* sparklyr.flint (NA) |
Oops, something went wrong.