Re: [R] How to enable https for R 3.1.2 on windows 8.1

2015-02-02 Thread Jeff Newmiller
I am not aware that Windows demands double quotes for anything in R. I think the spaces was the problem. --- Jeff NewmillerThe . . Go Live... DCN:Basics: ##.#. ##.#. Li

Re: [R] How to enable https for R 3.1.2 on windows 8.1

2015-02-02 Thread John Kalb
Changing urls to remove spaces and replace single quotes with double quotes resolved the issue. Apparently windows demands double quotes. Thanks for your help. On Mon, Feb 2, 2015 at 1:50 PM, Jeff Newmiller wrote: > Cc'd back to the list... I am a bad bet for one-on-one help. > > Showing that

Re: [R] How to enable https for R 3.1.2 on windows 8.1

2015-02-02 Thread David Winsemius
On Feb 2, 2015, at 10:50 AM, Jeff Newmiller wrote: > Cc'd back to the list... I am a bad bet for one-on-one help. > > Showing that your libcurl claims to support HTTPS is progress. I think that > at this point you should read the last sentence in the curl FAQ 3.21, which I > found by searching

Re: [R] How to enable https for R 3.1.2 on windows 8.1

2015-02-02 Thread David Winsemius
On Feb 2, 2015, at 10:50 AM, Jeff Newmiller wrote: > Cc'd back to the list... I am a bad bet for one-on-one help. > > Showing that your libcurl claims to support HTTPS is progress. I think that > at this point you should read the last sentence in the curl FAQ 3.21, which I > found by searching

Re: [R] How to enable https for R 3.1.2 on windows 8.1

2015-02-02 Thread Jeff Newmiller
Cc'd back to the list... I am a bad bet for one-on-one help. Showing that your libcurl claims to support HTTPS is progress. I think that at this point you should read the last sentence in the curl FAQ 3.21, which I found by searching for "protocol https not supported or disabled in libcurl". ht

Re: [R] How to enable https for R 3.1.2 on windows 8.1

2015-02-01 Thread Jeff Newmiller
Honestly? Did you try "rcurl https windows" (without the quotes)? --- Jeff NewmillerThe . . Go Live... DCN:Basics: ##.#. ##.#. Live Go...

[R] How to enable https for R 3.1.2 on windows 8.1

2015-02-01 Thread John Kalb
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: RO