Gábor Csárdi

Results 2440 comments of Gábor Csárdi

Yes, this makes sense, but this is not something that we can easily fix in this package I am afraid. urlchecker uses base R's code to extract the URLs from...

In practice, the curl URLs are handled correctly by the CRAN web pages: https://cran.rstudio.com/web/packages/curl/, the desc package, etc. and they have been around for a while, so I don't think...

@cboettig Yes, please report it at rstudio/rstudio. Thanks!

Yeah, it would be great to have a way to get to the documentation of the methods quicker! However, one issue with adding the aliases, is R6 methods often have...

Actually, if the help page does not scroll to the right method, then adding an alias to `"class$method"` is not super helpful, and the same is true for ``` ?class$method...

Right, that's a good point. It seems that if we add an alias for `class$method`, then `help.search("method")` will find the manual page of the class, so yeah, we should add...

So, one simple way to do this would be to have the same content, but change the headings to include the class name, plus have a table of contents at...

Is this what the other arrow bindings have? You can also just point to one of them I guess.

> That's not exactly what we do currently, in part because it's very tedious and manual to document R6 classes prior to the new roxygen2 (as you well know). Sry,...

Some or all of this could also live in rcmdcheck, It could read the `problems.rds` file, which is saved by the check reporter. Then rcmdcheck could have a summary that...