Alex Rossell Hayes

Results 8 comments of Alex Rossell Hayes

That makes sense, I think I'll explore how to parse that `.rstheme` file, at least for my own private use! Also this will be a smaller concern after https://github.com/r-lib/cli/issues/481

@1beb I think this should be doable! I can start working on a PR

When a CSS selector is passed to `html_elements()`, it is converted to Xpath with `rvest:::make_selector()`. `make_selector()` always prefixes the Xpath with `.//`, which means it can find nodes at all...

@skaltman built some clever code to check for facets: ```r get_facet

Thinking out loud, I can see two primary ways to achieve this: 1. Adding a third function to the `pass()`/`fail()` family that returns neutral feedback. 2. Adding an option to...

Hi @cynthiahqy, that sounds like a great idea to me. I won't have time to work on this immediately, but would be happy to look at a PR if you...