Antwort: Re: Unable to update R software to 3.3.0
On Jun 1, 2016, at 12:02 PM, G.Maubach at weinwolf.de wrote: 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
Georg, As Sunish noted in his post, he is using Red Hat Enterprise Linux (RHEL), which is an RPM based Linux distribution, as opposed to Debian and it's derivatives like Ubuntu, which use different pre-compiled binaries (.Deb). Your ability to upgrade on Debian is not relevant to his issue, as a completely different infrastructure (RPM based repositories) is required for RHEL if one wishes to install pre-compiled binaries, as opposed to building from source, which is also an option if one wishes. Regards, Marc
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 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
Hi, 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