From 95fcbe493d61aceac6db4063f38bc867137028eb Mon Sep 17 00:00:00 2001 From: DivadNojnarg Date: Tue, 23 Jan 2024 11:47:31 +0100 Subject: [PATCH] update revdeps check --- revdep/README.md | 60 ++++++++++++++++++++-------------------------- revdep/cran.md | 7 ++++++ revdep/problems.md | 25 +------------------ 3 files changed, 34 insertions(+), 58 deletions(-) create mode 100644 revdep/cran.md diff --git a/revdep/README.md b/revdep/README.md index 322aafc5..93194bb0 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,42 +1,34 @@ # Platform -|field |value | -|:--------|:----------------------------| -|version |R version 3.6.1 (2019-07-05) | -|os |macOS Catalina 10.15.7 | -|system |x86_64, darwin15.6.0 | -|ui |RStudio | -|language |(EN) | -|collate |en_US.UTF-8 | -|ctype |en_US.UTF-8 | -|tz |Europe/Zurich | -|date |2021-05-26 | +|field |value | +|:--------|:------------------------------------------| +|version |R version 4.3.1 RC (2023-06-08 r84523) | +|os |macOS Sonoma 14.2.1 | +|system |aarch64, darwin20 | +|ui |RStudio | +|language |(EN) | +|collate |en_US.UTF-8 | +|ctype |en_US.UTF-8 | +|tz |Europe/Zurich | +|date |2024-01-23 | +|rstudio |2023.06.0+421 Mountain Hydrangea (desktop) | +|pandoc |3.1.8 @ /usr/local/bin/ (via rmarkdown) | # Dependencies -|package |old |new |Δ | -|:---------|:-----|:-----------|:--| -|bs4Dash |0.5.0 |2.0.0.9000 |* | -|bslib |NA |0.2.5.1 |* | -|cachem |NA |1.0.5 |* | -|crayon |NA |1.4.1 |* | -|ellipsis |NA |0.3.2 |* | -|htmltools |NA |0.5.1.9005 |* | -|httpuv |NA |1.6.1 |* | -|jquerylib |NA |0.1.4 |* | -|later |NA |1.2.0 |* | -|mime |NA |0.10 |* | -|promises |NA |1.2.0.9000 |* | -|rappdirs |NA |0.3.3 |* | -|rlang |NA |0.4.11.9000 |* | -|sass |NA |0.4.0 |* | -|waiter |NA |0.2.2.9000 |* | +|package |old |new |Δ | +|:---------|:-----|:------|:--| +|bs4Dash |2.3.0 |2.3.3 |* | +|cli |NA |3.6.2 |* | +|curl |NA |5.2.0 |* | +|digest |NA |0.6.34 |* | +|glue |NA |1.7.0 |* | +|jsonlite |NA |1.8.8 |* | +|lifecycle |NA |1.0.4 |* | +|Rcpp |NA |1.0.12 |* | +|rlang |NA |1.1.3 |* | +|sass |NA |0.4.8 |* | +|withr |NA |3.0.0 |* | # Revdeps -## New problems (1) - -|package |version |error |warning |note | -|:----------------------------------------|:-------|:-----|:-------|:----| -|[shinyEffects](problems.md#shinyeffects) |0.2.0 | |__+1__ | | - diff --git a/revdep/cran.md b/revdep/cran.md new file mode 100644 index 00000000..095b2ea9 --- /dev/null +++ b/revdep/cran.md @@ -0,0 +1,7 @@ +## revdepcheck results + +We checked 15 reverse dependencies (0 from CRAN + 15 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. + + * We saw 0 new problems + * We failed to check 0 packages + diff --git a/revdep/problems.md b/revdep/problems.md index 96975776..9a207363 100644 --- a/revdep/problems.md +++ b/revdep/problems.md @@ -1,24 +1 @@ -# shinyEffects - -
- -* Version: 0.2.0 -* Source code: https://github.com/cran/shinyEffects -* URL: https://github.com/RinteRface/shinyEffects -* BugReports: https://github.com/RinteRface/shinyEffects/issues -* Date/Publication: 2021-05-14 04:10:03 UTC -* Number of recursive dependencies: 44 - -Run `revdep_details(,"shinyEffects")` for more info - -
- -## Newly broken - -* checking whether package 'shinyEffects' can be installed ... WARNING - ``` - Found the following significant warnings: - Warning: The package `vctrs` (>= 0.3.8) is required as of rlang 0.5.0. - See '/Users/granjda1/Documents/RinteRface/bs4Dash/revdep/checks.noindex/shinyEffects/new/shinyEffects.Rcheck/00install.out' for details. - ``` - +*Wow, no problems at all. :)* \ No newline at end of file