Skip to content

Commit

Permalink
new revdep checks
Browse files Browse the repository at this point in the history
  • Loading branch information
larmarange committed Apr 23, 2024
1 parent a085dac commit d497b79
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 265 deletions.
10 changes: 8 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ cf. https://github.com/larmarange/labelled/actions/workflows/R-CMD-check.yaml

## revdepcheck results

We checked 38 reverse dependencies (36 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 39 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
* We failed to check 1 packages

Issues with CRAN packages are summarised below.

### Failed to check

* packDAMipd (NA)
83 changes: 41 additions & 42 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,55 +10,54 @@
|collate |French_France.utf8 |
|ctype |French_France.utf8 |
|tz |Europe/Paris |
|date |2024-04-05 |
|date |2024-04-23 |
|rstudio |2023.12.1+402 Ocean Storm (desktop) |
|pandoc |3.1.1 @ C:\PROGRA~1\Quarto\bin\tools\pandoc.exe |

# Dependencies

|package |old |new |Δ |
|:-----------|:------|:-----------|:--|
|labelled |2.12.0 |2.12.0.9000 |* |
|bit |4.0.5 |4.0.5 | |
|bit64 |4.0.5 |4.0.5 | |
|cli |3.6.2 |3.6.2 | |
|clipr |0.8.0 |0.8.0 | |
|cpp11 |0.4.7 |0.4.7 | |
|crayon |1.5.2 |1.5.2 | |
|dplyr |1.1.4 |1.1.4 | |
|fansi |1.0.6 |1.0.6 | |
|forcats |1.0.0 |1.0.0 | |
|generics |0.1.3 |0.1.3 | |
|glue |1.7.0 |1.7.0 | |
|haven |2.5.4 |2.5.4 | |
|hms |1.1.3 |1.1.3 | |
|lifecycle |1.0.4 |1.0.4 | |
|magrittr |2.0.3 |2.0.3 | |
|pillar |1.9.0 |1.9.0 | |
|pkgconfig |2.0.3 |2.0.3 | |
|prettyunits |1.2.0 |1.2.0 | |
|progress |1.2.3 |1.2.3 | |
|purrr |1.0.2 |1.0.2 | |
|R6 |2.5.1 |2.5.1 | |
|readr |2.1.5 |2.1.5 | |
|rlang |1.1.3 |1.1.3 | |
|stringi |1.8.3 |1.8.3 | |
|stringr |1.5.1 |1.5.1 | |
|tibble |3.2.1 |3.2.1 | |
|tidyr |1.3.1 |1.3.1 | |
|tidyselect |1.2.1 |1.2.1 | |
|tzdb |0.4.0 |0.4.0 | |
|utf8 |1.2.4 |1.2.4 | |
|vctrs |0.6.5 |0.6.5 | |
|vroom |1.6.5 |1.6.5 | |
|withr |3.0.0 |3.0.0 | |
|package |old |new |Δ |
|:-----------|:------|:------|:--|
|labelled |2.12.0 |2.13.0 |* |
|bit |4.0.5 |4.0.5 | |
|bit64 |4.0.5 |4.0.5 | |
|cli |3.6.2 |3.6.2 | |
|clipr |0.8.0 |0.8.0 | |
|cpp11 |0.4.7 |0.4.7 | |
|crayon |1.5.2 |1.5.2 | |
|dplyr |1.1.4 |1.1.4 | |
|fansi |1.0.6 |1.0.6 | |
|forcats |1.0.0 |1.0.0 | |
|generics |0.1.3 |0.1.3 | |
|glue |1.7.0 |1.7.0 | |
|haven |2.5.4 |2.5.4 | |
|hms |1.1.3 |1.1.3 | |
|lifecycle |1.0.4 |1.0.4 | |
|magrittr |2.0.3 |2.0.3 | |
|pillar |1.9.0 |1.9.0 | |
|pkgconfig |2.0.3 |2.0.3 | |
|prettyunits |1.2.0 |1.2.0 | |
|progress |1.2.3 |1.2.3 | |
|purrr |1.0.2 |1.0.2 | |
|R6 |2.5.1 |2.5.1 | |
|readr |2.1.5 |2.1.5 | |
|rlang |1.1.3 |1.1.3 | |
|stringi |1.8.3 |1.8.3 | |
|stringr |1.5.1 |1.5.1 | |
|tibble |3.2.1 |3.2.1 | |
|tidyr |1.3.1 |1.3.1 | |
|tidyselect |1.2.1 |1.2.1 | |
|tzdb |0.4.0 |0.4.0 | |
|utf8 |1.2.4 |1.2.4 | |
|vctrs |0.6.5 |0.6.5 | |
|vroom |1.6.5 |1.6.5 | |
|withr |3.0.0 |3.0.0 | |

# Revdeps

## Failed to check (2)
## Failed to check (1)

|package |version |error |warning |note |
|:-------------|:-------|:-----|:-------|:----|
|broom.helpers |? | | | |
|jsmodule |? | | | |
|package |version |error |warning |note |
|:----------|:-------|:-----|:-------|:----|
|packDAMipd |1.1.0 | | | |

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

We checked 38 reverse dependencies (36 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 39 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
* We failed to check 1 packages

Issues with CRAN packages are summarised below.

### Failed to check

* packDAMipd (NA)
Loading

0 comments on commit d497b79

Please sign in to comment.