diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2015-08-08 07:43:09 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2015-08-08 07:43:09 +0000 |
commit | 6a89bf912c8a3f954005c3b92cd97119b98200b1 (patch) | |
tree | 90d87388eca631b836bff3d12f7b0266a7a392b4 /textproc/R-cran-formatR | |
parent | 25e89b2fb0cd01d07a4ee8dd3fc068e3ae34b885 (diff) |
Notes
Diffstat (limited to 'textproc/R-cran-formatR')
-rw-r--r-- | textproc/R-cran-formatR/Makefile | 17 | ||||
-rw-r--r-- | textproc/R-cran-formatR/distinfo | 2 | ||||
-rw-r--r-- | textproc/R-cran-formatR/pkg-descr | 6 |
3 files changed, 25 insertions, 0 deletions
diff --git a/textproc/R-cran-formatR/Makefile b/textproc/R-cran-formatR/Makefile new file mode 100644 index 000000000000..a02a86a8076c --- /dev/null +++ b/textproc/R-cran-formatR/Makefile @@ -0,0 +1,17 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= formatR +DISTVERSION= 1.2 +CATEGORIES= textproc +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Format R Code Automatically + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/textproc/R-cran-formatR/distinfo b/textproc/R-cran-formatR/distinfo new file mode 100644 index 000000000000..4433c4d9472a --- /dev/null +++ b/textproc/R-cran-formatR/distinfo @@ -0,0 +1,2 @@ +SHA256 (formatR_1.2.tar.gz) = 66049fde35600c9b9dfac97485627d52117a89b931f0dd59affcd48691389236 +SIZE (formatR_1.2.tar.gz) = 28329 diff --git a/textproc/R-cran-formatR/pkg-descr b/textproc/R-cran-formatR/pkg-descr new file mode 100644 index 000000000000..6b721b352d9e --- /dev/null +++ b/textproc/R-cran-formatR/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: https://cran.r-project.org/web/packages/formatR/ |