-
Notifications
You must be signed in to change notification settings - Fork 70
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
Showing
6 changed files
with
272 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
checks | ||
library | ||
checks.noindex* | ||
library.noindex* | ||
data.sqlite | ||
*.html |
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,39 @@ | ||
# Platform | ||
|
||
|field |value | | ||
|:--------|:----------------------------| | ||
|version |R version 4.0.3 (2020-10-10) | | ||
|os |macOS Big Sur 10.16 | | ||
|system |x86_64, darwin17.0 | | ||
|ui |X11 | | ||
|language |(EN) | | ||
|collate |en_US.UTF-8 | | ||
|ctype |en_US.UTF-8 | | ||
|tz |America/Chicago | | ||
|date |2021-01-11 | | ||
|
||
# Dependencies | ||
|
||
|package |old |new |Δ | | ||
|:---------|:-----|:------|:--| | ||
|htmltools |0.5.0 |0.5.1 |* | | ||
|digest |NA |0.6.27 |* | | ||
|rlang |NA |0.4.10 |* | | ||
|
||
# Revdeps | ||
|
||
## Failed to check (4) | ||
|
||
|package |version |error |warning |note | | ||
|:-------------|:-------|:-----|:-------|:----| | ||
|ASpli |2.0.0 |1 | | | | ||
|rgl |0.103.5 |1 | | | | ||
|tableHTML |2.0.0 |1 | |2 | | ||
|trelliscopejs |0.2.5 |1 | | | | ||
|
||
## New problems (1) | ||
|
||
|package |version |error |warning |note | | ||
|:--------------------------------------|:-------|:------|:-------|:----| | ||
|[shinyMobile](problems.md#shinymobile) |0.7.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,20 @@ | ||
## revdepcheck results | ||
|
||
We checked 320 reverse dependencies (294 from CRAN + 26 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 1 new problems | ||
* We failed to check 3 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### New problems | ||
(This reports the first line of each new failure) | ||
|
||
* shinyMobile | ||
checking tests ... | ||
|
||
### Failed to check | ||
|
||
* rgl (NA) | ||
* tableHTML (NA) | ||
* trelliscopejs (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 |
---|---|---|
@@ -0,0 +1,148 @@ | ||
# ASpli | ||
|
||
<details> | ||
|
||
* Version: 2.0.0 | ||
* GitHub: NA | ||
* Source code: https://github.com/cran/ASpli | ||
* Date/Publication: 2020-10-27 | ||
* Number of recursive dependencies: 156 | ||
|
||
Run `revdep_details(, "ASpli")` for more info | ||
|
||
</details> | ||
|
||
## In both | ||
|
||
* R CMD check timed out | ||
|
||
|
||
# rgl | ||
|
||
<details> | ||
|
||
* Version: 0.103.5 | ||
* GitHub: NA | ||
* Source code: https://github.com/cran/rgl | ||
* Date/Publication: 2020-11-23 15:00:02 UTC | ||
* Number of recursive dependencies: 65 | ||
|
||
Run `revdep_details(, "rgl")` for more info | ||
|
||
</details> | ||
|
||
## In both | ||
|
||
* checking whether package ‘rgl’ can be installed ... ERROR | ||
``` | ||
Installation failed. | ||
See ‘/Users/cpsievert/github/htmltools/revdep/checks.noindex/rgl/new/rgl.Rcheck/00install.out’ for details. | ||
``` | ||
## Installation | ||
### Devel | ||
``` | ||
* installing *source* package ‘rgl’ ... | ||
** package ‘rgl’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
checking for gcc... clang -mmacosx-version-min=10.13 | ||
checking whether the C compiler works... yes | ||
checking for C compiler default output file name... a.out | ||
checking for suffix of executables... | ||
checking whether we are cross compiling... no | ||
checking for suffix of object files... o | ||
checking whether we are using the GNU C compiler... yes | ||
... | ||
checking whether we are using the GNU C compiler... (cached) yes | ||
checking whether clang -mmacosx-version-min=10.13 accepts -g... (cached) yes | ||
checking for clang -mmacosx-version-min=10.13 option to accept ISO C89... (cached) none needed | ||
checking for libpng-config... yes | ||
configure: using libpng-config | ||
configure: using libpng dynamic linkage | ||
checking for X... no | ||
configure: error: X11 not found but required, configure aborted. | ||
ERROR: configuration failed for package ‘rgl’ | ||
* removing ‘/Users/cpsievert/github/htmltools/revdep/checks.noindex/rgl/new/rgl.Rcheck/rgl’ | ||
|
||
|
||
``` | ||
### CRAN | ||
``` | ||
* installing *source* package ‘rgl’ ... | ||
** package ‘rgl’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
checking for gcc... clang -mmacosx-version-min=10.13 | ||
checking whether the C compiler works... yes | ||
checking for C compiler default output file name... a.out | ||
checking for suffix of executables... | ||
checking whether we are cross compiling... no | ||
checking for suffix of object files... o | ||
checking whether we are using the GNU C compiler... yes | ||
... | ||
checking whether we are using the GNU C compiler... (cached) yes | ||
checking whether clang -mmacosx-version-min=10.13 accepts -g... (cached) yes | ||
checking for clang -mmacosx-version-min=10.13 option to accept ISO C89... (cached) none needed | ||
checking for libpng-config... yes | ||
configure: using libpng-config | ||
configure: using libpng dynamic linkage | ||
checking for X... no | ||
configure: error: X11 not found but required, configure aborted. | ||
ERROR: configuration failed for package ‘rgl’ | ||
* removing ‘/Users/cpsievert/github/htmltools/revdep/checks.noindex/rgl/old/rgl.Rcheck/rgl’ | ||
|
||
|
||
``` | ||
# tableHTML | ||
<details> | ||
* Version: 2.0.0 | ||
* GitHub: https://github.com/LyzandeR/tableHTML | ||
* Source code: https://github.com/cran/tableHTML | ||
* Date/Publication: 2019-03-16 17:30:02 UTC | ||
* Number of recursive dependencies: 60 | ||
Run `revdep_details(, "tableHTML")` for more info | ||
</details> | ||
## In both | ||
* R CMD check timed out | ||
* checking installed package size ... NOTE | ||
``` | ||
installed size is 6.1Mb | ||
sub-directories of 1Mb or more: | ||
doc 5.8Mb | ||
``` | ||
* checking dependencies in R code ... NOTE | ||
``` | ||
Namespace in Imports field not imported from: ‘shiny’ | ||
All declared Imports should be used. | ||
``` | ||
# trelliscopejs | ||
<details> | ||
* Version: 0.2.5 | ||
* GitHub: https://github.com/hafen/trelliscopejs | ||
* Source code: https://github.com/cran/trelliscopejs | ||
* Date/Publication: 2020-05-28 11:20:03 UTC | ||
* Number of recursive dependencies: 95 | ||
Run `revdep_details(, "trelliscopejs")` for more info | ||
</details> | ||
## In both | ||
* R CMD check timed out | ||
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,38 @@ | ||
# shinyMobile | ||
|
||
<details> | ||
|
||
* Version: 0.7.0 | ||
* GitHub: https://github.com/RinteRface/shinyMobile | ||
* Source code: https://github.com/cran/shinyMobile | ||
* Date/Publication: 2020-06-17 11:00:02 UTC | ||
* Number of recursive dependencies: 78 | ||
|
||
Run `revdep_details(, "shinyMobile")` for more info | ||
|
||
</details> | ||
|
||
## Newly broken | ||
|
||
* checking tests ... | ||
``` | ||
ERROR | ||
Running the tests in ‘tests/testthat.R’ failed. | ||
Last 13 lines of output: | ||
█ | ||
1. └─shinyMobile:::create_app_ui(...) test-preview_mobile.R:17:2 | ||
2. ├─shiny::fluidPage(...) | ||
3. │ ├─shiny::bootstrapPage(...) | ||
4. │ │ ├─htmltools::attachDependencies(...) | ||
5. │ │ └─htmltools::tagList(...) | ||
6. │ │ └─rlang::dots_list(...) | ||
7. │ └─htmltools::div(class = "container-fluid", ...) | ||
8. │ └─rlang::dots_list(...) | ||
9. └─htmltools::attachDependencies(devices_css_deps, shiny::br()) | ||
10. └─htmltools:::asDependencies(value) | ||
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 71 ] | ||
Error: Test failures | ||
Execution halted | ||
``` | ||
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,21 @@ | ||
## revdepcheck results | ||
|
||
We checked 320 reverse dependencies (294 from CRAN + 26 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 2 new problems | ||
* We failed to check 1 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### New problems | ||
(This reports the first line of each new failure) | ||
|
||
* crunchy | ||
checking tests ... | ||
|
||
* shinyMobile | ||
checking tests ... | ||
|
||
### Failed to check | ||
|
||
* rgl (NA) |