Hadley Wickham

Results 2590 comments of Hadley Wickham

The other option would be to set up something with S3, where we just eat the (presumably small) cost of hosting. But that's likely to be a non-trivial amount of...

Maybe you could optionally supply a date? And then pak would do `pak::repo_add(CRAN = "RSPM@{date}"`?

Might be superseded by #880

No need to add another way to specify dependencies that isn't used anywhere else.

The other possible approach here would be to parse the `.Rd` files, extract the source files, and then compare timestamps between source and destination. It's not 100% perfect if you're...

I meant you could look at https://github.com/r-lib/lintr/blob/1f5e46992c7f5590f6d28e17e212a861f12312f0/man/Linter.Rd#L2, and then see if utils.R was newer than linter.Rd.

To be clear, we're not proposing to change the syntax, we're just looking back at the design choices we made in dplyr and wishing we'd done it differently. But overall...

IMO the additional complexity needed to support that feature is not worth it, especially due to the difficulty (as mentioned in that thread) of exactly what the object should be...