-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error message when implementing qqplotr #17
Comments
Hi @JuanDiegoHL, what version of ggplot2 are you running? Have you tried updating it? |
Thanks for your reply. As far as I know, this is the latest version of ggplot2. Here is the sessionInfo() output:
Matrix products: default locale: time zone: America/New_York attached base packages: other attached packages: loaded via a namespace (and not attached): |
ggplot2 version 3.5.0 was released in February. Can you update and see if that solves the issue? I'm running 3.5.0 and can't replicate the error. |
I already did that. It worked. Thanks a lot, Dr. Loy. Best regards.
…On Fri, Apr 19, 2024, 09:44 adam loy ***@***.***> wrote:
ggplot2 version 3.5.0 was released in February. Can you update and see if
that solves the issue? I'm running 3.5.0 and can't replicate the error.
—
Reply to this email directly, view it on GitHub
<#17 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BH5ZYVN2EFBDNNE2Q7KDDADY6ENTNAVCNFSM6AAAAABGOF7372VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRWGYZDEMRYHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Dear Dr. Loy,
I hope you are well.
I recently found on the Internet the package you developed. I am trying to create a Q-Q chart with confidence bands, but when I recreate the example you provide (as it appears in https://cran.r-project.org/web/packages/qqplotr/vignettes/introduction.html), I get this error message:
Error in
stat_qq_band()
:! Problem while converting geom to grob.
ℹ Error occurred in the 1st layer.
Caused by error in
fill_alpha()
:! could not find function "fill_alpha"
Run
rlang::last_trace()
to see where the error occurred.Any help would be greatly appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered: