aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2018-10-23 18:13:04 +0000
committerDavid Naylor <dbn@FreeBSD.org>2018-10-23 18:13:04 +0000
commitae1e33e0c00dc3425272c98c854ae3f2bf5bfdd4 (patch)
treee06ed733771cb2691462ec681b78f6f5904359b8 /textproc
parente8b0f14d25d4a12da6a5dc1032d8242980cb57c7 (diff)
downloadports-ae1e33e0c00dc3425272c98c854ae3f2bf5bfdd4.tar.gz
ports-ae1e33e0c00dc3425272c98c854ae3f2bf5bfdd4.zip
textproc/R-cran-cellranger: Translate Spreadsheet Cell Ranges to Rows and Columns
Generated by: portcran (0.1.9)
Notes
Notes: svn path=/head/; revision=482865
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/R-cran-cellranger/Makefile24
-rw-r--r--textproc/R-cran-cellranger/distinfo3
-rw-r--r--textproc/R-cran-cellranger/pkg-descr4
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 3e94ef8988f6..dbf9b4c596bd 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -10,6 +10,7 @@
SUBDIR += R-cran-XML
SUBDIR += R-cran-bibtex
SUBDIR += R-cran-brew
+ SUBDIR += R-cran-cellranger
SUBDIR += R-cran-formatR
SUBDIR += R-cran-highr
SUBDIR += R-cran-htmltools
diff --git a/textproc/R-cran-cellranger/Makefile b/textproc/R-cran-cellranger/Makefile
new file mode 100644
index 000000000000..65dc8f87b26e
--- /dev/null
+++ b/textproc/R-cran-cellranger/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= cellranger
+DISTVERSION= 1.1.0
+CATEGORIES= textproc
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= dbn@FreeBSD.org
+COMMENT= Translate Spreadsheet Cell Ranges to Rows and Columns
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
+RUN_DEPENDS= R-cran-tibble>0:devel/R-cran-tibble \
+ R-cran-rematch>0:textproc/R-cran-rematch
+TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
+ R-cran-testthat>=1.0.0:devel/R-cran-testthat \
+ R-cran-knitr>0:print/R-cran-knitr \
+ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/textproc/R-cran-cellranger/distinfo b/textproc/R-cran-cellranger/distinfo
new file mode 100644
index 000000000000..0d7a6c867989
--- /dev/null
+++ b/textproc/R-cran-cellranger/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1540318260
+SHA256 (cellranger_1.1.0.tar.gz) = 5d38f288c752bbb9cea6ff830b8388bdd65a8571fd82d8d96064586bd588cf99
+SIZE (cellranger_1.1.0.tar.gz) = 63857
diff --git a/textproc/R-cran-cellranger/pkg-descr b/textproc/R-cran-cellranger/pkg-descr
new file mode 100644
index 000000000000..aeea93e914ba
--- /dev/null
+++ b/textproc/R-cran-cellranger/pkg-descr
@@ -0,0 +1,4 @@
+Helper functions to work with spreadsheets and the "A1:D10" style of cell range
+specification.
+
+WWW: https://github.com/rsheets/cellranger