diff options
author | brook <brook@pkgsrc.org> | 2019-07-31 13:42:34 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-07-31 13:42:34 +0000 |
commit | 4526fabf5d2eafa2735ea9871c8ef1789ef12455 (patch) | |
tree | 1dc974ab2824cd43e18c023bd61f2d6e62bbb74f /textproc | |
parent | 21883547ff317041cc5a218bc8a1b74e9508d11a (diff) | |
download | pkgsrc-4526fabf5d2eafa2735ea9871c8ef1789ef12455.tar.gz |
R-cellranger: initial commit.
Helper functions to work with spreadsheets and the "A1:D10" style of cell
range specification.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 | ||||
-rw-r--r-- | textproc/R-cellranger/DESCR | 2 | ||||
-rw-r--r-- | textproc/R-cellranger/Makefile | 19 | ||||
-rw-r--r-- | textproc/R-cellranger/distinfo | 6 |
4 files changed, 29 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7b1c3388e24..90e4ee6171a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1033 2019/07/18 00:15:24 fox Exp $ +# $NetBSD: Makefile,v 1.1034 2019/07/31 13:42:34 brook Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -11,6 +11,7 @@ SUBDIR+= GutenMark-words SUBDIR+= LDoc SUBDIR+= Markdown SUBDIR+= OdfConverter +SUBDIR+= R-cellranger SUBDIR+= R-formatR SUBDIR+= R-gsubfn SUBDIR+= R-highr diff --git a/textproc/R-cellranger/DESCR b/textproc/R-cellranger/DESCR new file mode 100644 index 00000000000..61b03251341 --- /dev/null +++ b/textproc/R-cellranger/DESCR @@ -0,0 +1,2 @@ +Helper functions to work with spreadsheets and the "A1:D10" style of cell +range specification. diff --git a/textproc/R-cellranger/Makefile b/textproc/R-cellranger/Makefile new file mode 100644 index 00000000000..3dd4c8ad0ed --- /dev/null +++ b/textproc/R-cellranger/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2019/07/31 13:42:34 brook Exp $ + +CATEGORIES= textproc R + +MAINTAINER= bacon@NetBSD.org +HOMEPAGE= https://cran.r-project.org/web/packages/cellranger/index.html +COMMENT= Translate spreadsheet cell ranges to rows and columns +LICENSE= mit + +R_PKGNAME= cellranger +R_PKGVER= 1.1.0 + +DEPENDS+= R-rematch>=1.0.1:../../devel/R-rematch +DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/R-cellranger/distinfo b/textproc/R-cellranger/distinfo new file mode 100644 index 00000000000..81324be326a --- /dev/null +++ b/textproc/R-cellranger/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/07/31 13:42:34 brook Exp $ + +SHA1 (R/cellranger_1.1.0.tar.gz) = c04aca542122f8579453239b6773918cd9e4be34 +RMD160 (R/cellranger_1.1.0.tar.gz) = d85691a8df86295754128ab4e4bef4e8bb3c0e49 +SHA512 (R/cellranger_1.1.0.tar.gz) = 5a27ce21b5d22b0eea06f64ef6faf26a63860ccefa17e3d4cb74ffceaf8b0b6f332b482d476dbc32f8174d5bfef01a5f9fc20673db2fa5386682be1baf11d2a9 +Size (R/cellranger_1.1.0.tar.gz) = 63857 bytes |