Github user smartinsightsfromdata commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/208#issuecomment-204586709
@elbamos A minor comment:
`sudo` type of solution won't work on windows, of course.
From a R perspective, the alternatives I can see are:
- write packages into the user package library. This is what RStudio does
with packages like `rstudioapi` or `manipulate`, installed (and updated) into
the user package library in a totally transparent way by RStudio
- create a "dedicated", Zeppelin own, library. The solution should make
sure that any package loaded or installed by the user is kept "separate" form
this dedicated library (for consistency and error avoidance).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---