Hadley Wickham

Results 2580 comments of Hadley Wickham

The point of this feature is to eventually allow people to use "logical" repos, where you might map CRAN to one repo locally and a different repo on your production...

@robchallen IMO we should do that automatically for you

Will be fixed by #2306, but we should consider if those are the best errors: https://purrr.tidyverse.org/reference/purrr_error_indexed.html

IMO this is only worth doing if we can automate, preferably with an R package.

Maybe we could just make it part of the release process? i.e. run `vnu` on pkgdown's own site?

A lot of repeated warnings like this: ``` "file:/Users/hadleywickham/Documents/devtools/pkgdown/docs/dev/reference/build_site.html":2.140-2.161: error: A document must not include both a “meta” element with an “http-equiv” attribute whose value is “content-type”, and a “meta”...

Looks like libxml2 automatically adds the http-equiv meta tag 😬 — oh but looks like I can strip it off after the fact. Oh but then libxml2 just adds it...

Having tried `html-validate`, it produces vastly superior output to vnu. I've fixed the most obvious low-hanging fruit and I think that's probably sufficient. I don't think running it regularly is...

It errors when you click on it 😬