pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/R-formatR Initial import of formatR v1.0 as t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c23edfb8d62
branches:  trunk
changeset: 639619:3c23edfb8d62
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Sep 19 20:31:50 2014 +0000

description:
Initial import of formatR v1.0 as textproc/R-formatR.

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()).

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

diffstat:

 textproc/R-formatR/DESCR    |   5 +++++
 textproc/R-formatR/Makefile |  15 +++++++++++++++
 textproc/R-formatR/distinfo |   5 +++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diffs (37 lines):

diff -r d8d7e15a9ef6 -r 3c23edfb8d62 textproc/R-formatR/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-formatR/DESCR  Fri Sep 19 20:31:50 2014 +0000
@@ -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 -r d8d7e15a9ef6 -r 3c23edfb8d62 textproc/R-formatR/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-formatR/Makefile       Fri Sep 19 20:31:50 2014 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2014/09/19 20:31:50 brook Exp $
+
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+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 -r d8d7e15a9ef6 -r 3c23edfb8d62 textproc/R-formatR/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-formatR/distinfo       Fri Sep 19 20:31:50 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/09/19 20:31:50 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



Home | Main Index | Thread Index | Old Index