> Presumably this has something to do with command completion or argument > hints. From the "silent = TRUE" error, and your example, I would guess you > have a function named try(), and the GUI is finding yours instead of the one > in the base package. > > The GUI shouldn't do that, it should look in the right place, but as a > workaround, you could remove your function named "try", and call it something > else.
I did have a function named "try" and removing it fixed the problem. Thanks Duncan. Garrett _______________________________________________ R-SIG-Mac mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-mac
