Is there an r-tidy program? something that works similar to perl tidy? http://perltidy.sourceforge.net/ which takes program code and reformats white space with standard indentations and spacing? I did find a ruby based rtidy, but that is for html formatting. // George -- George Georgalis, systems architect, administrator <IXOYE><
See: https://sourceforge.net/projects/tinn-r Perhaps help you On 25/01/07, George Georgalis <george@galis.org> wrote:> > Is there an r-tidy program? something that works similar to perl > tidy? http://perltidy.sourceforge.net/ which takes program code > and reformats white space with standard indentations and spacing? > I did find a ruby based rtidy, but that is for html formatting. > > // George > > > -- > George Georgalis, systems architect, administrator <IXOYE>< > > ______________________________________________ > R-help@stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Henrique Dallazuanna [[alternative HTML version deleted]]
It is called R. See the `Writing R Extensions' manual, section 3.1 (the obvious manual, surely?). On Thu, 25 Jan 2007, George Georgalis wrote:> Is there an r-tidy program? something that works similar to perl > tidy? http://perltidy.sourceforge.net/ which takes program code > and reformats white space with standard indentations and spacing? > I did find a ruby based rtidy, but that is for html formatting. > > // George-- 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
On Thu, Jan 25, 2007 at 02:15:07PM -0200, Henrique Dallazuanna wrote:>See: >https://sourceforge.net/projects/tinn-r > >Perhaps help you >thanks. but my site is all unix. The users use emacs+ess, I however use vim. Does anyone recommend a vim macro to function like ess? // George -- George Georgalis, systems architect, administrator <IXOYE><