Skip to content

Commit d83db59

Browse files
committed
Update revdep checks
1 parent 71d2a56 commit d83db59

File tree

5 files changed

+120
-54
lines changed

5 files changed

+120
-54
lines changed

cran-comments.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@ Found the following significant warnings:
1010
This is probably Tomas' UCRT patch failing to apply.
1111

1212

13-
## revdepcheck
13+
## revdepcheck results
14+
15+
We checked 172 reverse dependencies (169 from CRAN + 3 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
16+
17+
* We saw 0 new problems
18+
* We failed to check 0 packages

revdep/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Revdeps
22

3-
## New problems (1)
3+
## Failed to check (3)
44

5-
|package |version |error |warning |note |
6-
|:--------------------------------|:-------|:------|:-------|:----|
7-
|[thematic](problems.md#thematic) |0.1.2 |__+1__ | | |
5+
|package |version |error |warning |note |
6+
|:-------|:-------|:-----|:-------|:----|
7+
|NA |? | | | |
8+
|NA |? | | | |
9+
|NA |? | | | |
810

revdep/cran.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
## revdepcheck results
22

3-
We checked 117 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 172 reverse dependencies (169 from CRAN + 3 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
44

5-
* We saw 1 new problems
5+
* We saw 0 new problems
66
* 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-
* thematic
14-
checking tests ... ERROR
15-

revdep/failures.md

Lines changed: 105 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,105 @@
1-
*Wow, no problems at all. :)*
1+
# NA
2+
3+
<details>
4+
5+
* Version: NA
6+
* GitHub: NA
7+
* Source code: https://github.com/cran/NA
8+
* Number of recursive dependencies: 0
9+
10+
Run `cloud_details(, "NA")` for more info
11+
12+
</details>
13+
14+
## Error before installation
15+
16+
### Devel
17+
18+
```
19+
20+
21+
22+
23+
24+
25+
```
26+
### CRAN
27+
28+
```
29+
30+
31+
32+
33+
34+
35+
```
36+
# NA
37+
38+
<details>
39+
40+
* Version: NA
41+
* GitHub: NA
42+
* Source code: https://github.com/cran/NA
43+
* Number of recursive dependencies: 0
44+
45+
Run `cloud_details(, "NA")` for more info
46+
47+
</details>
48+
49+
## Error before installation
50+
51+
### Devel
52+
53+
```
54+
55+
56+
57+
58+
59+
60+
```
61+
### CRAN
62+
63+
```
64+
65+
66+
67+
68+
69+
70+
```
71+
# NA
72+
73+
<details>
74+
75+
* Version: NA
76+
* GitHub: NA
77+
* Source code: https://github.com/cran/NA
78+
* Number of recursive dependencies: 0
79+
80+
Run `cloud_details(, "NA")` for more info
81+
82+
</details>
83+
84+
## Error before installation
85+
86+
### Devel
87+
88+
```
89+
90+
91+
92+
93+
94+
95+
```
96+
### CRAN
97+
98+
```
99+
100+
101+
102+
103+
104+
105+
```

revdep/problems.md

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1 @@
1-
# thematic
2-
3-
<details>
4-
5-
* Version: 0.1.2
6-
* GitHub: https://github.com/rstudio/thematic
7-
* Source code: https://github.com/cran/thematic
8-
* Date/Publication: 2021-03-29 15:00:03 UTC
9-
* Number of recursive dependencies: 122
10-
11-
Run `cloud_details(, "thematic")` for more info
12-
13-
</details>
14-
15-
## Newly broken
16-
17-
* checking tests ... ERROR
18-
```
19-
Running ‘testthat.R’
20-
Running the tests in ‘tests/testthat.R’ failed.
21-
Last 13 lines of output:
22-
y[1]: "purple"
23-
── Failure (test-state.R:51:3): Getting options ────────────────────────────────
24-
thematic_get_option("fg", "yellow") not equal to "yellow".
25-
1/1 mismatches
26-
x[1]: "white"
27-
y[1]: "yellow"
28-
── Failure (test-state.R:52:3): Getting options ────────────────────────────────
29-
thematic_get_option("accent", "orange") not equal to "orange".
30-
1/1 mismatches
31-
x[1]: "green"
32-
y[1]: "orange"
33-
34-
[ FAIL 6 | WARN 0 | SKIP 16 | PASS 21 ]
35-
Error: Test failures
36-
Execution halted
37-
```
38-
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)