File tree Expand file tree Collapse file tree 4 files changed +56
-186
lines changed Expand file tree Collapse file tree 4 files changed +56
-186
lines changed Original file line number Diff line number Diff line change 11# Revdeps
22
3- ## Failed to check (5 )
3+ ## New problems (1 )
44
5- | package | version | error | warning | note |
6- | :--------------------| :-------| :-----| :-------| :----|
7- | inlmisc | ? | | | |
8- | leaflet.multiopacity | ? | | | |
9- | leaflet.opacity | ? | | | |
10- | modchart | ? | | | |
11- | palmid | ? | | | |
5+ | package | version | error | warning | note |
6+ | :-------| :-------| :------| :-------| :----|
7+ | [ mapview] ( problems.md#mapview ) | 2.11.3 | __ +1__ | | |
128
Original file line number Diff line number Diff line change 11## revdepcheck results
22
3- We checked 167 reverse dependencies (162 from CRAN + 5 from Bioconductor) , comparing R CMD check results across CRAN and dev versions of this package.
3+ We checked 195 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
44
5- * We saw 0 new problems
5+ * We saw 1 new problems
66 * We failed to check 0 packages
77
8+ Issues with CRAN packages are summarised below.
9+
10+ ### New problems
11+ (This reports the first line of each new failure)
12+
13+ * mapview
14+ checking tests ... ERROR
15+
Original file line number Diff line number Diff line change 1- # inlmisc
2-
3- <details >
4-
5- * Version: NA
6- * GitHub: NA
7- * Source code: https://github.com/cran/inlmisc
8- * Number of recursive dependencies: 137
9-
10- Run ` revdepcheck::cloud_details(, "inlmisc") ` 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- # leaflet.multiopacity
37-
38- <details >
39-
40- * Version: NA
41- * GitHub: NA
42- * Source code: https://github.com/cran/leaflet.multiopacity
43- * Number of recursive dependencies: 84
44-
45- Run ` revdepcheck::cloud_details(, "leaflet.multiopacity") ` for more info
46-
47- </details >
48-
49- ## Error before installation
50-
51- ### Devel
52-
53- ```
54-
55-
56-
57-
58-
59-
60- ```
61- ### CRAN
62-
63- ```
64-
65-
66-
67-
68-
69-
70- ```
71- # leaflet.opacity
72-
73- <details >
74-
75- * Version: NA
76- * GitHub: NA
77- * Source code: https://github.com/cran/leaflet.opacity
78- * Number of recursive dependencies: 77
79-
80- Run ` revdepcheck::cloud_details(, "leaflet.opacity") ` for more info
81-
82- </details >
83-
84- ## Error before installation
85-
86- ### Devel
87-
88- ```
89-
90-
91-
92-
93-
94-
95- ```
96- ### CRAN
97-
98- ```
99-
100-
101-
102-
103-
104-
105- ```
106- # modchart
107-
108- <details >
109-
110- * Version: NA
111- * GitHub: NA
112- * Source code: https://github.com/cran/modchart
113- * Number of recursive dependencies: 123
114-
115- Run ` revdepcheck::cloud_details(, "modchart") ` for more info
116-
117- </details >
118-
119- ## Error before installation
120-
121- ### Devel
122-
123- ```
124-
125-
126-
127-
128-
129-
130- ```
131- ### CRAN
132-
133- ```
134-
135-
136-
137-
138-
139-
140- ```
141- # palmid
142-
143- <details >
144-
145- * Version: NA
146- * GitHub: NA
147- * Source code: https://github.com/cran/palmid
148- * Number of recursive dependencies: 128
149-
150- Run ` revdepcheck::cloud_details(, "palmid") ` for more info
151-
152- </details >
153-
154- ## Error before installation
155-
156- ### Devel
157-
158- ```
159-
160-
161-
162-
163-
164-
165- ```
166- ### CRAN
167-
168- ```
169-
170-
171-
172-
173-
174-
175- ```
1+ * Wow, no problems at all. :)*
Original file line number Diff line number Diff line change 1- * Wow, no problems at all. :)*
1+ # mapview
2+
3+ <details >
4+
5+ * Version: 2.11.3
6+ * GitHub: https://github.com/r-spatial/mapview
7+ * Source code: https://github.com/cran/mapview
8+ * Date/Publication: 2025-08-28 12:20:12 UTC
9+ * Number of recursive dependencies: 104
10+
11+ Run ` revdepcheck::cloud_details(, "mapview") ` for more info
12+
13+ </details >
14+
15+ ## Newly broken
16+
17+ * checking tests ... ERROR
18+ ```
19+ Running ‘tinytest.R’
20+ Running the tests in ‘tests/tinytest.R’ failed.
21+ Complete output:
22+ > if (requireNamespace("tinytest", quietly=TRUE)) {
23+ + tinytest::test_package("mapview")
24+ + }
25+
26+ test-color.R.................. 0 tests
27+ test-color.R.................. 1 tests [0;32mOK[0m
28+ test-color.R.................. 2 tests [0;32mOK[0m
29+ ...
30+ test-mapview.R................ 134 tests [0;32mOK[0m
31+ test-mapview.R................ 135 tests [0;32mOK[0m
32+ test-mapview.R................ 136 tests [0;32mOK[0m
33+ test-mapview.R................ 137 tests [0;32mOK[0m
34+ test-mapview.R................ 138 tests [0;32mOK[0m
35+ test-mapview.R................ 138 tests [0;32mOK[0m
36+ test-mapview.R................ 138 tests [0;32mOK[0m Error in as(gadmCHE, "SpatialPolygons") :
37+ no method or default for coercing "sf" to "SpatialPolygons"
38+ Calls: <Anonymous> ... eval -> mapview -> standardGeneric -> eval -> eval -> as
39+ Execution halted
40+ ```
41+
You can’t perform that action at this time.
0 commit comments