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? See also
>https://stackoverflow.com/a/50085192/8416610

I tried the following

> install.packages("RCurl")


which went OK, but then same story when I tried to install tseries.


Note that I suggested reinstalling the "curl" package, not the "RCurl"
package. After all, it's curl's library and not RCurl's library that
is producing the error message.

cheerio
ralf


___
R-SIG-Debian mailing list
R-SIG-Debian@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-debian


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
>
> > install.packages("RCurl")
>
>
> which went OK, but then same story when I tried to install tseries.

Note that I suggested reinstalling the "curl" package, not the "RCurl"
package. After all, it's curl's library and not RCurl's library that
is producing the error message.

cheerio
ralf

___
R-SIG-Debian mailing list
R-SIG-Debian@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-debian


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:   /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.8.0
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.8.0

locale:
[1] LC_CTYPE=en_GB.UTF-8   LC_NUMERIC=C  
[3] LC_TIME=en_GB.UTF-8LC_COLLATE=en_GB.UTF-8
[5] LC_MONETARY=en_GB.UTF-8LC_MESSAGES=en_GB.UTF-8   
[7] LC_PAPER=en_GB.UTF-8   LC_NAME=C 
[9] LC_ADDRESS=C   LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=C   


attached base packages:
[1] stats graphics  grDevices utils datasets  methods   base 


loaded via a namespace (and not attached):
[1] compiler_3.6.1 tools_3.6.1   


I run a standard debian stable 10 + the ranke debian backports  -- no
fancy stuff.
I do not believe I am the only one experiencing this.
Cheers

L.


On Sun, Jul 07, 2019 at 03:16:20PM +0200, Ralf Stubner wrote:

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
'/usr/local/lib/R/site-library/curl/libs/curl.so':
>   /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not
found (required by /usr/local/lib/R/site-library/curl/libs/curl.so)



Did you reinstall the curl package? See also
https://stackoverflow.com/a/50085192/8416610

cheerio
ralf


___
R-SIG-Debian mailing list
R-SIG-Debian@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-debian