[R] fail to install packages in R3.0.2 running in Redhat linux

2013-11-05 Thread Mao Jianfeng
Dear R-helpers, Glad to write to you. I would like to have your helps to install packages through internet, in a linux computer. Could you please share any of your expertise with me on this problem? Thanks in advance. Best Jian-Feng, # check the

Re: [R] fail to install packages in R3.0.2 running in Redhat linux

2013-11-05 Thread Marc Schwartz
On Nov 5, 2013, at 4:38 AM, Mao Jianfeng jianfeng@gmail.com wrote: Dear R-helpers, Glad to write to you. I would like to have your helps to install packages through internet, in a linux computer. Could you please share any of your expertise with me on this problem? Thanks in

Re: [R] fail to install packages in R3.0.2 running in Redhat linux

2013-11-05 Thread Marc Schwartz
Can you use those programs to get to the package tar file directly: http://ftp.ctex.org/mirrors/CRAN/src/contrib/ggplot2_0.9.3.1.tar.gz If so, you might want to download it and then install as a local package installation on the remote server from the CLI (eg. using R CMD INSTALL ...). You

Re: [R] fail to install packages in R3.0.2 running in Redhat linux

2013-11-05 Thread Mao Jianfeng
Hi Marc, Thanks a lot for your reply. In fact, I am running R in a remote linux server. I am wondering there are some special settings for Internet access in this server. I have ever tried to use different CRAN mirrors, and failed. I can use lftp, wget, curl to link to internet, in this server.