-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unmask joyn functions #57
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @RossanaTat ,
Thank you. I lie the function. Just a small change. Please, take a look and let me know if that is possible.
Best,
R/utils.R
Outdated
joyn:::clear_joynenv() | ||
|
||
lapply(fun_name, | ||
conflicted::conflict_prefer, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If possible, I would like to avoid another dependency. Try creating a function like the one used in collapse::set_collapse()
(see below). In this way we accomplish the same thing and avoid another dependency.
https://github.com/SebKrantz/collapse/blob/a492a76dd738365440ace922fa8592d5907be8ce/R/zzz.R#L99-L106
No description provided.