Skip to content

Commit dfa57a4

Browse files
committed
Initial revdep results for 2.2.0 release
1 parent 2de5386 commit dfa57a4

File tree

4 files changed

+277
-43
lines changed

4 files changed

+277
-43
lines changed

revdep/README.md

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

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

5-
|package |version |error |warning |note |
6-
|:-----------|:-------|:-----|:-------|:----|
7-
|animalcules |? | | | |
5+
|package |version |error |warning |note |
6+
|:------------|:-------|:--------|:-------|:----|
7+
|[altdoc](problems.md#altdoc)|0.2.0 |__+1__ | | |
8+
|[cffr](problems.md#cffr)|0.5.0 |__+1__ | | |
9+
|[exampletestr](problems.md#exampletestr)|1.7.0 |__+1__ | | |
10+
|[fledge](problems.md#fledge)|0.1.0 |__+2__ | | |
11+
|[fusen](problems.md#fusen)|0.4.1 |1 __+1__ | | |
812

revdep/cran.md

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

3-
We checked 153 reverse dependencies (152 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 178 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
44

5-
* We saw 0 new problems
6-
* We failed to check 1 package (animalcules, from Bioconductor)
5+
* We saw 5 new problems
6+
* We failed to check 0 packages
7+
8+
Issues with CRAN packages are summarised below.
9+
10+
### New problems
11+
(This reports the first line of each new failure)
12+
13+
* altdoc
14+
checking tests ... ERROR
15+
16+
* cffr
17+
checking tests ... ERROR
18+
19+
* exampletestr
20+
checking tests ... ERROR
21+
22+
* fledge
23+
checking examples ... ERROR
24+
checking tests ... ERROR
25+
26+
* fusen
27+
checking examples ... ERROR
728

revdep/failures.md

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1 @@
1-
# animalcules
2-
3-
<details>
4-
5-
* Version: NA
6-
* GitHub: NA
7-
* Source code: https://github.com/cran/animalcules
8-
* Number of recursive dependencies: 214
9-
10-
Run `cloud_details(, "animalcules")` 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-
```
1+
*Wow, no problems at all. :)*

revdep/problems.md

Lines changed: 244 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,244 @@
1-
*Wow, no problems at all. :)*
1+
# altdoc
2+
3+
<details>
4+
5+
* Version: 0.2.0
6+
* GitHub: https://github.com/etiennebacher/altdoc
7+
* Source code: https://github.com/cran/altdoc
8+
* Date/Publication: 2023-05-26 18:50:08 UTC
9+
* Number of recursive dependencies: 82
10+
11+
Run `revdepcheck::cloud_details(, "altdoc")` for more info
12+
13+
</details>
14+
15+
## Newly broken
16+
17+
* checking tests ... ERROR
18+
```
19+
Running ‘spelling.R’
20+
Running ‘testthat.R’
21+
Running the tests in ‘tests/testthat.R’ failed.
22+
Last 13 lines of output:
23+
2. └─usethis:::cran_version()
24+
3. └─utils::available.packages()
25+
4. └─utils::contrib.url(repos, type)
26+
── Error ('test-utils.R:48:3'): import_* functions work ────────────────────────
27+
Error in `contrib.url(repos, type)`: trying to use CRAN without setting a mirror
28+
Backtrace:
29+
30+
1. └─usethis::use_news_md() at test-utils.R:48:2
31+
2. └─usethis:::cran_version()
32+
3. └─utils::available.packages()
33+
4. └─utils::contrib.url(repos, type)
34+
35+
[ FAIL 5 | WARN 0 | SKIP 13 | PASS 86 ]
36+
Error: Test failures
37+
Execution halted
38+
```
39+
40+
# cffr
41+
42+
<details>
43+
44+
* Version: 0.5.0
45+
* GitHub: https://github.com/ropensci/cffr
46+
* Source code: https://github.com/cran/cffr
47+
* Date/Publication: 2023-05-05 12:00:02 UTC
48+
* Number of recursive dependencies: 71
49+
50+
Run `revdepcheck::cloud_details(, "cffr")` for more info
51+
52+
</details>
53+
54+
## Newly broken
55+
56+
* checking tests ... ERROR
57+
```
58+
Running ‘testthat.R’
59+
Running the tests in ‘tests/testthat.R’ failed.
60+
Last 13 lines of output:
61+
• On CRAN (110)
62+
63+
══ Failed tests ════════════════════════════════════════════════════════════════
64+
── Failure ('test-cff_to_bibtex.R:416:3'): Errors ──────────────────────────────
65+
`b <- cff_to_bibtex("testthat")` produced warnings.
66+
67+
[ FAIL 1 | WARN 10 | SKIP 110 | PASS 311 ]
68+
Deleting unused snapshots:
69+
• write_bib/append.bib
70+
• write_bib/ascii.bib
71+
• write_bib/noext.bib
72+
• write_citation/append
73+
• write_citation/noext
74+
Error: Test failures
75+
Execution halted
76+
```
77+
78+
# exampletestr
79+
80+
<details>
81+
82+
* Version: 1.7.0
83+
* GitHub: https://github.com/rorynolan/exampletestr
84+
* Source code: https://github.com/cran/exampletestr
85+
* Date/Publication: 2022-12-06 19:20:02 UTC
86+
* Number of recursive dependencies: 97
87+
88+
Run `revdepcheck::cloud_details(, "exampletestr")` for more info
89+
90+
</details>
91+
92+
## Newly broken
93+
94+
* checking tests ... ERROR
95+
```
96+
Running ‘spelling.R’
97+
Running ‘testthat.R’
98+
Running the tests in ‘tests/testthat.R’ failed.
99+
Last 13 lines of output:
100+
7. │ ├─usethis::ui_path(usethis::proj_path(test_file_name), usethis::proj_path())
101+
8. │ │ └─fs::is_dir(x)
102+
9. │ │ └─fs::file_info(path, follow = follow)
103+
10. │ │ └─fs::path_expand(path)
104+
11. │ └─usethis::proj_path(test_file_name)
105+
12. │ └─usethis::ui_stop("Paths must be relative to the active project")
106+
13. └─glue (local) `<fn>`("usethis::ui_path(usethis::proj_path(test_file_name),\nusethis::proj_path())")
107+
14. ├─.transformer(expr, env) %||% .null
108+
15. └─glue (local) .transformer(expr, env)
109+
16. └─base::eval(parse(text = text, keep.source = FALSE), envir)
110+
17. └─base::eval(parse(text = text, keep.source = FALSE), envir)
111+
112+
[ FAIL 2 | WARN 4 | SKIP 0 | PASS 16 ]
113+
Error: Test failures
114+
Execution halted
115+
```
116+
117+
# fledge
118+
119+
<details>
120+
121+
* Version: 0.1.0
122+
* GitHub: https://github.com/cynkra/fledge
123+
* Source code: https://github.com/cran/fledge
124+
* Date/Publication: 2021-12-07 20:20:02 UTC
125+
* Number of recursive dependencies: 74
126+
127+
Run `revdepcheck::cloud_details(, "fledge")` for more info
128+
129+
</details>
130+
131+
## Newly broken
132+
133+
* checking examples ... ERROR
134+
```
135+
Running examples in ‘fledge-Ex.R’ failed
136+
The error most likely occurred in:
137+
138+
> ### Name: bump_version
139+
> ### Title: Bump package version
140+
> ### Aliases: bump_version bump_version_impl
141+
>
142+
> ### ** Examples
143+
>
144+
> # Create mock package in a temporary directory.
145+
...
146+
+ fledge::bump_version()
147+
+ })
148+
sh: 1: git: not found
149+
sh: 1: git: not found
150+
sh: 1: git: not found
151+
sh: 1: git: not found
152+
Error in contrib.url(repos, type) :
153+
trying to use CRAN without setting a mirror
154+
Calls: with_demo_project ... <Anonymous> -> cran_version -> <Anonymous> -> contrib.url
155+
Execution halted
156+
```
157+
158+
* checking tests ... ERROR
159+
```
160+
Running ‘testthat.R’
161+
Running the tests in ‘tests/testthat.R’ failed.
162+
Last 13 lines of output:
163+
6. └─usethis:::cran_version()
164+
7. └─utils::available.packages()
165+
8. └─utils::contrib.url(repos, type)
166+
167+
[ FAIL 8 | WARN 0 | SKIP 5 | PASS 0 ]
168+
Deleting unused snapshots:
169+
• bump_version/NEWS-nondev.md
170+
• bump_version/NEWS.md
171+
• finalize-version/NEWS-push-false.md
172+
• finalize-version/NEWS-push-true.md
173+
• unbump_version/NEWS.md
174+
• update-news/NEWS-empty.md
175+
• update-news/NEWS-new.md
176+
Error: Test failures
177+
Execution halted
178+
```
179+
180+
# fusen
181+
182+
<details>
183+
184+
* Version: 0.4.1
185+
* GitHub: https://github.com/Thinkr-open/fusen
186+
* Source code: https://github.com/cran/fusen
187+
* Date/Publication: 2022-09-29 14:50:06 UTC
188+
* Number of recursive dependencies: 113
189+
190+
Run `revdepcheck::cloud_details(, "fusen")` for more info
191+
192+
</details>
193+
194+
## Newly broken
195+
196+
* checking examples ... ERROR
197+
```
198+
Running examples in ‘fusen-Ex.R’ failed
199+
The error most likely occurred in:
200+
201+
> ### Name: inflate
202+
> ### Title: Inflate Rmd to package
203+
> ### Aliases: inflate
204+
>
205+
> ### ** Examples
206+
>
207+
> # Create a new project
208+
...
209+
+ )
210+
✔ Setting active project to '/tmp/Rtmpu0fqny/dummypackage1eb4449d5950'
211+
ℹ Loading dummypackage1eb4449d5950
212+
Writing 'NAMESPACE'
213+
Loading required namespace: testthat
214+
✔ Adding 'knitr' to Suggests field in DESCRIPTION
215+
Error in get(x, envir = ns, inherits = FALSE) :
216+
object 'use_description_field' not found
217+
Calls: inflate -> create_vignette -> getFromNamespace -> get
218+
Execution halted
219+
```
220+
221+
## In both
222+
223+
* checking tests ... ERROR
224+
```
225+
Running ‘testthat.R’
226+
Running the tests in ‘tests/testthat.R’ failed.
227+
Last 13 lines of output:
228+
Error in `get(x, envir = ns, inherits = FALSE)`: object 'use_description_field' not found
229+
Backtrace:
230+
231+
1. ├─usethis::with_project(...) at test-inflate_utils.R:36:0
232+
2. │ └─base::force(code)
233+
3. ├─usethis::with_project(...) at test-inflate_utils.R:48:2
234+
4. │ └─base::force(code)
235+
5. └─fusen::inflate(...) at test-inflate_utils.R:49:4
236+
6. └─fusen:::create_vignette(...)
237+
7. └─utils::getFromNamespace("use_description_field", "usethis")
238+
8. └─base::get(x, envir = ns, inherits = FALSE)
239+
240+
[ FAIL 18 | WARN 6 | SKIP 7 | PASS 212 ]
241+
Error: Test failures
242+
Execution halted
243+
```
244+

0 commit comments

Comments
 (0)