datacamp / rdocumentation-app

The web application running rdocumentation.org.
https://www.rdocumentation.org
MIT License
42 stars 13 forks source link

Redirects in pretty much all of ggplot2 pkg fail #428

Closed richierocks closed 2 years ago

richierocks commented 6 years ago

In the Details section of the ggplot2::geom_bar() page, there are links to several position_*() functions such as position_dodge().

screenshot 2018-08-03 14 20 08

Clicking them redirects to the ggplot2 package page, not the appropriate function page.

richierocks commented 6 years ago

Update: it's pretty much every function to function link in ggplot2 that fails.

Here's an example of a working link in the dplyr package:

https://www.rdocumentation.org/link/everything?package=dplyr&version=0.7.6&to=tidyselect

Here's an example of a broken link in ggplot2:

https://www.rdocumentation.org/link/aes()?package=ggplot2&version=3.0.0&to=%3Daes

Notice the extra () after the function name.