Le 19.01.2006 11:19, Paul Roebuck a écrit : >I seem to remember reading somewhere about some style >guide regarding R the number of comment characters (#) >prior to the comment meaning something. > >Anyone know to what I'm referring? Where? > > Hi,
If you edit your R code with eclipse + statET plugin (http://www.walware.de/goto/statet) you can associate task tags to your comments, ie : # TODO : bla bla # FIXME : replace that for loop by some vectorized incantation # BUG : ... you can create new task tags according to your taste ... so that the comments are managed by a separate window. Pretty useful. Romain -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---------------------------------------------------------------+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF | +---------------------------------------------------------------+ ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
