Skip to content

Commit 54f7f8f

Browse files
committed
Problems, partial
1 parent 9ad2aa8 commit 54f7f8f

File tree

6 files changed

+93
-0
lines changed

6 files changed

+93
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@
3535
^renovate\.json$
3636
^tests/testthat/helper-sync\.R$
3737
^index\.md$
38+
^revdep$

revdep/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cloud.noindex

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+
|[srppp](problems.md#srppp)|1.0.1 |__+1__ | |__+1__ |
8+

revdep/cran.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
* srppp
14+
checking running R code from vignettes ... ERROR
15+
checking re-building of vignette outputs ... NOTE
16+

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: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# srppp
2+
3+
<details>
4+
5+
* Version: 1.0.1
6+
* GitHub: https://github.com/agroscope-ch/srppp
7+
* Source code: https://github.com/cran/srppp
8+
* Date/Publication: 2024-11-01 14:40:02 UTC
9+
* Number of recursive dependencies: 86
10+
11+
Run `revdepcheck::cloud_details(, "srppp")` for more info
12+
13+
</details>
14+
15+
## Newly broken
16+
17+
* checking running R code from vignettes ... ERROR
18+
```
19+
Errors in running code in vignettes:
20+
when running code in ‘srppp.rmd’
21+
...
22+
> dm_draw(current_register)
23+
24+
> library(knitr)
25+
26+
> kable(head(select(current_register$substances, pk,
27+
+ iupac, substance_de, substance_fr, substance_it), n = 4))
28+
29+
When sourcing ‘srppp.R’:
30+
Error: could not find function "select"
31+
Execution halted
32+
33+
‘srppp.rmd’ using ‘UTF-8’... failed
34+
‘srppp_products_with_MO.rmd’ using ‘UTF-8’... OK
35+
```
36+
37+
* checking re-building of vignette outputs ... NOTE
38+
```
39+
Error(s) in re-building vignettes:
40+
--- re-building ‘srppp.rmd’ using rmarkdown
41+
trying URL 'https://www.blv.admin.ch/dam/blv/de/dokumente/zulassung-pflanzenschutzmittel/pflanzenschutzmittelverzeichnis/daten-pflanzenschutzmittelverzeichnis.zip.download.zip/Daten%20Pflanzenschutzmittelverzeichnis.zip'
42+
Content type 'application/x-zip-compressed' length 2468351 bytes (2.4 MB)
43+
==================================================
44+
downloaded 2.4 MB
45+
46+
47+
Quitting from lines 75-80 [unnamed-chunk-3] (srppp.rmd)
48+
Error: processing vignette 'srppp.rmd' failed with diagnostics:
49+
could not find function "select"
50+
--- failed re-building ‘srppp.rmd’
51+
52+
--- re-building ‘srppp_products_with_MO.rmd’ using rmarkdown
53+
trying URL 'https://www.blv.admin.ch/dam/blv/de/dokumente/zulassung-pflanzenschutzmittel/pflanzenschutzmittelverzeichnis/daten-pflanzenschutzmittelverzeichnis.zip.download.zip/Daten%20Pflanzenschutzmittelverzeichnis.zip'
54+
Content type 'application/x-zip-compressed' length 2468351 bytes (2.4 MB)
55+
==================================================
56+
downloaded 2.4 MB
57+
58+
--- finished re-building ‘srppp_products_with_MO.rmd’
59+
60+
SUMMARY: processing the following file failed:
61+
‘srppp.rmd’
62+
63+
Error: Vignette re-building failed.
64+
Execution halted
65+
```
66+

0 commit comments

Comments
 (0)