Skip to content

Commit 3ac0405

Browse files
committed
Run-revdeps and update CRAN comments
1 parent b9f3b78 commit 3ac0405

File tree

7 files changed

+84
-8
lines changed

7 files changed

+84
-8
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ _cache/
1414
^[\.]?air\.toml$
1515
^\.vscode$
1616
^data-raw$
17+
^revdep$

cran-comments.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
This is a resubmission fixing specified issues
1+
# R CMD check results
22

3-
---
3+
0 errors | 0 warnings | 1 note
44

5-
## R CMD check results
5+
* The failing links do all appear to work from a real browser.
6+
(I wonder if we check if https://github.com/lwthiker/curl-impersonate gives
7+
fewer false positives.)
68

7-
0 errors | 0 warnings | 1 note
9+
## revdepcheck results
10+
11+
We checked 9 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
812

9-
* This is a new release.
13+
* We saw 1 new problems
14+
* We failed to check 0 packages
1015

11-
* openai doesn't seem to allow automated link checkers, but the urls returning
12-
403s do work from a real browser. Similarly for the plerplexity.ai 403
13-
and the bluesky 404.
16+
GitAI fails with new ellmer, I have submitted a patch to the maintainers: https://github.com/r-world-devs/GitAI/pull/108.

revdep/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
checks
2+
library
3+
checks.noindex
4+
library.noindex
5+
cloud.noindex
6+
data.sqlite
7+
*.html

revdep/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Revdeps
2+
3+
## New problems (1)
4+
5+
|package |version |error |warning |note |
6+
|:-------|:-------|:------|:-------|:----|
7+
|[GitAI](problems.md#gitai)|0.1.0 |__+1__ | | |
8+

revdep/cran.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## revdepcheck results
2+
3+
We checked 9 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
4+
5+
* We saw 1 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+
* GitAI
14+
checking tests ... ERROR
15+

revdep/failures.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

revdep/problems.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# GitAI
2+
3+
<details>
4+
5+
* Version: 0.1.0
6+
* GitHub: NA
7+
* Source code: https://github.com/cran/GitAI
8+
* Date/Publication: 2025-02-20 18:40:16 UTC
9+
* Number of recursive dependencies: 74
10+
11+
Run `revdepcheck::cloud_details(, "GitAI")` 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+
Complete output:
22+
> # This file is part of the standard setup for testthat.
23+
> # It is recommended that you do not modify it.
24+
> #
25+
> # Where should you do additional test configuration?
26+
> # Learn more about the roles of various files in:
27+
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
28+
> # * https://testthat.r-lib.org/articles/special-files.html
29+
...
30+
4. └─GitAI (local) `<fn>`(model = "gpt-4o-mini", seed = NULL, echo = "none")
31+
5. └─GitAI:::mock_chat_method(...) at tests/testthat/setup.R:46:3
32+
6. ├─rlang::exec(provider_class, !!!provider_args) at tests/testthat/setup.R:24:3
33+
7. └─ellmer (local) `<S7_class>`(...)
34+
8. ├─S7::new_object(...)
35+
9. └─ellmer::Provider(...)
36+
37+
[ FAIL 4 | WARN 5 | SKIP 7 | PASS 35 ]
38+
Error: Test failures
39+
Execution halted
40+
```
41+

0 commit comments

Comments
 (0)