Skip to content

Commit 1fd5717

Browse files
add info on note
1 parent 70a0ce8 commit 1fd5717

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

cran-comments.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,23 @@
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

inst/WORDLIST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ VignetteBuilder
238238
Visit'em
239239
walthert
240240
Walthert
241+
winbuilder
241242
withr
242243
writeLines
243244
www

0 commit comments

Comments
 (0)