Re: [Rd] Unable to Install Packages from Binaries on Windows for R 3.2.3

2016-02-27 Thread Ista Zahn
Hi Steve, CRAN only compiles packages for Windows and OS X, so this is a) completely expected and b) completely unrelated to the issue being discussed in this thread. Best, Ista On Feb 27, 2016 12:32 PM, "Steve Bronder" wrote: > Removing 'type=binary' worked for me. > > install.packages( >'

Re: [Rd] Unable to Install Packages from Binaries on Windows for R 3.2.3

2016-02-27 Thread Ramnath Vaidyanathan
It works for me now. Thanks. Ramnath On Sat, Feb 27, 2016 at 8:33 AM, peter dalgaard wrote: > > > On 27 Feb 2016, at 05:22 , Ramnath Vaidyanathan < > ramnath.vai...@gmail.com> wrote: > > > > Installing packages from binaries on Windows seems broken, when using > > mirrors that are up to date wi

Re: [Rd] Unable to Install Packages from Binaries on Windows for R 3.2.3

2016-02-27 Thread Steve Bronder
Removing 'type=binary' worked for me. install.packages( 'httr', repos = "https://cran.rstudio.com/"; ) But I get an error when I select binary as type --- install.packages( 'httr', type = 'binary', repos = "https://cran.rstudio.com/"; ) Error in install.packages : type 'bi

Re: [Rd] Unable to Install Packages from Binaries on Windows for R 3.2.3

2016-02-27 Thread peter dalgaard
> On 27 Feb 2016, at 05:22 , Ramnath Vaidyanathan > wrote: > > Installing packages from binaries on Windows seems broken, when using > mirrors that are up to date with CRAN > > install.packages( > 'httr', > type = 'binary', > repos = "https://cran.rstudio.com/"; > ) > > Changing repos to t

[Rd] Unable to Install Packages from Binaries on Windows for R 3.2.3

2016-02-27 Thread Ramnath Vaidyanathan
Installing packages from binaries on Windows seems broken, when using mirrors that are up to date with CRAN install.packages( 'httr', type = 'binary', repos = "https://cran.rstudio.com/"; ) Changing repos to the Kansas CRAN mirror installs the package as expected, but that could be because