When I type in the 'demo()' prompt all I get is the prompt shown again.

'demo()'
[1] "demo()"
"demo()"
[1] "demo()"
'help.start()'
[1] "help.start()"
'help()'
[1] "help()"
"q()"
[1] "q()"

Putting quote marks (single or double) around a command turns it into a string, which R just echos back. If you want to run the demonstration scripts, type demo() at a prompt without quotes.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.