Help with share R library package issue


 
Thread Tools Search this Thread
Top Forums Programming Help with share R library package issue
# 1  
Old 09-28-2013
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 Smilie
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.
# 2  
Old 09-28-2013
How did you install it?

In what way are they trying to use it? Exactly what are they doing, and what happens?
# 3  
Old 09-28-2013
Hi Corona688,

I install the library package by using the following command:
Code:
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.
# 4  
Old 09-29-2013
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.
# 5  
Old 09-29-2013
Hi figaro,

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

I have stuck at this issue for some time Smilie
Still can't find any solution yet :s
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

configure library package for --host architecture

I am trying to decode "configure" script for "bluez" package as far as how are "configure" options for cross-compiling passed to libtoool or GCC to build C++ library. As far as I can tell the "configure" triplet analysis (case) has no options to analyze anything with "linux" in it ,therefore... (5 Replies)
Discussion started by: anne
5 Replies

2. Solaris

Default route issue in share local zone in Solaris 11

Hi We took the reboot of server/global zone after that Solaris 11 share local zone not able to ping the default gateway but global zone able to ping same default gateway. I check/compare the before activity logs of global zone and local zones which looks fine to me, further IP and netmask of... (6 Replies)
Discussion started by: sb200
6 Replies

3. Solaris

Global zone has an older version of package: pkg://Solaris/system/library

I try to install php-56 in a zone, but I have the following problem: pkg install php-56 Creating Plan (Running solver): \ pkg install: No solution was found to satisfy constraints maintained incorporations: None Creation Plan: dependency error (s) in proposed packages: Not... (0 Replies)
Discussion started by: ymk369
0 Replies

4. Red Hat

Issue with rpm package

Hello I have Storage foundation 6.0 version to install in redhat 6.0, so while trying to install one of the application it say to install some dependencies packages so when i try to install the dependencies again it ask for the dependencies so its a lengthy process i say. so now can i get the... (1 Reply)
Discussion started by: cyrus.ranjith
1 Replies

5. Solaris

Solaris 10 NFS Share Issue

Hello all, I am having an issue with an NFS share I have created between two Solaris 10 boxes. I want the share to have read/write permissions, but for some reason it is coming up as read-only on the client side mount despite "rw" being specified in the mount options. Here is what I have... (6 Replies)
Discussion started by: fallersaur
6 Replies

6. UNIX for Advanced & Expert Users

NFS : Invalid argument (Remote share mounting issue)

Hi Guru's, I am unable to mount NFS share on unix system (DG/UX) which is nfs client. Error: mount: /nfsshare: Invalid argument mount: giving up on: /mountpoint i tried following command mount -t nfs remotehost:/nfsshare /mountpoint Error: (5 Replies)
Discussion started by: Justin John
5 Replies

7. Red Hat

chroot sftp, samba share, ownership issue linux hosts

Hello, I have sftp server with chroot for a group and username is on a Linux host, I have created a few subdirectories under sftpuser home directories with 775. Then using a Samba I shared this user home directory to another linux client. On the Linux client, I have jboss user to access... (2 Replies)
Discussion started by: bobby320
2 Replies

8. Windows & DOS: Issues & Discussions

VxWorks - W2003 issue loading file from NFS share

We recently replaced an existing Windows Server 2000 with a Windows Server 2003. The server‘s primary function is file/print in our development environment. One of the directories is shared using NFS. All compiled software is kept in this share (we use C & C++). The generated “.out” and “.ndb”... (0 Replies)
Discussion started by: BigBuff52
0 Replies

9. Ubuntu

Help:Is any package for Share Session?

Hi, buddys. I want to find a package to share the Session: The main function is 1) on a ubuntu PC(1): <ssh -l username hostname> 2) share this session out with port(B). ( if this possible) 3) from other PC(2) use <telnet PC(1):port(B)> 4) PC(1) and PC(2) both can input... (2 Replies)
Discussion started by: surainbow
2 Replies

10. Red Hat

hp support package issue

hi all, and pludi: as command hpasmcli for linux server to check health, any such a same command to check hp server using windows server 2003 OS health ? (0 Replies)
Discussion started by: maxlee24
0 Replies
Login or Register to Ask a Question