I am very new to R. I'm using R version 2.13.0
I have added the following line to my Rprofile.site file (so I can have the help file start automatically when R opens)... help.start()
When I start R, I get the following message... Error: could not find function "help.start"
However, if I type help.start() in the R Console it starts the help server just fine... starting httpd help server ... done
Is there something I'm doing (or not doing) that would cause help.start() to fail from the Rprofile.site file when it works just fine from the R Console?
Thanks, John