-
Notifications
You must be signed in to change notification settings - Fork 5
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
animation function lookup doesn't work when ndtv not loaded #23
Comments
This would be great to fix so that packages dependent on this could be CRAN ready. Current solution/hack I have used on my fork is to create a new argument for compute.animation that allows the layout.fun to be specified explicitly overriding the function match:
|
fixing this will require a bit of refactoring in how ndtv looks up and locates user-added layout functions. As a work around, have you tried just adding Depends ndtv in the namespace to force ndtv to be loaded? |
I have just tried depends and it builds and passes CRAN. |
I am having a similar issue. ndtv is already listed as "Depends" in my DESCRIPTION file but I still get the error: |
User Deisy Gysi reports when the package is namespace attached but not loaded, compute.animation isn't able to locate the the internal network.layout.animate.* functions
The text was updated successfully, but these errors were encountered: