Skip to content

Commit 0e877c9

Browse files
committed
revdepcheck::cloud_check()
1 parent 24aa7df commit 0e877c9

File tree

4 files changed

+5
-109
lines changed

4 files changed

+5
-109
lines changed

revdep/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,3 @@
88
|insight |? | | | |
99
|parameters |? | | | |
1010

11-
## New problems (2)
12-
13-
|package |version |error |warning |note |
14-
|:-------|:-------|:------|:-------|:----|
15-
|[happign](problems.md#happign)|0.3.2 |__+1__ | |1 |
16-
|[tidyllm](problems.md#tidyllm)|0.3.1 |__+1__ | | |
17-

revdep/cran.md

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

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

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

88
Issues with CRAN packages are summarised below.
99

10-
### New problems
11-
(This reports the first line of each new failure)
12-
13-
* happign
14-
checking tests ... ERROR
15-
16-
* tidyllm
17-
checking tests ... ERROR
18-
1910
### Failed to check
2011

2112
* insight (NA)

revdep/failures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Run `revdepcheck::cloud_details(, "GeoTox")` for more info
4141
* GitHub: https://github.com/easystats/insight
4242
* Source code: https://github.com/cran/insight
4343
* Date/Publication: 2025-03-01 23:10:06 UTC
44-
* Number of recursive dependencies: 424
44+
* Number of recursive dependencies: 425
4545

4646
Run `revdepcheck::cloud_details(, "insight")` for more info
4747

@@ -117,7 +117,7 @@ Status: 3 ERRORs, 1 NOTE
117117
* GitHub: https://github.com/easystats/parameters
118118
* Source code: https://github.com/cran/parameters
119119
* Date/Publication: 2025-03-04 14:50:06 UTC
120-
* Number of recursive dependencies: 472
120+
* Number of recursive dependencies: 474
121121

122122
Run `revdepcheck::cloud_details(, "parameters")` for more info
123123

revdep/problems.md

Lines changed: 1 addition & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1 @@
1-
# happign
2-
3-
<details>
4-
5-
* Version: 0.3.2
6-
* GitHub: https://github.com/paul-carteron/happign
7-
* Source code: https://github.com/cran/happign
8-
* Date/Publication: 2025-01-24 09:30:05 UTC
9-
* Number of recursive dependencies: 116
10-
11-
Run `revdepcheck::cloud_details(, "happign")` 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-
> library(testthat)
23-
> library(happign)
24-
Please make sure you have an internet connection.
25-
Use happign::get_last_news() to display latest geoservice news.
26-
>
27-
> test_check("happign")
28-
Linking to GEOS 3.12.1, GDAL 3.8.4, PROJ 9.4.0; sf_use_s2() is TRUE
29-
...
30-
'test-get_wmts.R:40:4', 'test-get_wmts.R:51:4', 'test-hit_api.R:12:7',
31-
'test-utils.R:3:4', 'test-utils.R:18:4', 'test-utils.R:90:7'
32-
33-
══ Failed tests ════════════════════════════════════════════════════════════════
34-
── Failure ('test-get_iso.R:40:4'): build_iso_query works ──────────────────────
35-
`req` has length 8, not length 7.
36-
37-
[ FAIL 1 | WARN 0 | SKIP 38 | PASS 87 ]
38-
Error: Test failures
39-
Execution halted
40-
```
41-
42-
## In both
43-
44-
* checking data for non-ASCII characters ... NOTE
45-
```
46-
Note: found 15185 marked UTF-8 strings
47-
```
48-
49-
# tidyllm
50-
51-
<details>
52-
53-
* Version: 0.3.1
54-
* GitHub: https://github.com/edubruell/tidyllm
55-
* Source code: https://github.com/cran/tidyllm
56-
* Date/Publication: 2025-02-24 19:20:02 UTC
57-
* Number of recursive dependencies: 127
58-
59-
Run `revdepcheck::cloud_details(, "tidyllm")` for more info
60-
61-
</details>
62-
63-
## Newly broken
64-
65-
* checking tests ... ERROR
66-
```
67-
Running ‘testthat.R’
68-
Running the tests in ‘tests/testthat.R’ failed.
69-
Complete output:
70-
> # This file is part of the standard setup for testthat.
71-
> # It is recommended that you do not modify it.
72-
> #
73-
> # Where should you do additional test configuration?
74-
> # Learn more about the roles of various files in:
75-
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
76-
> # * https://testthat.r-lib.org/articles/special-files.html
77-
...
78-
══ Failed tests ════════════════════════════════════════════════════════════════
79-
── Failure ('test_api_claude.R:29:3'): claude function constructs a correct request and dry runs it ──
80-
"accept-encoding" %in% names(headers) is not TRUE
81-
82-
`actual`: FALSE
83-
`expected`: TRUE
84-
85-
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 214 ]
86-
Error: Test failures
87-
Execution halted
88-
```
89-
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)