-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Rd warnings #2999
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
Comments
I think this just requires a bump in the required version of rlang in DESCRIPTION |
I don't think updating rlang will help, this seems a roxygen2's problem to me, if you think this is actually a problem. The warnings come from here in ## ----------------- \link[pkg]{file} and \link[pkg:file]{bar} (I see this warnings too many times here and there so I don't even think this is actually a warning... Thanks for the chance to dig into the R's source code... :P) |
Whoa! Thanks @yutannihilation for digging into the code to figure this one out. I have been getting similar |
Oh, curious, it seems not everyone sees this warning. Anyway, I don't think ggplot2's repo is the right place to discuss. Maybe this issue is? |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
When I download
ggplot2
, it produces the following.Rd
warnings. From user's point-of-view, this is not at all important. But I am trying to get to the source of why such warnings are generated in the first place and what can be changed in theroxygen2
skeleton to get rid of such warnings.The text was updated successfully, but these errors were encountered: