diff options
author | brook <brook@pkgsrc.org> | 2014-09-03 18:02:44 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2014-09-03 18:02:44 +0000 |
commit | 99b18e00ab51dd58f000ff6021aca3f2513dc66a (patch) | |
tree | 047d8e81c48d40ff03dad45b3fcc46d40a636551 /math | |
parent | c5c6b37a25dfca3985d4e1caf6a505ae74c3f401 (diff) | |
download | pkgsrc-99b18e00ab51dd58f000ff6021aca3f2513dc66a.tar.gz |
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()).
Diffstat (limited to 'math')
-rw-r--r-- | math/R-formatR/DESCR | 5 | ||||
-rw-r--r-- | math/R-formatR/Makefile | 15 | ||||
-rw-r--r-- | math/R-formatR/distinfo | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/math/R-formatR/DESCR b/math/R-formatR/DESCR new file mode 100644 index 00000000000..6e6cb3e7fb5 --- /dev/null +++ b/math/R-formatR/DESCR @@ -0,0 +1,5 @@ +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()). diff --git a/math/R-formatR/Makefile b/math/R-formatR/Makefile new file mode 100644 index 00000000000..556b5128ce5 --- /dev/null +++ b/math/R-formatR/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2014/09/03 18:02:44 brook Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/formatR/ +COMMENT= Format R code automatically +# TODO: LICENSE= GPL + +R_PKGNAME= formatR +R_PKGVER= 1.0 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-formatR/distinfo b/math/R-formatR/distinfo new file mode 100644 index 00000000000..4d27dddbe35 --- /dev/null +++ b/math/R-formatR/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/09/03 18:02:44 brook Exp $ + +SHA1 (R/formatR_1.0.tar.gz) = 9fc399675e8dcc8979ebc99c94816d08830cc9ba +RMD160 (R/formatR_1.0.tar.gz) = e8eb942cce07c3dd26ef1e8ceab961c6b8144e80 +Size (R/formatR_1.0.tar.gz) = 28265 bytes |