-
Notifications
You must be signed in to change notification settings - Fork 174
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 DataMask$new(.data, caller_env) : argument "caller_env" is missing, with no default #399
Comments
see also #395. pls re-install ggtree from source code. |
the problem still exist
|
Along with this issue and the next one, I'm getting this same error out of the blue on two separate MacOS systems. I've now reinstalled
Just here so I can get a ping when there is a fix. Thanks! |
Echoing this sentiment. Same problems here running R 4.0.5 and Mojave 10.14.6, with all ggtree dependencies up to date. |
Same issue here, running the latest version of R, RevGadets 1.0.0 and ggtree 2.4.2 compiled from source code, on a PC running Windows 10. |
cross-posted on other tread about the same issue. I had the same problem with R 4.0.3 on a Mac. Same error message as above: also tried deinstalling ggtree, updating dplyr and reinstalling from CRAN or BiocManager - still same error. But then I just downgraded dplyr to v1.0.5, reinstalled ggtree and that resolved the issue! So try that if you are stuck. |
Thank you, that totally worked, except I didn't have to uninstall and
reinstall ggtree. I just uninstalled dplyr and installed the older version.
(On Windows 10, latest version of R).
Peter Breslin, PhD
Environmental Life Sciences
Arizona State University
Biology Educator at Geffen Academy at UCLA
…On Fri, May 14, 2021 at 9:44 PM crispina ***@***.***> wrote:
cross-posted on other tread about the same issue.
I had the same problem with R 4.0.3 on a Mac.
used BiocManager::install("ggtree")
which requested to update dplyr to 1.0.6, which I did.
Same error message as above:
Error in DataMask$new(.data, caller_env) : argument "caller_env" is
missing, with no default
also tried deinstalling ggtree, updating dplyr and reinstalling from CRAN
or BiocManager - still same error.
But then I just downgraded dplyr to v1.0.5, reinstalled ggtree and that
resolved the issue! So try that if you are stuck.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#399 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUCP6PWBZIM7BV3FQ2A3SDDTNX32FANCNFSM44WJHHLQ>
.
|
ISSUE RESOLVED Solution as follows from the developer: Please also update I also rolled back dplyr from 1.0.6 to 1.0.5 as per his instructions. Not sure whether the tidytree change would have been suffcient,, and I'm not brave enough to try. All fixed now.... REF: #400 (comment) |
Thank you very much.
Have rolled back to dplyr 1.0.5 and followed your suggestion regarding tidytree()
All working now, very grateful…
Regards
Greg
From: Guangchuang Yu ***@***.***>
Sent: Friday, 21 May 2021 7:30 PM
To: YuLab-SMU/ggtree ***@***.***>
Cc: gmd2020 ***@***.***>; Comment ***@***.***>
Subject: Re: [YuLab-SMU/ggtree] Error in DataMask$new(.data, caller_env) : argument "caller_env" is missing, with no default (#399)
see also #400 (comment)<#400 (comment)>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#399 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUDKCHCR2W3Q342VO5PR6CDTOYRXVANCNFSM44WJHHLQ>.
|
I installed dplyr 1.0.5 as you guide. Now i can work with ggtree. |
I've just updated ggtree on 2 MacBooks which have different OS and R versions but am getting the same error when trying to run ggtree on both:
The first laptop is running macOS Catalina 10.15.7, with R 4.0.5.
The second laptop is running macOS Big Sur 11.3.1 with R 4.0.3.
The text was updated successfully, but these errors were encountered: