"A.J. Rossini" <[EMAIL PROTECTED]> writes:

> Greetings from Switzerland!
> 
> Are there any plans/initiatives/considerations in future versions of R
> for commenting out regions via something like " /*    */  "?

I don't think so. Personally, I'd rather work on getting the parser to
behave properly in all cases on

if (FALSE){
...lots of lines...
} 

What did "C-c ;" do wrong anyway, Mr.ESS?
 
> (I've got an application for which something like that would be
> useful; if not, there are less simple solutions).
> 
> best,
> -tony
> 
> "Commit early,commit often, and commit in a repository from which we can 
> easily
> roll-back your mistakes" (AJR, 4Jan05).

...and commit to a branch or use #ifdef so that the daily package checks
don't break.

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])             FAX: (+45) 35327907

______________________________________________
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to