Hadley Wickham

Results 2594 comments of Hadley Wickham

This seems like a lot of work for a situation that seems to occur rarely. @jensmassberg can you give us more information about which database you're using and how the...

Thanks for filing this bug report! Unfortunately because it's requires such specific set up to reproduce we believe it's unlikely to affect many people, and we don't have the development...

See code in https://gist.github.com/hadley/61f0bcaf79c695eca46c06be55ffad69

My baseline is to be very sceptical that exporting this internal implementation detail is a good idea in the long run.

I know that it's frustrating that we don't provide better support for this, but creating S4 classes dynamically is fundamentally fragile and I don't think it's good to build further...

Hmmmm, urlchecker does check the `.Rd` and `.Rmd` files, but won't check any links that you've added other ways (e.g. in `_pkgdown.yml`). It's also designed to meet CRANs needs, where...

I think that adds to my belief that this isn't pkgdown's responsibility since there are other tools that can do it better (urlchecker as part of the release process will...

I'd suggest we handle this the same way as references: if a section has title "internal", we silently drop it — i.e. `data_articles_index_section()` gains an `is_internal` field and then `data_articles_index()`...

If anyone is still interested in this issue, I'd really appreciate any reviews of the associated PR: https://github.com/r-lib/pkgdown/pull/2497