Hi Team, I am using RedHat 5 and installed R using YUM, (R version 3.2.3) Now I want to update R version tp 3.3.0, but I am unable to do that, Is there any alternate to do this? Hope to hear from your side. Regards, Sunish Bilandi Business Analyst, CIDA-01 Evalueserve Office: +91 124 4120000/4154000 (Extn. 1994) Mobile: 9811937267 Fax: +91 124 406 3430 sunish.bilandi at evalueserve.com<mailto:sunish.bilandi at evalueserve.com> Evalueserve.com <http://www.evalueserve.com/> | Evalueserve LinkedIn <https://www.linkedin.com/company/evalueserve> | Evalueserve Twitter <https://twitter.com/evalueservenews> | Evalueserve Facebook <https://www.facebook.com/pages/Evalueserve/959196870761417> | Evalueserve Google+ <https://plus.google.com/+evalueserve> Evalueserve - powered by mind+machine(tm) Evalueserve is a global professional services provider offering research, analytics, and data management services. We are powered by mind+machine - a unique combination of human expertise and best-in-class technologies that use smart algorithms to simplify key tasks. ________________________________ The information in this e-mail is the property of Evalue...{{dropped:11}}
> On Jun 1, 2016, at 1:33 AM, Sunish Kumar Bilandi <Sunish.Bilandi at evalueserve.com> wrote: > > Hi Team, > > I am using RedHat 5 and installed R using YUM, (R version 3.2.3) Now I want to update R version tp 3.3.0, but I am unable to do that, Is there any alternate to do this? > > Hope to hear from your side. > > Regards, > > > Sunish Bilandi > Business Analyst, CIDA-01 > EvalueserveHi, First, RHEL and related distributions (e.g. Fedora), have a dedicated R-SIG list: https://stat.ethz.ch/mailman/listinfo/r-sig-fedora Future queries in this domain should be submitted there, as many of the RH package maintainers (e.g. Tom Callaway, aka Spot) read that list. For R 3.3.0, it would appear that it is about a day away from being available for release: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-6fc2c863b0 So for now, it would be available via the EPEL testing repos. Otherwise, you can wait until it is available via release in the next day or so, or download the RPMS directly here: http://koji.fedoraproject.org/koji/buildinfo?buildID=762521 Regards, Marc Schwartz
G.Maubach at weinwolf.de
2016-Jun-01 17:02 UTC
[R] Antwort: Re: Unable to update R software to 3.3.0
Hi all, I did it today on Debian GNU Linux 8 Jessie this way: vim /etc/apt/sources.list deb http://cran.uni-muenster.de/bin/linux/debian jessie-cran3 ESC;:wq apt.get update apt-get install r-base r-base-dev This worked for me. When installing R packages from within R I found that R needed the following: apt-get install libssl-dev libcurl4-openssl-dev libhunspell-dev libxml2-dev You probably might to wish to install this also. HTH. Kind regards Georg Von: Marc Schwartz <marc_schwartz at me.com> An: Sunish Kumar Bilandi <Sunish.Bilandi at evalueserve.com>, Kopie: R-help <r-help at r-project.org> Datum: 01.06.2016 17:18 Betreff: Re: [R] Unable to update R software to 3.3.0 Gesendet von: "R-help" <r-help-bounces at r-project.org>> On Jun 1, 2016, at 1:33 AM, Sunish Kumar Bilandi<Sunish.Bilandi at evalueserve.com> wrote:> > Hi Team, > > I am using RedHat 5 and installed R using YUM, (R version 3.2.3) Now Iwant to update R version tp 3.3.0, but I am unable to do that, Is there any alternate to do this?> > Hope to hear from your side. > > Regards, > > > Sunish Bilandi > Business Analyst, CIDA-01 > EvalueserveHi, First, RHEL and related distributions (e.g. Fedora), have a dedicated R-SIG list: https://stat.ethz.ch/mailman/listinfo/r-sig-fedora Future queries in this domain should be submitted there, as many of the RH package maintainers (e.g. Tom Callaway, aka Spot) read that list. For R 3.3.0, it would appear that it is about a day away from being available for release: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-6fc2c863b0 So for now, it would be available via the EPEL testing repos. Otherwise, you can wait until it is available via release in the next day or so, or download the RPMS directly here: http://koji.fedoraproject.org/koji/buildinfo?buildID=762521 Regards, Marc Schwartz ______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Hi Sunish, Sunish Kumar Bilandi <Sunish.Bilandi at evalueserve.com> writes:> Hi Team, > > I am using RedHat 5 and installed R using YUM, (R version 3.2.3) Now I > want to update R version tp 3.3.0, but I am unable to do that, Is > there any alternate to do this? > > Hope to hear from your side. > > Regards, > > > Sunish Bilandi > Business Analyst, CIDA-01 > EvalueserveYou don't say what the problem is, but I'm running Scientific Linux 6.7, which is based on the corresponding version of Red Hat, and have found that I cannot install R 3.3.0, because the version of zlib available is too old. R 3.3.0 requires zlib >= 1.2.5, whereas the version in the SL repositories is 1.2.3. So if this is the problem, then you either have to install newer version of zlib from source or switch to RH7, which comes with zlib 1.2.7. Cheers, Loris -- Dr. Loris Bennett (Mr.) ZEDAT, Freie Universit?t Berlin Email loris.bennett at fu-berlin.de
Loris Bennett <loris.bennett at fu-berlin.de> writes:> Hi Sunish, > > Sunish Kumar Bilandi <Sunish.Bilandi at evalueserve.com> writes: > >> Hi Team, >> >> I am using RedHat 5 and installed R using YUM, (R version 3.2.3) Now I >> want to update R version tp 3.3.0, but I am unable to do that, Is >> there any alternate to do this? >> >> Hope to hear from your side. >> >> Regards, >> >> >> Sunish Bilandi >> Business Analyst, CIDA-01 >> Evalueserve > > You don't say what the problem is, but I'm running Scientific Linux 6.7, > which is based on the corresponding version of Red Hat, and have found > that I cannot install R 3.3.0, because the version of zlib available is > too old. R 3.3.0 requires zlib >= 1.2.5, whereas the version in the SL > repositories is 1.2.3. > > So if this is the problem, then you either have to install newer version > of zlib from source or switch to RH7, which comes with zlib 1.2.7.I forgot to say that for RH7, R 3.3.0 is available from the EPEL repository, whereas for RH5 or RH6 you will have to install R from source. Cheers, Loris -- Dr. Loris Bennett (Mr.) ZEDAT, Freie Universit?t Berlin Email loris.bennett at fu-berlin.de