[R-SIG-Mac] "Update All" not working from interface
jiho
jo.irisson at gmail.com
Tue Sep 5 09:57:09 CEST 2006
Hi all,
thanks for the great work in R for Mac OS X, the interface is just
plain great. One caveat nevertheless:
The command update all from the Package installer does not work
because it returns the command:
update.packages(lib = ""/Library/Frameworks/R.framework/Resources/
library/"",)
because the path is double quoted, R looks for objects named /
Library, /Frameworks and so on. But:
update.packages(lib = "/Library/Frameworks/R.framework/Resources/
library/")
works. Could someone correct this?
Thanks in advance.
JiHO
---
http://jo.irisson.free.fr/
More information about the R-SIG-Mac
mailing list