-
Notifications
You must be signed in to change notification settings - Fork 81
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
5aeddab
commit 95fcbe4
Showing
3 changed files
with
34 additions
and
58 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,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__ | | | ||
|
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 |
---|---|---|
@@ -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 | ||
|
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,24 +1 @@ | ||
# shinyEffects | ||
|
||
<details> | ||
|
||
* 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 | ||
|
||
</details> | ||
|
||
## 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. :)* |