-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fill() links to wrong topic #135
Comments
Minimal reprex: options(downlit.attached = c("ggplot2", "tidyr"))
downlit::href_topic("fill")
#> [1] "https://ggplot2.tidyverse.org/reference/aes_colour_fill_alpha.html" Created on 2022-06-18 by the reprex package (v2.0.1) |
I think we'll need either |
Better reprex: options(downlit.attached = c("ggplot2", "tidyr"))
downlit::highlight("fill()")
#> [1] "<span class='nf'><a href='https://ggplot2.tidyverse.org/reference/aes_colour_fill_alpha.html'>fill</a></span><span class='o'>(</span><span class='o'>)</span>"
downlit:::href_expr(quote(fill()))
#> [1] "https://ggplot2.tidyverse.org/reference/aes_colour_fill_alpha.html" Created on 2022-06-22 by the reprex package (v2.0.1) |
hadley
added a commit
that referenced
this issue
Jun 22, 2022
hadley
added a commit
that referenced
this issue
Jun 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Created on 2022-04-27 by the reprex package (v2.0.1)
Should prefer function over floating topic
The text was updated successfully, but these errors were encountered: