Skip to content

Commit e9b41bf

Browse files
committed
Update CRAN-comments
1 parent 5e45c5b commit e9b41bf

File tree

5 files changed

+254
-178
lines changed

5 files changed

+254
-178
lines changed

cran-comments.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
## R CMD check results
22

3-
0 errors | 0 warnings | 0 notes
3+
0 errors | 0 warnings | 1 note
4+
5+
* NOTE: Missing dependency on R >= 4.1.0 because package code uses the pipe.
6+
This is a false positive; httr2 uses a trick (`configure` +
7+
`tools/examples.R`) to ensure the examples are not run on earlier versions of
8+
R.
49

510
## revdepcheck results
611

7-
I saw 4 broken packages. I supplied all packages with patches, as documented on https://github.com/r-lib/httr2/issues/635.
12+
I saw 2 broken packages due to failing tests (that don't affect pacakge functionality). I supplied both packages with patches:
13+
14+
* happign: https://github.com/paul-carteron/happign/pull/34
15+
* tidyllm: https://github.com/edubruell/tidyllm/pull/53

revdep/README.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# Revdeps
22

3-
## New problems (4)
4-
5-
|package |version |error |warning |note |
6-
|:---------|:-------|:--------|:-------|:----|
7-
|[atrrr](problems.md#atrrr)|0.0.4 |__+1__ | | |
8-
|[brickster](problems.md#brickster)|0.2.5 |1 __+1__ | | |
9-
|[bskyr](problems.md#bskyr)|0.1.2 |__+2__ | | |
10-
|[chattr](problems.md#chattr)|0.2.0 |__+1__ | | |
3+
## Failed to check (3)
4+
5+
|package |version |error |warning |note |
6+
|:----------|:-------|:-----|:-------|:----|
7+
|GeoTox |? | | | |
8+
|insight |? | | | |
9+
|parameters |? | | | |
10+
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__ | | |
1117

revdep/cran.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
## revdepcheck results
22

3-
We checked 5 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
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.
44

5-
* We saw 4 new problems
6-
* We failed to check 0 packages
5+
* We saw 2 new problems
6+
* We failed to check 2 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-
* atrrr
13+
* happign
1414
checking tests ... ERROR
1515

16-
* brickster
16+
* tidyllm
1717
checking tests ... ERROR
1818

19-
* bskyr
20-
checking examples ... ERROR
21-
checking tests ... ERROR
22-
23-
* chattr
24-
checking tests ... ERROR
19+
### Failed to check
2520

21+
* insight (NA)
22+
* parameters (NA)

revdep/failures.md

+187-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,187 @@
1-
*Wow, no problems at all. :)*
1+
# GeoTox
2+
3+
<details>
4+
5+
* Version: NA
6+
* GitHub: NA
7+
* Source code: https://github.com/cran/GeoTox
8+
* Number of recursive dependencies: 143
9+
10+
Run `revdepcheck::cloud_details(, "GeoTox")` 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+
# insight
37+
38+
<details>
39+
40+
* Version: 1.1.0
41+
* GitHub: https://github.com/easystats/insight
42+
* Source code: https://github.com/cran/insight
43+
* Date/Publication: 2025-03-01 23:10:06 UTC
44+
* Number of recursive dependencies: 424
45+
46+
Run `revdepcheck::cloud_details(, "insight")` for more info
47+
48+
</details>
49+
50+
## Error before installation
51+
52+
### Devel
53+
54+
```
55+
* using log directory ‘/tmp/workdir/insight/new/insight.Rcheck’
56+
* using R version 4.3.1 (2023-06-16)
57+
* using platform: x86_64-pc-linux-gnu (64-bit)
58+
* R was compiled by
59+
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
60+
GNU Fortran (Ubuntu 13.2.0-23ubuntu4) 13.2.0
61+
* running under: Ubuntu 24.04.1 LTS
62+
* using session charset: UTF-8
63+
* using option ‘--no-manual’
64+
* checking for file ‘insight/DESCRIPTION’ ... OK
65+
...
66+
When sourcing ‘insight.R’:
67+
Error: function 'cholmod_factor_ldetA' not provided by package 'Matrix'
68+
Execution halted
69+
70+
‘display.Rmd’ using ‘UTF-8’... OK
71+
‘export.Rmd’ using ‘UTF-8’... OK
72+
‘insight.Rmd’ using ‘UTF-8’... failed
73+
* checking re-building of vignette outputs ... OK
74+
* DONE
75+
Status: 3 ERRORs, 1 NOTE
76+
77+
78+
79+
80+
81+
```
82+
### CRAN
83+
84+
```
85+
* using log directory ‘/tmp/workdir/insight/old/insight.Rcheck’
86+
* using R version 4.3.1 (2023-06-16)
87+
* using platform: x86_64-pc-linux-gnu (64-bit)
88+
* R was compiled by
89+
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
90+
GNU Fortran (Ubuntu 13.2.0-23ubuntu4) 13.2.0
91+
* running under: Ubuntu 24.04.1 LTS
92+
* using session charset: UTF-8
93+
* using option ‘--no-manual’
94+
* checking for file ‘insight/DESCRIPTION’ ... OK
95+
...
96+
When sourcing ‘insight.R’:
97+
Error: function 'cholmod_factor_ldetA' not provided by package 'Matrix'
98+
Execution halted
99+
100+
‘display.Rmd’ using ‘UTF-8’... OK
101+
‘export.Rmd’ using ‘UTF-8’... OK
102+
‘insight.Rmd’ using ‘UTF-8’... failed
103+
* checking re-building of vignette outputs ... OK
104+
* DONE
105+
Status: 3 ERRORs, 1 NOTE
106+
107+
108+
109+
110+
111+
```
112+
# parameters
113+
114+
<details>
115+
116+
* Version: 0.24.2
117+
* GitHub: https://github.com/easystats/parameters
118+
* Source code: https://github.com/cran/parameters
119+
* Date/Publication: 2025-03-04 14:50:06 UTC
120+
* Number of recursive dependencies: 472
121+
122+
Run `revdepcheck::cloud_details(, "parameters")` for more info
123+
124+
</details>
125+
126+
## Error before installation
127+
128+
### Devel
129+
130+
```
131+
* using log directory ‘/tmp/workdir/parameters/new/parameters.Rcheck’
132+
* using R version 4.3.1 (2023-06-16)
133+
* using platform: x86_64-pc-linux-gnu (64-bit)
134+
* R was compiled by
135+
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
136+
GNU Fortran (Ubuntu 13.2.0-23ubuntu4) 13.2.0
137+
* running under: Ubuntu 24.04.1 LTS
138+
* using session charset: UTF-8
139+
* using option ‘--no-manual’
140+
* checking for file ‘parameters/DESCRIPTION’ ... OK
141+
...
142+
• equivalence_test/equivalence-test-5.svg
143+
Error: Test failures
144+
Execution halted
145+
* checking for unstated dependencies in vignettes ... OK
146+
* checking package vignettes in ‘inst/doc’ ... OK
147+
* checking running R code from vignettes ... OK
148+
‘overview_of_vignettes.Rmd’ using ‘UTF-8’... OK
149+
* checking re-building of vignette outputs ... OK
150+
* DONE
151+
Status: 2 ERRORs, 2 NOTEs
152+
153+
154+
155+
156+
157+
```
158+
### CRAN
159+
160+
```
161+
* using log directory ‘/tmp/workdir/parameters/old/parameters.Rcheck’
162+
* using R version 4.3.1 (2023-06-16)
163+
* using platform: x86_64-pc-linux-gnu (64-bit)
164+
* R was compiled by
165+
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
166+
GNU Fortran (Ubuntu 13.2.0-23ubuntu4) 13.2.0
167+
* running under: Ubuntu 24.04.1 LTS
168+
* using session charset: UTF-8
169+
* using option ‘--no-manual’
170+
* checking for file ‘parameters/DESCRIPTION’ ... OK
171+
...
172+
• equivalence_test/equivalence-test-5.svg
173+
Error: Test failures
174+
Execution halted
175+
* checking for unstated dependencies in vignettes ... OK
176+
* checking package vignettes in ‘inst/doc’ ... OK
177+
* checking running R code from vignettes ... OK
178+
‘overview_of_vignettes.Rmd’ using ‘UTF-8’... OK
179+
* checking re-building of vignette outputs ... OK
180+
* DONE
181+
Status: 2 ERRORs, 2 NOTEs
182+
183+
184+
185+
186+
187+
```

0 commit comments

Comments
 (0)