NOTICE: This package has been removed from pkgsrc

./math/R-formatR, Format R code automatically

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0, Package name: R-formatR-1.0, Maintainer: pkgsrc-users

This package provides a function tidy_source() to format R source
code. Spaces and indent will be added to the code automatically, and
comments will be preserved under certain conditions, so that R code
will be more human-readable and tidy. There is also a Shiny app as a
user interface in this package (see tidy_app()).


Required to run:
[math/R]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2014-09-19 22:36:54 by Brook Milligan | Files touched by this commit (4) | Package removed
Log message:
Move math/R-formatR to textproc/R-formatR and fix depending packages.

Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
   2014-09-03 20:02:44 by Brook Milligan | Files touched by this commit (3)
Log message:
Initial revision of formatR v1.0.

This package provides a function tidy_source() to format R source
code. Spaces and indent will be added to the code automatically, and
comments will be preserved under certain conditions, so that R code
will be more human-readable and tidy. There is also a Shiny app as a
user interface in this package (see tidy_app()).