Skip to content

Commit fac2853

Browse files
committed
Update cran-comments.md
1 parent 7e1ae03 commit fac2853

1 file changed

Lines changed: 8 additions & 89 deletions

File tree

cran-comments.md

Lines changed: 8 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,16 @@
11
## Comments
22

3-
#### 2025-12-22
4-
5-
Dear maintainer,
6-
7-
Please see the problems shown on
8-
<https://cran.r-project.org/web/checks/check_results_plumber.html>.
9-
10-
Please correct before 2026-01-12 to safely retain your package on CRAN.
11-
12-
Best wishes,
13-
The CRAN Team
14-
15-
16-
#### 2025-12-22
17-
18-
Output from CRAN package checks:
19-
20-
```
21-
CRAN Package Check Results for Package plumber
22-
Last updated on 2025-12-22 15:51:00 CET.
23-
24-
Flavor Version Tinstall Tcheck Ttotal Status Flags
25-
r-devel-linux-x86_64-debian-clang 1.3.1 12.50 86.23 98.73 OK
26-
r-devel-linux-x86_64-debian-gcc 1.3.1 8.08 62.75 70.83 ERROR
27-
r-devel-linux-x86_64-fedora-clang 1.3.1 22.00 131.83 153.83 OK
28-
r-devel-linux-x86_64-fedora-gcc 1.3.1 24.00 182.79 206.79 OK
29-
r-devel-windows-x86_64 1.3.1 14.00 107.00 121.00 OK
30-
r-patched-linux-x86_64 1.3.1 13.59 77.77 91.36 OK
31-
r-release-linux-x86_64 1.3.0 13.25 78.78 92.03 OK
32-
r-release-macos-arm64 1.3.1 3.00 48.00 51.00 OK
33-
r-release-macos-x86_64 1.3.1 8.00 146.00 154.00 OK
34-
r-release-windows-x86_64 1.3.1 16.00 104.00 120.00 OK
35-
r-oldrel-macos-arm64 1.3.1 3.00 52.00 55.00 OK
36-
r-oldrel-macos-x86_64 1.3.1 9.00 186.00 195.00 OK
37-
r-oldrel-windows-x86_64 1.3.1 19.00 124.00 143.00 OK
38-
Check Details
39-
Version: 1.3.1
40-
Check: tests
41-
Result: ERROR
42-
Running ‘spelling.R’ [0s/0s]
43-
Running ‘testthat.R’ [21s/34s]
44-
Running the tests in ‘tests/testthat.R’ failed.
45-
Complete output:
46-
> library(testthat)
47-
> library(plumber)
48-
>
49-
> test_check("plumber")
50-
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 1952 ]
51-
52-
══ Skipped tests (15) ══════════════════════════════════════════════════════════
53-
• On CRAN (15): 'test-cookies.R:41:3', 'test-deprecated.R:60:3',
54-
'test-find-port.R:40:3', 'test-find-port.R:56:3', 'test-legacy.R:20:3',
55-
'test-options.R:22:3', 'test-plumber-print.R:2:3',
56-
'test-plumber-print.R:60:3', 'test-plumber.R:67:3',
57-
'test-serializer-device.R:21:1', 'test-serializer-htmlwidgets.R:20:3',
58-
'test-static.R:23:3', 'test-zzz-openapi.R:302:3',
59-
'test-zzz-plumb_api.R:10:3', 'test-zzz-plumb_api.R:65:3'
3+
#### 2024-12-12
604

61-
══ Failed tests ════════════════════════════════════════════════════════════════
62-
── Failure ('test-zzzz-include.R:34:5'): Includes work ─────────────────────────
63-
Expected `val$body` to match regexp "<html.*<img (role=\"img\" )?src=\"data:image/png;base64.*</html>\\s*$".
64-
Actual text:
65-
✖ │ <!DOCTYPE html>
66-
67-
│ <html>
68-
69-
│ <head>
70-
71-
│ <meta charset="utf-8" />
72-
│ <meta name="generator" content="pandoc" />
73-
│ <meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
74-
75-
76-
│ <meta name="author" content="Jeff Allen" />
77-
78-
│ <meta name="date" content="2015-06-14" />
79-
80-
│ <title>test</title>
81-
82-
| [...truncated...]
5+
Patch release at the request of RStudio Connect team to fix Swagger docs redirect issue.
836

7+
Thank you,
8+
Barret
849

85-
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 1952 ]
86-
Error:
87-
! Test failures.
88-
Execution halted
89-
Flavor: r-devel-linux-x86_64-debian-gcc
90-
```
9110

92-
#### 2024-12-12
11+
## revdepcheck results
9312

94-
I've made the test more robust to different html output formats. No `./R` code has been changed.
13+
We checked 21 reverse dependencies (19 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
9514

96-
Best,
97-
Barret
15+
* We saw 0 new problems
16+
* We failed to check 0 packages

0 commit comments

Comments
 (0)