-
Notifications
You must be signed in to change notification settings - Fork 8
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
1 parent
bbdff87
commit 7594c9b
Showing
4 changed files
with
88 additions
and
31 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,19 +1,48 @@ | ||
## Test environments | ||
|
||
* local R installation (windows 11): R 4.4.0 | ||
* local R installation (windows 11): R 4.4.1 | ||
* macos-latest (on github actions): R-release | ||
* windows-latest (on github actions): R-release | ||
* ubuntu-latest (on github actions): R-devel, R-release, R-oldrel-1, R-oldrel-2, R-oldrel-3 | ||
* ubuntu-latest (on github actions): R-devel, R-release, R-oldrel-1 | ||
|
||
cf. https://github.com/larmarange/broom.helpers/actions | ||
cf. https://github.com/larmarange/broom.helpers/actions/workflows/R-CMD-check.yaml | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 note | ||
|
||
## revdepcheck results | ||
|
||
We checked 7 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 11 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 | ||
|
||
* gtsummary (NA) | ||
|
||
## recheck GitHub action | ||
|
||
Check status summary: | ||
OK | ||
Source packages 1 | ||
Reverse depends 11 | ||
|
||
Check results summary: | ||
broom.helpers ... OK | ||
rdepends_GGally ... OK | ||
rdepends_cardx ... OK | ||
rdepends_dcurves ... OK | ||
rdepends_ggstats ... OK | ||
rdepends_gtreg ... OK | ||
rdepends_gtsummary ... OK | ||
rdepends_iNZightRegression ... OK | ||
rdepends_logitr ... OK | ||
rdepends_regport ... OK | ||
rdepends_simstudy ... OK | ||
rdepends_smdi ... OK | ||
|
||
cf. https://github.com/larmarange/broom.helpers/actions/workflows/recheck.yml |
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,7 +1,12 @@ | ||
## revdepcheck results | ||
|
||
We checked 7 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 11 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 | ||
|
||
* gtsummary (NA) |
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 +1,19 @@ | ||
*Wow, no problems at all. :)* | ||
# gtsummary | ||
|
||
<details> | ||
|
||
* Version: 2.0.0 | ||
* GitHub: https://github.com/ddsjoberg/gtsummary | ||
* Source code: https://github.com/cran/gtsummary | ||
* Date/Publication: 2024-07-23 12:00:07 UTC | ||
* Number of recursive dependencies: 196 | ||
|
||
Run `revdepcheck::revdep_details(, "gtsummary")` for more info | ||
|
||
</details> | ||
|
||
## In both | ||
|
||
* R CMD check timed out | ||
|
||
|