On Apr 11, 2014, at 11:11 PM, Jeroen Ooms <[email protected]> wrote:

> There are actually over 500 packages that do not have a mavericks build.

That's only a small fraction, it's not many more than the failures for the 
regular build.


> Maybe send some auto generated emails to maintainers?
> 

Some 3rd party library dependencies are not currently available on the 
Mavericks build machine since they need to be rebuilt for 10.9. I'll try to 
build those in the near future so the number should go down over time. Given 
the fairly recent introduction of the Mavericks build, there are still things 
to iron out. People that don't want to be living on the edge can use the 
regular build instead.

Cheers,
Simon



> mav <- read.dcf(url("
> http://cran.r-project.org/bin/macosx/mavericks/contrib/3.1/PACKAGES";))
> osx <- read.dcf(url("
> http://cran.r-project.org/bin/macosx/contrib/3.1/PACKAGES";))
> mav <- as.data.frame(mav, stringsAsFactors=FALSE)
> osx <- as.data.frame(osx, stringsAsFactors=FALSE)
> mav$Package[!(mav$Package %in% osx$Package)]
> osx$Package[!(osx$Package %in% mav$Package)]
> 

FWIW there's available.packages() that does the job of pulling what you need.


> On Thu, Apr 10, 2014 at 9:54 PM, Jeroen Ooms <[email protected]>wrote:
> 
>> Running update.packages on R 3.1 for Mavericks complains that some
>> CRAN packages do not have binary builds available. For example lme4 is
>> missing from http://cran.r-project.org/bin/macosx/mavericks/contrib/3.1/.
>> 
>> Is there any reason for this, or do I just need some patience? I
>> installed lme4 from source and it seems to build without problems.
>> 
> 
>       [[alternative HTML version deleted]]
> 
> _______________________________________________
> R-SIG-Mac mailing list
> [email protected]
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
> 

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to