brry / rdwd

download climate data from DWD (German Weather Service)
https://bookdown.org/brry/rdwd
72 stars 13 forks source link

doc references #26

Closed brry closed 3 years ago

brry commented 3 years ago

Throughout the homepage, redirected man pages like https://www.rdocumentation.org/packages/rdwd/topics/fileIndex should be replaced with https://www.rdocumentation.org/packages/rdwd/topics/index

Something like helplink <- function(doc, topic=doc) paste0("[",doc,"](https://www.rdocumentation.org/packages/rdwd/topics/",topic,")") should do the trick, and then I just need to check manually which manpages have an alias.