Skip to content

Open parenthesis immediately returns error

3 messages · Garrett Grolemund, Duncan Murdoch

#
On 7/13/2009 12:35 PM, Garrett Grolemund wrote:
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.

Duncan Murdoch
#
I did have a function named "try" and removing it fixed the problem.

Thanks Duncan.

Garrett