We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae834f commit 1b9c3b6Copy full SHA for 1b9c3b6
cran-comments.md
@@ -5,7 +5,16 @@
5
6
## R CMD check results
7
8
-There were no ERRORs, WARNINGs, or NOTEs.
+There were no ERRORs or WARNINGs. I see one NOTE:
9
+
10
+* Found the following (possibly) invalid URLs:
11
+ URL: http://fueleconomy.gov
12
+ From: man/mpg.Rd
13
+ Status: 404 Message: Not Found
14
15
+ I think the problem is a poorly configured webserver:
16
+ `curl http://fueleconomy.gov` works, but `curl -I http://fueleconomy.gov`
17
+ (which sends a HEAD request) does not.
18
19
## Downstream dependencies
20
0 commit comments