Skip to Main Content

Data Science & Machine Learning

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Unable to access repos from R in linux

User775966-OracleJul 19 2017 — edited Aug 1 2017

Hi,

I am trying to install package 'RecordLinkage' in my R that is installed in linux server. But I get following error:

> install.packages("RecordLinkage",repos="http://cran.us.r-project.org/")

Installing package into â/u01/oracle/R/x86_64-unknown-linux-gnu-library/3.1â

(as âlibâ is unspecified)

Warning: unable to access index for repository http://cran.us.r-project.org/src/contrib

Warning message:

package âRecordLinkageâ is not available (for Oracle Distribution of R version 3.1.1)

I had given proxy value in file Renviron and then checked that proxy value is correctly set using the command Sys.getenv("http_proxy").

Version of Linux server I am using is: ''Red Hat Enterprise Linux Server release 5.8"

Version of R: Oracle Distribution of R version 3.1.1

Please kindly let me know if I need to do any other proxy related setting.

Thanks, Ibrahim

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 29 2017
Added on Jul 19 2017
3 comments
372 views