You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the very useful package. I was wondering if there is an option to visualize dependencies between functions in my global environment somehow? I tried:
dep <- envirDependencies(globalenv())
dep <- envirDependencies("R_GlobalEnv")
both giving the error:
Error in loadNamespace(name) : there is no package called ‘NA’
Thank you,
Azza
The text was updated successfully, but these errors were encountered:
Hi!
Thank you for the very useful package. I was wondering if there is an option to visualize dependencies between functions in my global environment somehow? I tried:
both giving the error:
Thank you,
Azza
The text was updated successfully, but these errors were encountered: