Hadley Wickham

Results 2587 comments of Hadley Wickham

Should fix with `check_string()` or similar.

Somewhat related to #57, but not directly since here you have two very long strings that are completely different.

Hmmmm, we'd probably want to add `str_to_camel()` (`strToCamel()`?) for completeness.

I think you could just implement it in R, using a regular expression or other stringr functions.

And now that I've fixed #141, this problem has gone away 😄

Named environments are deliberately compared by reference as of #133. I made that change as part of https://github.com/r-lib/waldo/issues/127#issuecomment-1063488933 — waldo compares generally compares environments by values but it compare named...

I'm going to close this issue because I think it is out of scope, and it sounds like you have a work around.

Is this something you'd be interested in doing a PR for?

This would be a good project for someone who knows a little bit about HTML and JS. Since the pkgdown search is a bit simpler than quarto, I think all...