Loris Bennett <[email protected]> writes:
> It seems that R needs libcurl 7.28.0, but my platform (Scientific Linux
> 6.7) only provides version 7.19.7.
We got "bit" by this when upgrading to 3.2.2. If you cannot upgrade
libcurl on your machine(s), you can put
local({
options(useHTTPS = FALSE)
})
in the Rprofile.site file, or your ~/.Rprofile. You still get a
warning, but you do get the list of http repositories.
Come to think about it: would it be an idea if R defaulted to useHTTPS =
FALSE if capabilites("libcur") is FALSE?
--
Regards,
Bjørn-Helge Mevik
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.