As I indicate in a note just sent to this list (indeed, your message
reminded me that I should give people a heads up on this), I changed
the instructions on how to install the dev version of ez and
intentionally broke the older method. Unfortunately it seems that on
your set up this causes problems and I'll have to check with a
colleague that uses windows to see if I can track down what's going
on. In the meantime, is there any reason you're running R in a virtual
machine when there is a native OS X version of R?
Finally, if you really want the old way of using the dev version of ez
back, you can download the now deprecated ezDev() function from here:
https://raw.github.com/mike-lawrence/ez/d08fd65f9fda27ff58a35e03f6b2716d7e1011c9/R/ezDev.R
Simply source that and you should be good to go.
Mike
Interesting, I've never encountered any problems with R on OS X. Do
you get the same error regardless of whether you run R from the GUI vs
from within terminal.app?
With respect to why the GUI failed in the first place, I wonder if you
have a default repository mirror set in your GUI preferences that is
different from the GUI chosen when you ran R in the terminal? In this
case, I would suspect that the mirror you were using in the GUI isn't
well maintained and therefore didn't have the latest devtools for R
14.1
> library(devtools) Rtools not installed.> install.packages("Rtools") Installing package(s) into ‘C:/Documents and Settings/sawfoot/My Documents/R-dev’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘Rtools’ is not available (for R version 2.14.1)
http://cran.r-project.org/bin/windows/Rtools/
Thanks