Skip to content

Commit

Permalink
Run revdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Dec 14, 2021
1 parent 1ba46ad commit 0a4191e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 207 deletions.
18 changes: 3 additions & 15 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,8 @@

## 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
I have submitted a patch to the author to fix the problem

### Failed to check

* connections (NA)
12 changes: 0 additions & 12 deletions revdep/README.md
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__ | | |

17 changes: 3 additions & 14 deletions revdep/cran.md
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)
68 changes: 1 addition & 67 deletions revdep/failures.md
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. :)*
100 changes: 1 addition & 99 deletions revdep/problems.md
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. :)*

0 comments on commit 0a4191e

Please sign in to comment.