Hadley Wickham

Results 1530 comments of Hadley Wickham

Maybe we could have little tags next to user names? Maybe just the number of packages they have contributed to? With a description title attribute so you could see that...

Good point. I don't think it's worth breaking up imports and depends, but suggests should be different, and maybe enhances should be in its own list.

What if you just called the new format wrapper when `!is.object(x) && is.double(x)` ?

Looks fine in dev version: https://stringr.tidyverse.org/dev/, so it'll get fixed once I release stringr.

Hmmm, might be worth a quick website patch since the release might be a while.

Not sure. Hopefully in the next couple of months.

That all looks ok to me — `str_pad()` can't know what `\\1` is, so you have to use it as a replacement function.

Maybe the easiest fix would be to just keep `type.regex

Please provide a reproducible example.