[R-sig-Debian] Default CXXFLAGS

2024-05-21 Thread Jeroen Ooms
Compiling packages with C++ code using the default r-base-dev configuration on debian:sid shows a lot of: cc1plus: warning: '-Werror=' argument '-Werror=implicit-function-declaration' is not valid for C++ Can this flag be removed from R CMD config CXXFLAGS?

[R-sig-Debian] Documentation for installing on Ubuntu outdated

2023-11-06 Thread Jeroen Ooms
Users searching for how to install R on Ubuntu probably end up on either of these pages: - https://cran.r-project.org/bin/linux/ubuntu/ - https://cran.r-project.org/bin/linux/ubuntu/fullREADME.html Which talk about the "current" R 4.2 release, and the latter document also goes on talking about

Re: [R-sig-Debian] Ubuntu packages on s390x

2023-08-03 Thread Jeroen Ooms
On Thu, Aug 3, 2023 at 9:16 PM Vivian Kong wrote: > > Hello, > > Are there any plans to add R packages for Ubuntu on other architectures in > addition to amd64? We are looking for s390x packages as the version from the > distro's package manger is 4.2.2. I'm happy to help in any way I can.

[R-sig-Debian] Enabling arm64 in launchpad PPA's

2022-02-26 Thread Jeroen Ooms
I was wondering if it would be possible to enable arm64 in some of the PPA's, such as rrutter4.0. As far as I can tell, currently only i686 and amd64 are provided. It would be great to have arm64 builds for the ubuntu-lts backports of r-base. You can enable other platforms in the PPA settings. Go

[R-sig-Debian] c2d4u: missing dependency for r-cran-gert and r-cran-v8 on bionic

2021-04-08 Thread Jeroen Ooms
A user has reported, and I have confirmed, that r-cran-gert from c2d4u is uninstallable on bionic because it is compiled against a version of libgit2 that is not included with c2d4u: # apt-get install r-cran-gert The following packages have unmet dependencies: r-cran-gert : Depends:

Re: [R-sig-Debian] Timezone conversion on Ubuntu 20.04

2020-04-26 Thread Jeroen Ooms
On Sat, Apr 25, 2020 at 10:41 AM Johannes Ranke wrote: > > Am Samstag, 25. April 2020, 01:02:38 CEST schrieb Jeroen Ooms: > > Hi all, > > > > I am testing R 4.0 and ran into an issue with timezones on Ubuntu > > Focal: converting a timestamp to another timezone resul

[R-sig-Debian] Timezone conversion on Ubuntu 20.04

2020-04-24 Thread Jeroen Ooms
Hi all, I am testing R 4.0 and ran into an issue with timezones on Ubuntu Focal: converting a timestamp to another timezone results in NA: as.POSIXct(as.POSIXlt(Sys.time(), tz = "CET"), tz = "EST") This only happens on Ubuntu Focal, it seems to work fine on Ubuntu Bionic. I am the standard

[R-sig-Debian] c2d4u3.5 packages not working in R 3.5 anymore

2019-08-01 Thread Jeroen Ooms
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

[R-sig-Debian] bug in r-cran-curl from c2d4u

2019-02-26 Thread Jeroen Ooms
On Bionic with c2d4u I see: The following packages have been kept back: r-cran-curl The problem is that r-cran-curl from 2d4du has a runtime dependency on libcurl4-openssl-dev. This dev package cannot be installed in conjunction with libcurl4-gnutls-dev (which again is required by some other

Re: [R-sig-Debian] Announcing cran2deb4ubuntu for R 3.5.0

2018-05-27 Thread Jeroen Ooms
On Sun, May 27, 2018 at 2:20 PM, Michael Rutter <ma...@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.

Re: [R-sig-Debian] Announcing cran2deb4ubuntu for R 3.5.0

2018-05-27 Thread Jeroen Ooms
Thanks Michael! 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

[R-sig-Debian] New libpng in c2d4u3.5 breaks many other packages

2018-05-16 Thread Jeroen Ooms
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

Re: [R-sig-Debian] Advice on upgrading to 3.5.0

2018-05-03 Thread Jeroen Ooms
On Wed, May 2, 2018 at 10:35 AM, Robin Lovelace 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

Re: [R-sig-Debian] R 3.5.0 Binaries for Ubuntu now available

2018-04-29 Thread Jeroen Ooms
On Sun, Apr 29, 2018 at 3:49 PM, Dirk Eddelbuettel <e...@debian.org> wrote: > > On 29 April 2018 at 15:30, Jeroen Ooms wrote: > | On Sat, Apr 28, 2018 at 10:00 PM, Michael Rutter <marut...@gmail.com> wrote: > | > These have not been mirrored to CRAN as I wa

Re: [R-sig-Debian] R 3.5.0 Binaries for Ubuntu now available

2018-04-29 Thread Jeroen Ooms
On Sat, Apr 28, 2018 at 10:00 PM, Michael Rutter 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

Re: [R-sig-Debian] FYI libcurl conflicts in ubuntu 18.04

2018-04-29 Thread Jeroen Ooms
On Sat, Apr 28, 2018 at 2:38 PM, Dirk Eddelbuettel 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

[R-sig-Debian] FYI libcurl conflicts in ubuntu 18.04

2018-04-28 Thread Jeroen Ooms
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.

[R-sig-Debian] Upgrade to 3.4.2 fails due to r-api version conflict

2017-09-29 Thread Jeroen Ooms
Upgrade of r-base to 3.4.2 on Ubuntu 16.04 using the marutter/rrutter PPA terribly failed on my server. One way to reproduce the problem is using the stable opencpu image which currently ships with R 3.4.1: docker run -i -t opencpu/base /bin/bash This image is currently stable. Now add the

Re: [R-sig-Debian] Why is rstudio not in Ubuntu repo or PPA?

2015-09-27 Thread Jeroen Ooms
On Thu, Sep 24, 2015 at 3:49 AM, Xu Wang wrote: > rstudio is very easy to install, but it would be great if it were just > an apt-get away. Is there a reason it is not in Ubuntu main repos or > in rrutter PPA? Not sure what you need it for, but I did create a ppa with a