Skip to content

Commit 703d32f

Browse files
committed
revdepcheck::cloud_check()
1 parent 2e838cf commit 703d32f

File tree

3 files changed

+7
-230
lines changed

3 files changed

+7
-230
lines changed

revdep/README.md

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

3-
## New problems (5)
3+
## New problems (1)
44

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__ | | |
5+
|package |version |error |warning |note |
6+
|:-------|:-------|:------|:-------|:----|
7+
|[cffr](problems.md#cffr)|0.5.0 |__+1__ | | |
128

revdep/cran.md

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

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

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

88
Issues with CRAN packages are summarised below.
99

1010
### New problems
1111
(This reports the first line of each new failure)
1212

13-
* altdoc
14-
checking tests ... ERROR
15-
1613
* cffr
1714
checking tests ... ERROR
1815

19-
* exampletestr
20-
checking tests ... ERROR
21-
22-
* fledge
23-
checking examples ... ERROR
24-
checking tests ... ERROR
25-
26-
* fusen
27-
checking examples ... ERROR
28-

revdep/problems.md

Lines changed: 1 addition & 207 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,3 @@
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-
401
# cffr
412

423
<details>
@@ -58,7 +19,7 @@ Run `revdepcheck::cloud_details(, "cffr")` for more info
5819
Running ‘testthat.R’
5920
Running the tests in ‘tests/testthat.R’ failed.
6021
Last 13 lines of output:
61-
• On CRAN (110)
22+
'test-write_citation.R:46:3', 'test-write_citation.R:111:3'
6223
6324
══ Failed tests ════════════════════════════════════════════════════════════════
6425
── Failure ('test-cff_to_bibtex.R:416:3'): Errors ──────────────────────────────
@@ -75,170 +36,3 @@ Run `revdepcheck::cloud_details(, "cffr")` for more info
7536
Execution halted
7637
```
7738
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)