Skip to content

Commit

Permalink
revdepcheck::cloud_check()
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Sep 19, 2024
1 parent 45065ff commit 966fbfb
Show file tree
Hide file tree
Showing 4 changed files with 1,460 additions and 27 deletions.
33 changes: 25 additions & 8 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,31 @@
# Revdeps

## Failed to check (1)
## Failed to check (8)

|package |version |error |warning |note |
|:----------------|:-------|:-----|:-------|:----|
|TriDimRegression |1.0.2 |1 | | |
|package |version |error |warning |note |
|:----------------|:-------|:------|:-------|:----|
|censored |? | | | |
|covid19india |0.1.4 |1 | | |
|multinma |0.7.2 |1 | | |
|OVtool |1.0.3 |1 | | |
|[params](failures.md#params)|0.7.3 |__+1__ | | |
|scCustomize |2.1.2 |1 | |1 |
|shinyTempSignal |0.0.8 |1 | | |
|TriDimRegression |1.0.2 |1 | | |

## New problems (1)
## New problems (11)

|package |version |error |warning |note |
|:------------|:-------|:------|:-------|:----|
|[diseasystore](problems.md#diseasystore)|0.1 |__+1__ | | |
|package |version |error |warning |note |
|:------------------|:-------|:--------|:-------|:--------|
|[adoptr](problems.md#adoptr)|1.1.0 |1 __+2__ | |__+1__ |
|[atrrr](problems.md#atrrr)|0.0.3 |__+1__ | | |
|[codebook](problems.md#codebook)|0.9.2 |1 | |3 __+1__ |
|[gtreg](problems.md#gtreg)|0.4.0 |__+2__ | | |
|[gtsummary](problems.md#gtsummary)|2.0.2 |__+2__ | |__+1__ |
|[logger](problems.md#logger)|0.3.0 |__+1__ |1 |1 |
|[odin](problems.md#odin)|1.2.5 |1 __+2__ | |__+1__ |
|[roxytypes](problems.md#roxytypes)|0.1.0 |__+2__ | |1 |
|[shinyCohortBuilder](problems.md#shinycohortbuilder)|0.2.1 |__+2__ | |__+1__ |
|[sqltargets](problems.md#sqltargets)|0.2.0 |__+1__ | | |
|[table.glue](problems.md#tableglue)|0.0.3 |__+3__ | |__+1__ |

58 changes: 54 additions & 4 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,68 @@
## revdepcheck results

We checked 713 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 802 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 1 new problems
* We failed to check 1 packages
* We saw 11 new problems
* We failed to check 8 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* diseasystore
* adoptr
checking examples ... ERROR
checking tests ... ERROR
checking re-building of vignette outputs ... NOTE

* atrrr
checking tests ... ERROR

* codebook
checking re-building of vignette outputs ... NOTE

* gtreg
checking examples ... ERROR
checking tests ... ERROR

* gtsummary
checking examples ... ERROR
checking running R code from vignettes ... ERROR
checking re-building of vignette outputs ... NOTE

* logger
checking tests ... ERROR

* odin
checking examples ... ERROR
checking tests ... ERROR
checking re-building of vignette outputs ... NOTE

* roxytypes
checking examples ... ERROR
checking tests ... ERROR

* shinyCohortBuilder
checking examples ... ERROR
checking running R code from vignettes ... ERROR
checking re-building of vignette outputs ... NOTE

* sqltargets
checking tests ... ERROR

* table.glue
checking examples ... ERROR
checking tests ... ERROR
checking running R code from vignettes ... ERROR
checking re-building of vignette outputs ... NOTE

### Failed to check

* censored (NA)
* covid19india (NA)
* multinma (NA)
* OVtool (NA)
* params (NA)
* scCustomize (NA)
* shinyTempSignal (NA)
* TriDimRegression (NA)
Loading

0 comments on commit 966fbfb

Please sign in to comment.