On Sun, 11 May 2008, Esmail Bonakdarian wrote:
> Stephan Kolassa wrote:
>>
>> Have you tried successively removing/commenting parts of the script before
>> the sample() command until the problem goes away? That way you should be
>> able to pinpoint the offending script command.
>
> Hi,
>
> This brings up a question I have .. is there a way to do *block* comments
> with scripts? A la /* ... */ like it's done in Java or C/C++? Ie comment
> more than just one line at a time.
>
> From what I have read this is not possible in R (at least not easily), but
> I am eager for someone to contradict me :-)
if(FALSE) {
...
}
Any good editor can do block commenting, e.g. ESS.
You didn't tell us what you read, but I have never seen this in a
reputable source.
> Thanks,
> Esmail
--
Brian D. Ripley,
ripley@...
Professor of Applied Statistics,
http://www.stats.ox.ac.uk/~ripley/University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
______________________________________________
R-help@... mailing list
https://stat.ethz.ch/mailman/listinfo/r-helpPLEASE do read the posting guide
http://www.R-project.org/posting-guide.htmland provide commented, minimal, self-contained, reproducible code.