Join Nostr
2024-08-06 22:19:03 CEST
in reply to

Lluís Revilla on Nostr: Yes, users have requested to have HTML manuals and CRAN wants that too. R now has ...

Yes, users have requested to have HTML manuals and CRAN wants that too. R now has pkg2HTML to serve them. But CRAN wants to link the documentation well. Among other issues (accessibility, links to Bioc..) there are ~300 packages that mention some code reference but not from which specific package. The idea is to document that so the links can be resolved to a single package.one example: instead of a link to %>% document your link as magrittr::`%>%` (as it is reexported in other packages)