[R] Random number generation

Prof Brian Ripley ripley at stats.ox.ac.uk
Sun May 11 14:17:00 CEST 2008


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 at stats.ox.ac.uk
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



More information about the R-help mailing list