Gábor Csárdi

Results 2446 comments of Gábor Csárdi

FWIW, you can create links like this and they'll work in the HTML help, like this: ``` \href{../..//html/.html#}{linktext} ``` and in the other package you need anchors like this: ```...

I think I'll close this now. We'll see if we'll get any issues with the R6 method links. If not, then maybe we can consider adding support for this is...

You can already say the latter, this is how: ```r #' To do x call the [`bar$foo()`][bar] function. ``` (Of course it will _not_ go to the position of the...

> However, it seems that RStudio only jumps to the correct section within the same .Rd-file, but it does not jump to the correct section when linking to a different...

Yeah, there is no way roxygen could figure out these "dynamic" methods and members, because it cannot actually create an object of the class. What we could do is to...

No, not yet. It could be something like ```r Foo

I am not trying to suggest that you change all your classes now just for the documentation, but if you don't do this a lot, here is a workaround. It...

Maybe it is possible to solve this in pkgdown? E.g. in an R6 reference page, method names should take priority over regular functions?

How about we put a `$` in front of method names? I.e. it would become ``` \subsection{Method \code{$seek()}}{ ``` and then I assume the auto-linker does not pick it up.