R has support for libcurl (>= 7.28.0) since R version 3.2.0. This feature allows the functions functions url() and download.file() to access secure URLs. With the US government adopting an https-only policy for federal websites and web services it is increasingly important to offer secure download facilities to R users. Users will also benefit from the increased security of downloading and installing R packages from a CRAN mirror that supports https. Users can test whether libcurl is supported with: > capabilities("libcurl") libcurl FALSE Fedora binaries for R do not currently support libcurl. It would be very helpful if they did. It suffices to have libcurl-devel as a build requirement and it will be picked up by the configure script. Martyn ----------------------------------------------------------------------- This message and its attachments are strictly confidential. If you are not the intended recipient of this message, please immediately notify the sender and delete it. Since its integrity cannot be guaranteed, its content cannot involve the sender's responsibility. Any misuse, any disclosure or publication of its content, either whole or partial, is prohibited, exception made of formally approved use ----------------------------------------------------------------------- _______________________________________________ r-devel mailing list r-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/r-devel