-
Notifications
You must be signed in to change notification settings - Fork 62
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
5 changed files
with
8 additions
and
207 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
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,14 +1,2 @@ | ||
# Revdeps | ||
|
||
## Failed to check (1) | ||
|
||
|package |version |error |warning |note | | ||
|:--------------------------------------|:-------|:------|:-------|:----| | ||
|[connections](failures.md#connections) |0.1.1 |__+1__ | | | | ||
|
||
## New problems (1) | ||
|
||
|package |version |error |warning |note | | ||
|:--------------------------------|:-------|:------|:-------|:----| | ||
|[polyglot](problems.md#polyglot) |0.3.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 |
---|---|---|
@@ -1,18 +1,7 @@ | ||
## revdepcheck results | ||
|
||
We checked 5 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 4 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 1 new problems | ||
* We failed to check 1 packages | ||
* We saw 0 new problems | ||
* We failed to check 0 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### New problems | ||
(This reports the first line of each new failure) | ||
|
||
* polyglot | ||
checking examples ... ERROR | ||
|
||
### Failed to check | ||
|
||
* connections (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,67 +1 @@ | ||
# connections | ||
|
||
<details> | ||
|
||
* Version: 0.1.1 | ||
* GitHub: https://github.com/edgararuiz/connections | ||
* Source code: https://github.com/cran/connections | ||
* Date/Publication: 2020-02-07 16:50:09 UTC | ||
* Number of recursive dependencies: 66 | ||
|
||
Run `cloud_details(, "connections")` for more info | ||
|
||
</details> | ||
|
||
## Newly broken | ||
|
||
* checking whether package ‘connections’ can be installed ... ERROR | ||
``` | ||
Installation failed. | ||
See ‘/tmp/workdir/connections/new/connections.Rcheck/00install.out’ for details. | ||
``` | ||
## Installation | ||
### Devel | ||
``` | ||
* installing *source* package ‘connections’ ... | ||
** package ‘connections’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** R | ||
** inst | ||
** byte-compile and prepare package for lazy loading | ||
** help | ||
*** installing help indices | ||
*** copying figures | ||
** building package indices | ||
** testing if installed package can be loaded from temporary location | ||
Error: package or namespace load failed for ‘connections’: | ||
object 'pin_preview' not found whilst loading namespace 'connections' | ||
Error: loading failed | ||
Execution halted | ||
ERROR: loading failed | ||
* removing ‘/tmp/workdir/connections/new/connections.Rcheck/connections’ | ||
|
||
|
||
``` | ||
### CRAN | ||
``` | ||
* installing *source* package ‘connections’ ... | ||
** package ‘connections’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** R | ||
** inst | ||
** byte-compile and prepare package for lazy loading | ||
** help | ||
*** installing help indices | ||
*** copying figures | ||
** building package indices | ||
** testing if installed package can be loaded from temporary location | ||
** testing if installed package can be loaded from final location | ||
** testing if installed package keeps a record of temporary installation path | ||
* DONE (connections) | ||
|
||
|
||
``` | ||
*Wow, no problems at all. :)* |
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,99 +1 @@ | ||
# connections | ||
|
||
<details> | ||
|
||
* Version: 0.1.1 | ||
* GitHub: https://github.com/edgararuiz/connections | ||
* Source code: https://github.com/cran/connections | ||
* Date/Publication: 2020-02-07 16:50:09 UTC | ||
* Number of recursive dependencies: 66 | ||
|
||
Run `cloud_details(, "connections")` for more info | ||
|
||
</details> | ||
|
||
## Newly broken | ||
|
||
* checking whether package ‘connections’ can be installed ... ERROR | ||
``` | ||
Installation failed. | ||
See ‘/tmp/workdir/connections/new/connections.Rcheck/00install.out’ for details. | ||
``` | ||
## Installation | ||
### Devel | ||
``` | ||
* installing *source* package ‘connections’ ... | ||
** package ‘connections’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** R | ||
** inst | ||
** byte-compile and prepare package for lazy loading | ||
** help | ||
*** installing help indices | ||
*** copying figures | ||
** building package indices | ||
** testing if installed package can be loaded from temporary location | ||
Error: package or namespace load failed for ‘connections’: | ||
object 'pin_preview' not found whilst loading namespace 'connections' | ||
Error: loading failed | ||
Execution halted | ||
ERROR: loading failed | ||
* removing ‘/tmp/workdir/connections/new/connections.Rcheck/connections’ | ||
|
||
|
||
``` | ||
### CRAN | ||
``` | ||
* installing *source* package ‘connections’ ... | ||
** package ‘connections’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** R | ||
** inst | ||
** byte-compile and prepare package for lazy loading | ||
** help | ||
*** installing help indices | ||
*** copying figures | ||
** building package indices | ||
** testing if installed package can be loaded from temporary location | ||
** testing if installed package can be loaded from final location | ||
** testing if installed package keeps a record of temporary installation path | ||
* DONE (connections) | ||
|
||
|
||
``` | ||
# polyglot | ||
<details> | ||
* Version: 0.3.0 | ||
* GitHub: https://github.com/lgnbhl/polyglot | ||
* Source code: https://github.com/cran/polyglot | ||
* Date/Publication: 2020-05-18 08:20:02 UTC | ||
* Number of recursive dependencies: 22 | ||
Run `cloud_details(, "polyglot")` for more info | ||
</details> | ||
## Newly broken | ||
* checking examples ... ERROR | ||
``` | ||
Running examples in ‘polyglot-Ex.R’ failed | ||
The error most likely occurred in: | ||
> ### Name: get_examples | ||
> ### Title: Get example CSV files | ||
> ### Aliases: get_examples | ||
> | ||
> ### ** Examples | ||
> | ||
> get_examples() | ||
Error: board_local_storage() is deprecated | ||
Execution halted | ||
``` | ||
*Wow, no problems at all. :)* |