Re: [R-sig-Debian] [R] Curl4, Quantmod, tseries and forecast

2019-07-09 Thread Lorenzo Isella
Thanks, that fixed the issue! L. On Tue, Jul 09, 2019 at 01:41:39PM +0200, Ralf Stubner wrote: Hi Lorenzo I reordered the quote slightly: On Tue, Jul 9, 2019 at 1:30 PM Lorenzo Isella wrote: On Sun, Jul 07, 2019 at 03:16:20PM +0200, Ralf Stubner wrote: >Did you reinstall the curl package?

Re: [R-sig-Debian] [R] Curl4, Quantmod, tseries and forecast

2019-07-09 Thread Ralf Stubner
Hi Lorenzo I reordered the quote slightly: On Tue, Jul 9, 2019 at 1:30 PM Lorenzo Isella wrote: > On Sun, Jul 07, 2019 at 03:16:20PM +0200, Ralf Stubner wrote: > >Did you reinstall the curl package? See also > >https://stackoverflow.com/a/50085192/8416610 > > I tried the following > > >

Re: [R-sig-Debian] [R] Curl4, Quantmod, tseries and forecast

2019-07-09 Thread Lorenzo Isella
Hi Ralf, I tried the following install.packages("RCurl") which went OK, but then same story when I tried to install tseries. sessionInfo() R version 3.6.1 (2019-07-05) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Debian GNU/Linux 10 (buster) Matrix products: default BLAS:

Re: [R-sig-Debian] [R] Curl4, Quantmod, tseries and forecast

2019-07-07 Thread Ralf Stubner
Hi Lorenzo Joshua Ulrich schrieb am So. 7. Juli 2019 um 14:16: > Hi Lorenzo, > > On Sun, Jul 7, 2019 at 6:42 AM Lorenzo Isella > wrote: > > ** byte-compile and prepare package for lazy loading > > Error in dyn.load(file, DLLpath = DLLpath, ...) : > > unable to load shared object >

Re: [R-sig-Debian] [R] Curl4, Quantmod, tseries and forecast

2019-07-07 Thread Joshua Ulrich
Hi Lorenzo, On Sun, Jul 7, 2019 at 6:42 AM Lorenzo Isella wrote: > > Dear All, > I have just upgraded to Debian stable 10 and rebuilt most of the R > packages. > I use the R backported packages from here > > https://cran.r-project.org/bin/linux/debian/#debian-buster-testing > > for the core