File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 77
88## R CMD check results
99
10- 0 ERRORS | 0 WARNINGS | 0 NOTES
10+ 0 ERRORS | 0 WARNINGS | 1 NOTES
11+
12+ The note was generated on winbuilder when incoming checks were enabled only and
13+ contained many blocks like this:
14+
15+ ```
16+ Found the following (possibly) invalid URLs:
17+ URL: https://github.com/ropensci/drake
18+ From: inst/doc/third-party-integrations.html
19+ NEWS.md
20+ Status: 429
21+ Message: Too Many Requests
22+ ```
23+
24+ It seems my package contains many URLs to GitHub and their rate limit prevents
25+ the checking of all of them. I confirm that all URLs in my
26+ package are compliant with the requirements of CRAN.
1127
1228## Downstream Dependencies
1329
Original file line number Diff line number Diff line change @@ -238,6 +238,7 @@ VignetteBuilder
238238Visit'em
239239walthert
240240Walthert
241+ winbuilder
241242withr
242243writeLines
243244www
You can’t perform that action at this time.
0 commit comments