LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   R installation in RHEL7 (https://www.linuxquestions.org/questions/linux-newbie-8/r-installation-in-rhel7-4175555992/)

gyanprakash 10-13-2015 01:43 AM

R installation in RHEL7
 
Hello Everyone,

I am having problem in accessing R from my command line. when I type "R" in terminal I get this message:
/usr/bin/R: line 238: /usr/lib64/R/etc/ldpaths: No such file or directory

I would appreciate any help.

TB0ne 10-13-2015 03:12 PM

Quote:

Originally Posted by gyanprakash (Post 5433815)
Hello Everyone,
I am having problem in accessing R from my command line. when I type "R" in terminal I get this message:
/usr/bin/R: line 238: /usr/lib64/R/etc/ldpaths: No such file or directory

Putting the error into Google, pulls up lots. You don't say how you installed R onto your RHEL7 box, but if you did "yum install R" (as you should have), it would have installed everything you needed.

The r-base-dev package needs to be installed as well.

knudfl 10-13-2015 03:23 PM

R installation in RHEL7 : `R' is in the EPEL.repo
https://fedoraproject.org/wiki/EPEL

# yum install R-core-devel R-devel

All R packages :
R - A language for data analysis and graphics
R-core - The minimal R components necessary for a functional runtime
R-core-devel - Core files for development of R packages (no Java)
R-devel - Full R development environment metapackage
R-java - R with Fedora provided Java Runtime Environment
R-java-devel - Development package for use with Java enabled R components
R-qtl - Tools for analyzing QTL experiments
R2spec - Python script to generate R spec file
.. ref. https://dl.fedoraproject.org/pub/epe...r_r.group.html


-


All times are GMT -5. The time now is 09:57 AM.