installation permisssions
1
0
Entering edit mode
@claudioisliberoit-1075
Last seen 9.7 years ago
Dear BioC, I have to set up a facility that will run R-Bioconductor for different users on a linux platform. They actually complain about the installation of metadata, as they dont have permissions to install them. Is there a way to give them partial permission to install these packages and further R packages without give them root controls? thanks to all Claudio
• 627 views
ADD COMMENT
0
Entering edit mode
@wolfgang-huber-3550
Last seen 5 weeks ago
EMBL European Molecular Biology Laborat…
Hi Claudio, it is a really bad idea to install R with root permissions. While I am not aware that it has ever happened, it is only a matter of time until some idiot hides a virus or trojan in a contributed R package. Can you create a group "biocusers" of which these people are members, and then give that group r/w permission to the "library" subdirectory of the directory where R sits. This might lead to interferences (since different people might want to use different versions of packages), then the best solution is for each user to have their library (i.e. the directory with the packages) in their home directory, and to set the R_LIBS environment variable e.g. in $HOME/.Renviron. Best wishes Wolfgang ------------------------------------- Wolfgang Huber European Bioinformatics Institute European Molecular Biology Laboratory Cambridge CB10 1SD England Phone: +44 1223 494642 Fax: +44 1223 494486 Http: www.ebi.ac.uk/huber ------------------------------------- claudio.is at libero.it wrote: > Dear BioC, > > I have to set up a facility that will run R-Bioconductor for different users on a linux platform. > They actually complain about the installation of metadata, as they dont have permissions to install them. Is there a way to give them partial permission to install these packages and further R packages without give them root controls? > > thanks to all > > Claudio >
ADD COMMENT

Login before adding your answer.

Traffic: 336 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6