Skip to content

Commit 0a4191e

Browse files
committed
Run revdeps
1 parent 1ba46ad commit 0a4191e

File tree

5 files changed

+8
-207
lines changed

5 files changed

+8
-207
lines changed

cran-comments.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,8 @@
44

55
## revdepcheck results
66

7-
We checked 5 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
7+
We checked 4 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
88

9-
* We saw 1 new problems
10-
* We failed to check 1 packages
9+
* We saw 0 new problems
10+
* We failed to check 0 packages
1111

12-
Issues with CRAN packages are summarised below.
13-
14-
### New problems
15-
(This reports the first line of each new failure)
16-
17-
* polyglot
18-
checking examples ... ERROR
19-
I have submitted a patch to the author to fix the problem
20-
21-
### Failed to check
22-
23-
* connections (NA)

revdep/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,2 @@
11
# Revdeps
22

3-
## Failed to check (1)
4-
5-
|package |version |error |warning |note |
6-
|:--------------------------------------|:-------|:------|:-------|:----|
7-
|[connections](failures.md#connections) |0.1.1 |__+1__ | | |
8-
9-
## New problems (1)
10-
11-
|package |version |error |warning |note |
12-
|:--------------------------------|:-------|:------|:-------|:----|
13-
|[polyglot](problems.md#polyglot) |0.3.0 |__+1__ | | |
14-

revdep/cran.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
## revdepcheck results
22

3-
We checked 5 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 4 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
44

5-
* We saw 1 new problems
6-
* We failed to check 1 packages
5+
* We saw 0 new problems
6+
* We failed to check 0 packages
77

8-
Issues with CRAN packages are summarised below.
9-
10-
### New problems
11-
(This reports the first line of each new failure)
12-
13-
* polyglot
14-
checking examples ... ERROR
15-
16-
### Failed to check
17-
18-
* connections (NA)

revdep/failures.md

Lines changed: 1 addition & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1 @@
1-
# connections
2-
3-
<details>
4-
5-
* Version: 0.1.1
6-
* GitHub: https://github.com/edgararuiz/connections
7-
* Source code: https://github.com/cran/connections
8-
* Date/Publication: 2020-02-07 16:50:09 UTC
9-
* Number of recursive dependencies: 66
10-
11-
Run `cloud_details(, "connections")` for more info
12-
13-
</details>
14-
15-
## Newly broken
16-
17-
* checking whether package ‘connections’ can be installed ... ERROR
18-
```
19-
Installation failed.
20-
See ‘/tmp/workdir/connections/new/connections.Rcheck/00install.out’ for details.
21-
```
22-
23-
## Installation
24-
25-
### Devel
26-
27-
```
28-
* installing *source* package ‘connections’ ...
29-
** package ‘connections’ successfully unpacked and MD5 sums checked
30-
** using staged installation
31-
** R
32-
** inst
33-
** byte-compile and prepare package for lazy loading
34-
** help
35-
*** installing help indices
36-
*** copying figures
37-
** building package indices
38-
** testing if installed package can be loaded from temporary location
39-
Error: package or namespace load failed for ‘connections’:
40-
object 'pin_preview' not found whilst loading namespace 'connections'
41-
Error: loading failed
42-
Execution halted
43-
ERROR: loading failed
44-
* removing ‘/tmp/workdir/connections/new/connections.Rcheck/connections’
45-
46-
47-
```
48-
### CRAN
49-
50-
```
51-
* installing *source* package ‘connections’ ...
52-
** package ‘connections’ successfully unpacked and MD5 sums checked
53-
** using staged installation
54-
** R
55-
** inst
56-
** byte-compile and prepare package for lazy loading
57-
** help
58-
*** installing help indices
59-
*** copying figures
60-
** building package indices
61-
** testing if installed package can be loaded from temporary location
62-
** testing if installed package can be loaded from final location
63-
** testing if installed package keeps a record of temporary installation path
64-
* DONE (connections)
65-
66-
67-
```
1+
*Wow, no problems at all. :)*

revdep/problems.md

Lines changed: 1 addition & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +1 @@
1-
# connections
2-
3-
<details>
4-
5-
* Version: 0.1.1
6-
* GitHub: https://github.com/edgararuiz/connections
7-
* Source code: https://github.com/cran/connections
8-
* Date/Publication: 2020-02-07 16:50:09 UTC
9-
* Number of recursive dependencies: 66
10-
11-
Run `cloud_details(, "connections")` for more info
12-
13-
</details>
14-
15-
## Newly broken
16-
17-
* checking whether package ‘connections’ can be installed ... ERROR
18-
```
19-
Installation failed.
20-
See ‘/tmp/workdir/connections/new/connections.Rcheck/00install.out’ for details.
21-
```
22-
23-
## Installation
24-
25-
### Devel
26-
27-
```
28-
* installing *source* package ‘connections’ ...
29-
** package ‘connections’ successfully unpacked and MD5 sums checked
30-
** using staged installation
31-
** R
32-
** inst
33-
** byte-compile and prepare package for lazy loading
34-
** help
35-
*** installing help indices
36-
*** copying figures
37-
** building package indices
38-
** testing if installed package can be loaded from temporary location
39-
Error: package or namespace load failed for ‘connections’:
40-
object 'pin_preview' not found whilst loading namespace 'connections'
41-
Error: loading failed
42-
Execution halted
43-
ERROR: loading failed
44-
* removing ‘/tmp/workdir/connections/new/connections.Rcheck/connections’
45-
46-
47-
```
48-
### CRAN
49-
50-
```
51-
* installing *source* package ‘connections’ ...
52-
** package ‘connections’ successfully unpacked and MD5 sums checked
53-
** using staged installation
54-
** R
55-
** inst
56-
** byte-compile and prepare package for lazy loading
57-
** help
58-
*** installing help indices
59-
*** copying figures
60-
** building package indices
61-
** testing if installed package can be loaded from temporary location
62-
** testing if installed package can be loaded from final location
63-
** testing if installed package keeps a record of temporary installation path
64-
* DONE (connections)
65-
66-
67-
```
68-
# polyglot
69-
70-
<details>
71-
72-
* Version: 0.3.0
73-
* GitHub: https://github.com/lgnbhl/polyglot
74-
* Source code: https://github.com/cran/polyglot
75-
* Date/Publication: 2020-05-18 08:20:02 UTC
76-
* Number of recursive dependencies: 22
77-
78-
Run `cloud_details(, "polyglot")` for more info
79-
80-
</details>
81-
82-
## Newly broken
83-
84-
* checking examples ... ERROR
85-
```
86-
Running examples in ‘polyglot-Ex.R’ failed
87-
The error most likely occurred in:
88-
89-
> ### Name: get_examples
90-
> ### Title: Get example CSV files
91-
> ### Aliases: get_examples
92-
>
93-
> ### ** Examples
94-
>
95-
> get_examples()
96-
Error: board_local_storage() is deprecated
97-
Execution halted
98-
```
99-
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)