similar to: Dependency failures on installing older R packages in Ubuntu

Displaying 20 results from an estimated 8000 matches similar to: "Dependency failures on installing older R packages in Ubuntu"

2016 Feb 23
1
Dependency failures on installing older R packages in Ubuntu
On 02/22/2016 07:48 PM, Dirk Eddelbuettel wrote: > > On 23 February 2016 at 00:21, Jordan Dawe wrote: | I?ve been trying > to install the CRAN Ubuntu r-base-3.1.2 package on Ubuntu 14.04, and > I keep getting the following failure: | | ---------- | | > vagrant at default-ubuntu-1404:/etc$ sudo apt-get install > r-base=3.1.2-* > > That is a version that was released well
2016 Feb 23
3
Dependency failures on installing older R packages in Ubuntu
> >apt is telling you that is has 3.2.3. Why don't you not use it? > >We are volunteers. We do promise that you can install ANY combinations of >ALL >packages at ANY time. We work hard to give you the current packages, >reliably. > >Dirk We are operating an R server in a business production environment, and thus we wish to maintain package stability. I understand
2016 Feb 23
0
Dependency failures on installing older R packages in Ubuntu
On 23 February 2016 at 00:21, Jordan Dawe wrote: | I?ve been trying to install the CRAN Ubuntu r-base-3.1.2 package on Ubuntu 14.04, and I keep getting the following failure: | | ---------- | | vagrant at default-ubuntu-1404:/etc$ sudo apt-get install r-base=3.1.2-* That is a version that was released well over a year ago. Why not R 3.2.3 ? | Reading package lists... Done | | Building
2016 Mar 21
3
Outdated r-base-core when installing on Ubuntu 14.04
I have a chromebook with a fresh minimal install of Ubuntu 14.04 running through crouton, and I'm trying to install the latest version of R. The only thing I have done to the system before trying to install R is install gedit. When I try to install R I get an unmet dependencies error that complains that the version of r-base-core available isn't new enough. I followed the instructions at
2016 Mar 21
3
Outdated r-base-core when installing on Ubuntu 14.04
Since 14.04 is the Long Term Support version, which also is used by Linux Mint, it's not really outdated, and a lot of folk, myself included, use that stream (my machine says Linux Mint 17.1, but I think that is simply the splash screen). I say stream, because the kernel and other infrastructure are being updated, though probably not to the level Dirk prefers, and I do use other distros for
2016 Mar 17
0
Dependency failures on installing older R packages in Ubuntu
On Tue, 23 Feb 2016 16:58:20 +0000, Jordan Dawe wrote: >>apt is telling you that is has 3.2.3. Why don't you not use it? >> >>We are volunteers. We do promise that you can install ANY combinations >>of ALL packages at ANY time. We work hard to give you the current >>packages, reliably. >> >>Dirk > > We are operating an R server in a business
2017 Apr 19
4
difficulty in Ubuntu 14.04 apt-getting R 3.3.2
Hi: I have a Dockerfile, which builds an image which installed R 3.3.2 in Ubuntu 14.04, but building using that Dockerfile seems to have stopped working and I am unclear why. I believe the relevant error is: Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet
2015 Apr 16
3
Cannot Install R to Trusty 14.04
Hello, I've followed the instructions at several different how to sites: http://cran.r-project.org/ http://r-interface.blogspot.com/2012/04/install-r-jgr-and-deducer-in-ubuntu.html http://stackoverflow.com/questions/28273441/receiving-unmet-dependency-while-installing-r-base-on-ubuntu-14-10 I've installed R to various Ubuntu's before, including trusty, but recently it has stopped
2016 Mar 23
5
r-base installation fails on Ubuntu 14.04
I am unable to install R on an up to date (i.e. apt upgraded) Ubuntu 14.04 system. According to https://cran.r-project.org/bin/linux/ubuntu/README (and many other sources), R is available for this version of Ubuntu (which is a stable version). I currently have deb https://cran.cnr.berkeley.edu/bin/linux/ubuntu trusty/ in sources.list. I've tried this with and without deb
2016 Mar 23
5
r-base installation fails on Ubuntu 14.04
I can make a few suggestions to help you hunt for the issue. This kind of error is often caused by conflicting packages from proposed, backports, ppas, or other 3rd party repos. If for some reason you have a dependency installed from one of those sources that is newer than what R on cran was built against (stock ubuntu 14.04) then you will hit a conflict. Simply removing backports from your repos
2016 Mar 23
2
r-base installation fails on Ubuntu 14.04
Possibly off the wall and a long shot, but is pre-installed Linux perhaps 32 bit, while the R attempt is 64? JN On 16-03-23 02:22 PM, Barnet Wagman wrote: > Synaptic can show the origin of packages. > > The only thing I see from a backport is > > libcmanager0 > > I don't think this is relevant to R. Or is it. > > The only thing I've got installed from
2014 Jul 12
1
Cannot install R language
Hi everyone. I tried the following command on ubuntu 14.04 :sudo apt-get install r-base-core And I get :The following packages have unmet dependencies: r-base-core : Depends: libtiff4 but it is not installable Recommends: r-recommended but it is not going to be installed Recommends: r-base-dev but it is not going to be installed Recommends: r-doc-html but
2016 Mar 23
3
r-base installation fails on Ubuntu 14.04
That could do it http://packages.ubuntu.com/trusty-backports/libcgmanager0 Seems to be libc related, which is a pretty core library to much of the whole system. Hmm, which model Dell? We just got a Dell 5000 series with Ubuntu, I have not checked with my boss if there was R installation issues. Thanks, Alex On 03/23/2016 11:22 AM, Barnet Wagman wrote: > Synaptic can show the origin of
2016 Mar 23
2
r-base installation fails on Ubuntu 14.04
On 03/23/2016 10:23 AM, Dirk Eddelbuettel wrote: > On 23 March 2016 at 09:35, Barnet Wagman wrote: > | I am unable to install R on an up to date (i.e. apt upgraded) Ubuntu > | 14.04 system. According to > | https://cran.r-project.org/bin/linux/ubuntu/README (and many other sources), > | R is available for this version of Ubuntu (which is a stable version). > | > | I currently
2017 Sep 21
19
Call for testing: OpenSSH 7.6
Hi, OpenSSH 7.6p1 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a bugfix release. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is also available via git using the instructions at
2018 Jan 16
2
lost ability to apt-get install r-base=3.4.2-1trusty1
Hello, I need a specific version of R installed for consistency reasons. I do the standard setup steps: echo "deb https://cran.ma.imperial.ac.uk/bin/linux/ubuntu trusty/" | sudo tee -a /etc/apt/sources.list sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 sudo apt-get update And then a simple install call, which used to work just fine some time ago, tosses an
2018 May 27
2
Announcing cran2deb4ubuntu for R 3.5.0
On 27 May 2018 at 12:56, Jeroen Ooms wrote: | Thanks Michael! Seconded! | One more issue I ran into: | | apt-get install r-cran-rgdal | | The following packages have unmet dependencies: | r-cran-rgdal : Depends: gdal-abi-2-1-0 but it is not installable | Depends: libgdal20 (>= 2.0.1) but it is not installable | E: Unable to correct problems, you have held broken packages.
2018 May 27
1
Announcing cran2deb4ubuntu for R 3.5.0
On Sun, May 27, 2018 at 2:20 PM, Michael Rutter <mar36 at psu.edu> wrote: > > > On 05/27/2018 08:08 AM, Dirk Eddelbuettel wrote: >> >> >> On 27 May 2018 at 12:56, Jeroen Ooms wrote: >> | Thanks Michael! >> >> Seconded! > > > You're welcome. > >> | One more issue I ran into: >> | >> | apt-get install r-cran-rgdal
2015 Apr 16
1
Cannot Install R to Trusty 14.04
Timothy, The link from stackoverflow gave some bad advice, IMO. You should be using the RRutter PPA, not RDev. RDev is the where I build not-ready-for-prime-time versions of R, and sometimes they break other things. RRutter is what is used to seed CRAN. Here is the link: https://launchpad.net/~marutter/+archive/ubuntu/rrutter I would remove the RDev PPA and install RRutter. The newest
2018 May 16
2
New libpng in c2d4u3.5 breaks many other packages
As of today many Travis users are seeing this error: The following packages have unmet dependencies: libmagick++-dev : Depends: libmagickcore-dev (= 8:6.7.7.10-6ubuntu3.9) but it is not going to be installed Depends: libmagickwand-dev (= 8:6.7.7.10-6ubuntu3.9) but it is not going to be installed E: Unable to correct problems, you have held broken packages. The problem is