-
Notifications
You must be signed in to change notification settings - Fork 25
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 in prepare_venn_data when use this packages #8
Comments
Here, too, any fixes? |
Unfortunately, I am even getting this error when running the example:
|
Same problem. My previously working code returns the same error. Seems like some bug was introduced with an update. |
v0.1.0 works. |
Sorry for the late reply. I can not reproduce the error yet. I guess this error should be something about function masking (maybe the same problem as #7). Would you please upgrade to the latest code by |
Upgraded ggvenn to the latest version, run example and have the same error.
Here is my session info (run under RStudio 1.2.1335):
|
@kotliary Thank you very much for testing and reporting! Your |
Works great! Thank you! And good to know about the |
Hi, I am getting this error using the v0.1.9. Here is my sessionInfo
─ Packages ────────────────────────────────────────────────────────────────────── [1] /cloud/lib/x86_64-pc-linux-gnu-library/4.1 |
@paschalis-lw Thanks for reporting this. Could you please show me your code? And would you try it in a new environment, such as like this:
I guess there should be some conflicts again. We could find it out together. |
Hi, I think I managed to resolve this in the end, but thank you very much anyway. Best, |
Hi I am getting a sinilar issue using v1.0.9. My sessionInfo:
Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
@cjieming2 Thank you for reporting. I just added a new branch for testing, would you please help to try it? devtools::install_github("yanlinlin82/ggvenn@try-solve-count", force = TRUE)
detach("package:ggvenn", unload = TRUE)
library(ggvenn) I called |
Hi @yanlinlin82 , I think I was able to resolve it after many attempts. Sorry for making you go to the trouble adding the explicit package-calling - that should be good for any situations, so hopefully it wont be in vain :) Thank you so much for the help! |
Hi @yanlinlin82, I am also running into this error. First the test data in Quick Start works well. My data (vennPltData.rds.txt) is quite similar but results in this error:
(PS: The input file is a My code:
sessionINFO:
I have done the installation of ggvenn as you suggested here and still results in same error. Thanks for the great package and hope to get your feedback soon. |
The issue is you use column names as strings in ggplot. Use |
Hi,
I get follows error when use this packages to plot a veen figure.
The text was updated successfully, but these errors were encountered: