Honestly? Did you try "rcurl https windows" (without the quotes)?
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<[email protected]>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.

On February 1, 2015 8:56:00 AM PST, John Kalb <[email protected]> wrote:
>I run the code below successfully on Mac and Ubuntu successfully.
>When I run on Windows, I get the results shown.  How do I get the code
>to work on Windows? I've googled extensively with no success. Thanks
>in advance.
>
>require(twitteR)
>
>Loading required package: twitteR
>Loading required package: ROAuth
>Loading required package: RCurl
>Loading required package: bitops
>Loading required package: rjson
>> cred <- OAuthFactory $ new( consumerKey = my.key, consumerSecret =
>my.secret, requestURL =' https:// api.twitter.com/ oauth/
>request_token', accessURL =' https:// api.twitter.com/ oauth/
>access_token', authURL =' https:// api.twitter.com/ oauth/ authorize')
>> cred$handshake(cainfo = "C:/users/john/documents/twitter/cacert.pem")
>Error in function (type, msg, asError = TRUE)  :
>  Protocol " https" not supported or disabled in libcurl
>
>       [[alternative HTML version deleted]]
>
>______________________________________________
>[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.

______________________________________________
[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.

Reply via email to