Help with share R library package issue

Hi,

I just install a library package in R.
However my friend (other users) don't have the right to use it :frowning:
They have the right to issue "R" at their terminal.
However they can't execute and use whatever library package that I installed.
We all share the same server.

Is there any advice regarding share the library package that I installed to all user?

Thanks for any advice.

How did you install it?

In what way are they trying to use it? Exactly what are they doing, and what happens?

Hi Corona688,

I install the library package by using the following command:

R CMD INSTALL library_package.tar.gz

I have one server which is shared by 3 different user.
However the library package that I install based on above command, other user can't use it for same purpose.

Do you have any advice?
Thanks.

When you say terminal, do you mean the regular shell terminal window or the R console? I used to access R via the specialised R console.

Hi figaro,

Terminal is refer to regular shell terminal window.
Thanks for your advice.

I have stuck at this issue for some time :frowning:
Still can't find any solution yet :s