Immediate nonsensical error? #60
|
Just dl-ed tidyplot; excited to use it but its immediately throwing an error. Code: Error: Traceback:
R version 4.4.2 (2024-10-31) -- "Pile of Leaves" |
Replies: 3 comments 2 replies
|
Hi @nfparsons Thank you for trying tidyplots! This looks like you are using the development version of ggplot2 In this version, there are some changes in the way ggplot2 handles color scales. To fix, please also install the development version of tidyplots and let me know if this works. Best |
|
That is strange. For me both of these combinations work
I would probably recommend to use the released versions until everything is sorted out. |
|
That is great to hear! |
Hi @nfparsons
Thank you for trying tidyplots!
This looks like you are using the development version of ggplot2
v3.5.1.9000. Right?In this version, there are some changes in the way ggplot2 handles color scales.
To fix, please also install the development version of tidyplots and let me know if this works.
Best
Jan