Hadley Wickham
Hadley Wickham
But even if it did do something, we need some way in cli to label relative paths that we don't expect to be clickable. It would also be nice to...
From @rich-iannone, `as_raw_html()` will generate raw HTML suitable for direct embedding.
@maelle @olivroy @salim-b @jayhesselberth I'm aiming for a release on Friday (or failing that early next week). Please let me know if you have any comments or concerns, or there...
@maelle @olivroy @salim-b @jayhesselberth please take a look at the [blog post](https://github.com/tidyverse/tidyverse.org/pull/702) and let me know if you think I've missed anything important.
Blog post is out, but it's certainly not too late to add stuff if you think I'm missed anything major.
Thanks for filing this issue! Unfortunately, I think given the other demands for pkgdown features and the relatively limited impact of this one, it's unlikely we will ever implement it....
Would you mind making a very simple reprex package that illustrates the problem? That will make it faster for me to track down and fix when I'm next working on...
I think I'd something more like `mode = c("one", "all", "any")` (I don't love `mode` as a `name`, but I like the idea of making this an enumeration). Maybe `expect_true(x,...
I like required, but last night it occurred to me that `required = "one"` might convey the same meaning as `required = "any"`. So maybe `required = "exactly_one"` or similar...