[R] New-user support package - suggestions?
Andrew Robinson
A.Robinson at ms.unimelb.edu.au
Thu May 4 07:29:48 CEST 2006
Dear Community,
This is largely a repost with some new information.
I'm interested in developing a package that could ease the
command-line learning curve for new users. It would provide more
detailed syntax checking and commentary as feedback. It would try to
anticipate common new-user errors, and provide feedback to help
correct them.
As a trivial example, instead of
> mean(c(1,2,NA))
[1] NA
we might have
> mean(c(1,2,NA))
[1] NA
Warning: your data contains missing values. If you wish to ignore
these for the purposes of computing the mean, use the argument:
"na.rm=TRUE".
I'm interested in any thoughts that people have about this idea -
what errors do you commonly see, and how can they be dealt with?
I have funding for 6 weeks of programming support for this idea. All
suggestions are welcome.
Cheers,
Andrew
--
Andrew Robinson
Department of Mathematics and Statistics Tel: +61-3-8344-9763
University of Melbourne, VIC 3010 Australia Fax: +61-3-8344-4599
Email: a.robinson at ms.unimelb.edu.au http://www.ms.unimelb.edu.au
More information about the R-help
mailing list