Displaying 20 results from an estimated 7000 matches similar to: "bug in r-cran-curl from c2d4u"
2018 Apr 29
1
R 3.5.0 Binaries for Ubuntu now available
On 29 April 2018 at 15:30, Jeroen Ooms wrote:
| On Sat, Apr 28, 2018 at 10:00 PM, Michael Rutter <marutter at gmail.com> wrote:
| > These have not been mirrored to CRAN as I want to have the other r-cran
| > packages built against R 3.5 before adding to CRAN. Worried about breaking
| > working systems currently on R 3.4.4.
|
| Thanks, Michael. I did some simple tests, upgrading
2018 May 03
2
Advice on upgrading to 3.5.0
On 3 May 2018 at 13:21, Jeroen Ooms wrote:
| On Wed, May 2, 2018 at 10:35 AM, Robin Lovelace <rob00x at gmail.com> wrote:
| > I'd be interested to hear views on how and when Ubuntu users should upgrade
| > to R 3.5.0.
| > I made the upgrade a few days ago but reverted because of issues installing
| > packages such as rJava, which I installed on the system with r-cran-rjava.
|
2018 Feb 03
2
broken dependencies on 2cd4u
As of a few days I'm seeing this error on travis:
The following packages have unmet dependencies:
libleptonica-dev : Depends: liblept5 (= 1.74.4-1+nmu1ppa1~trusty1)
but it is not going to be installed
Which is caused by:
The following packages have unmet dependencies:
liblept5 : Depends: libopenjp2-7 (>= 2.0.0) but it is not installable
This is caused by the recent update libleptonica
2018 Apr 28
3
R 3.5.0 Binaries for Ubuntu now available
Binaries for R 3.5.0 are now available at a new PPA:
https://launchpad.net/~marutter/+archive/ubuntu/rrutter3.5
These have not been mirrored to CRAN as I want to have the other r-cran
packages built against R 3.5 before adding to CRAN. Worried about
breaking working systems currently on R 3.4.4.
Status updates on my twitter account @marutterstat.
Michael
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
2018 May 16
2
New libpng in c2d4u3.5 breaks many other packages
On Wed, May 16, 2018 at 6:24 AM, Dirk Eddelbuettel <edd at debian.org> wrote:
>
> On 16 May 2018 at 11:59, Jeroen Ooms wrote:
> | 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
> |
2023 Jan 19
1
c2d4u: apt sees new package version as a downgrade
Hello,
I noticed a strange thing when attempting to upgrade a specific package (lavaan) from c2d4u and wondered if someone could confirm the problem. In short, apt seems to think that an older version from the "universe" repo is higher than the newer version from c2d4u.
When I do
apt-cache showpkg r-cran-lavaan
I get the output at the bottom of this email. Then, I tried to force
2018 May 02
4
Advice on upgrading to 3.5.0
I'd be interested to hear views on how and when Ubuntu users should upgrade
to R 3.5.0.
I made the upgrade a few days ago but reverted because of issues installing
packages such as rJava, which I installed on the system with r-cran-rjava.
Also any advice on how to do a clean uninstall of the previous version
before making the leap greatly appreciated.
Thank you.
Robin
[[alternative HTML
2018 Apr 29
1
FYI libcurl conflicts in ubuntu 18.04
On Sat, Apr 28, 2018 at 2:38 PM, Dirk Eddelbuettel <edd at debian.org> wrote:
> That said, thanks for the heads up. We'll see what comes out of it. My Debian
> package also still uses curl3, but I noticed that there is a whole formal
> transition going on -- so 'our' r-base-core package would get rebuilt anyway
If I understand it correctly this is a problem only in
2017 Feb 12
1
Problems installing tibble (ggplot2) in R running Ubuntu 14.04
On 12 February 2017 at 12:28, Jeroen Ooms wrote:
| On Mon, Dec 19, 2016 at 2:27 PM, Terje J?rgensen <terjej at imr.no> wrote:
| > Hi,
| >
| > I am unable to install tibble, a required package for ggplot2 in R. I am
| > running R (version 3.3.2 ) in RStudio (version 1.0.44). My OS is ubuntu
| > 14.04 (64 bits).
|
| I was able to reproduce this problem. What happened is that
2018 Apr 28
2
FYI libcurl conflicts in ubuntu 18.04
One of the curl maintainers has pointed me to this bug report on
Launchpad that may affect r-base users:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1754294
The issue is that ubuntu now ships both libcurl3 (gnutls, nss) as well
as libcurl4 (openssl) which cannot be installed concurrently. Because
r-base-core depends on libcurl4, it will conflict with any other
packages depending on
2018 May 05
2
Ubuntu 18.04 bionic: availability of R Ubuntu packages/ppa?
Hi
I just upgraded to the Ubuntu 18.04 LTS, and tried to add both the "Ubuntu
packages" source as well as ppa. I was not able to do this, trying to add
for example:
deb http://cran.cnr.berkeley.edu/bin/linux/ubuntu bionic/
or using: sudo add-apt-repository ppa:marutter/c2d4u
am I doing something wrong, or just being impatient? Are there any plans to
build these repos in the near
2018 Apr 29
2
R 3.5.0 Binaries for Ubuntu now available
On 04/29/2018 09:30 AM, Jeroen Ooms wrote:
> On Sat, Apr 28, 2018 at 10:00 PM, Michael Rutter <marutter at gmail.com> wrote:
>> These have not been mirrored to CRAN as I want to have the other r-cran
>> packages built against R 3.5 before adding to CRAN. Worried about breaking
>> working systems currently on R 3.4.4.
>
> Thanks, Michael. I did some simple tests,
2018 Jul 06
2
Segfault on ubuntu 18.04
On 2018-07-06 22:44, Dirk Eddelbuettel wrote:
>
> On 6 July 2018 at 21:52, G?ran Brostr?m wrote:
> | I did this and removed anything related to R and reinstalled. Then, in R,
> |
> | > install.packages("curl")
> |
> | and got
> |
> | Error: package or namespace load failed for 'curl' in dyn.load(file,
> | DLLpath = DLLpath, ...):
> | unable
2019 Aug 01
1
c2d4u3.5 packages not working in R 3.5 anymore
Travis users are reporting a lot of these errors when testing packages on R 3.5:
Error: package or namespace load failed for ?....? in rbind(info,
getNamespaceInfo(env, "S3methods")):
This problem seems to happen when a c2d4u package was compiled with R
3.6 and is loaded in R 3.5. The problem does not appear when using the
same r-cran-xyz package on R 3.6. I'm not entirely sure
2018 May 03
0
Advice on upgrading to 3.5.0
On 5/3/18 7:43 AM, Dirk Eddelbuettel wrote:
>
> On 3 May 2018 at 13:21, Jeroen Ooms wrote:
> | On Wed, May 2, 2018 at 10:35 AM, Robin Lovelace <rob00x at gmail.com> wrote:
> | > I'd be interested to hear views on how and when Ubuntu users should upgrade
> | > to R 3.5.0.
> | > I made the upgrade a few days ago but reverted because of issues installing
> |
2020 Mar 28
1
Advice on article about installing R on Linux
On 3/28/20 10:04 AM, Robin Lovelace wrote:
> To the list this time...
>
> On Sat, Mar 28, 2020 at 2:03 PM Robin Lovelace <rob00x at gmail.com> wrote:
>
>> Hi Dirk,
>>
>> Thanks for the quick response.
>>
>> I've updated the draft post following your suggestions, see the updated
>> version, in nice .md format, here:
>>
2018 Feb 03
0
broken dependencies on 2cd4u
On 02/03/2018 06:50 AM, Jeroen Ooms wrote:
> As of a few days I'm seeing this error on travis:
>
> The following packages have unmet dependencies:
> libleptonica-dev : Depends: liblept5 (= 1.74.4-1+nmu1ppa1~trusty1)
> but it is not going to be installed
>
> Which is caused by:
>
> The following packages have unmet dependencies:
> liblept5 : Depends:
2018 Jul 06
2
Segfault on ubuntu 18.04
On 2018-07-07 00:34, Dirk Eddelbuettel wrote:
>
> On 6 July 2018 at 22:57, G?ran Brostr?m wrote:
> |
> |
> | On 2018-07-06 22:44, Dirk Eddelbuettel wrote:
> | >
> | > On 6 July 2018 at 21:52, G?ran Brostr?m wrote:
> | > | I did this and removed anything related to R and reinstalled. Then, in R,
> | > |
> | > | > install.packages("curl")
2019 Mar 01
1
pcre problems
Still something wrong. I've uncommented the deb-src lines in
sources.list as you suggested (and I thought it couldn't hurt to try
--allow-unauthenticated as well) and:
root at limpet:/etc/apt# apt-get update --allow-unauthenticated
Hit:1 http://nz.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://repo.steampowered.com/steam precise InRelease
Hit:3