Skip to content

Commit 1b9c3b6

Browse files
committed
Update note about fueleconomy.gov
1 parent 0ae834f commit 1b9c3b6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

cran-comments.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@
55

66
## R CMD check results
77

8-
There were no ERRORs, WARNINGs, or NOTEs.
8+
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.
918

1019
## Downstream dependencies
1120

0 commit comments

Comments
 (0)