Closed useless5771 closed 7 years ago
Good work! This works great. Nice relief to have this cleaned up.
Now we just have to think about the consequences.
Please do a version bump on this package to 0.5, and require rcloud.support (>= 1.8-1)
Also I'm concerned that loading this package as an addon will pull Shiny into every session, so could you look into lazy-loading shiny, by Suggesting it instead of Depending it, and loading the library once it's needed?
This is actually a design flaw in RCloud addons: we load the whole package when all we're doing is adding a menu item. But I don't see us fixing this soon.
I wonder what else this changes.... Still, it needs to be done.
Ok, thanks, I will make these changes.
Ok, rearranged dependencies and made rcloud.shiny dependent on rcloud.support (>=1.8-0) as this the current version on both develop and hotfix-1.8.1 branches.
rebased and merged
Thanks @useless5771!
This change depends on https://github.com/att/rcloud/pull/2435