Wednesday 6 June 2018

installation - R Statistics version 3.3 installed but older version 3.0 runs...?

I installed version 3.3 via yum but I can only execute or even find 3.0. When I check the path the only R-3.3.1 is in /usr/share/doc/R-3.3.1 and /var/lib/yum/yumdb/R. version 3.0 exists in /usr/local/lib64/R-3.0.1 but not newer version.



Installation of Version 3.3.1:



[root@ridlb000001 ~]# **yum install R**





Loaded plugins: aliases, changelog, downloadonly, presto, product-id,
rhnplugin, security, tmprepo, verify, versionlock This system is
receiving updates from RHN Classic or RHN Satellite. Setting up
Install Process Package R-3.3.1-1.el6.x86_64 already installed and
latest version Nothing to do




Older version still runs:




[root@ridlb000001 ~]# **R**




R version 3.0.1 (2013-05-16) -- "Good Sport" Copyright (C) 2013
The R Foundation for Statistical Computing Platform:
x86_64-unknown-linux-gnu (64-bit)



R is free software and comes with ABSOLUTELY NO WARRANTY. You are
welcome to redistribute it under certain conditions. Type 'license()'
or 'licence()' for distribution details.



No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...