There are actually over 500 packages that do not have a mavericks build.
Maybe send some auto generated emails to maintainers?

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)]




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

Reply via email to