pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-cellranger: initial commit.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ed3206d87da5
branches: trunk
changeset: 337057:ed3206d87da5
user: brook <brook%pkgsrc.org@localhost>
date: Wed Jul 31 13:42:34 2019 +0000
description:
R-cellranger: initial commit.
Helper functions to work with spreadsheets and the "A1:D10" style of cell
range specification.
diffstat:
doc/CHANGES-2019 | 3 ++-
textproc/Makefile | 3 ++-
textproc/R-cellranger/DESCR | 2 ++
textproc/R-cellranger/Makefile | 19 +++++++++++++++++++
textproc/R-cellranger/distinfo | 6 ++++++
5 files changed, 31 insertions(+), 2 deletions(-)
diffs (70 lines):
diff -r 46819bbdf3d9 -r ed3206d87da5 doc/CHANGES-2019
--- a/doc/CHANGES-2019 Wed Jul 31 13:40:17 2019 +0000
+++ b/doc/CHANGES-2019 Wed Jul 31 13:42:34 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3118 2019/07/31 13:40:18 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3119 2019/07/31 13:42:34 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5075,3 +5075,4 @@
Added math/R-zeallot version 0.1.0 [brook 2019-07-31]
Added misc/R-Hmisc version 4.2.0 [brook 2019-07-31]
Added sysutils/R-progress version 1.2.2 [brook 2019-07-31]
+ Added textproc/R-cellranger version 1.1.0 [brook 2019-07-31]
diff -r 46819bbdf3d9 -r ed3206d87da5 textproc/Makefile
--- a/textproc/Makefile Wed Jul 31 13:40:17 2019 +0000
+++ b/textproc/Makefile Wed Jul 31 13:42:34 2019 +0000
@@ -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+= LDoc
SUBDIR+= Markdown
SUBDIR+= OdfConverter
+SUBDIR+= R-cellranger
SUBDIR+= R-formatR
SUBDIR+= R-gsubfn
SUBDIR+= R-highr
diff -r 46819bbdf3d9 -r ed3206d87da5 textproc/R-cellranger/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-cellranger/DESCR Wed Jul 31 13:42:34 2019 +0000
@@ -0,0 +1,2 @@
+Helper functions to work with spreadsheets and the "A1:D10" style of cell
+range specification.
diff -r 46819bbdf3d9 -r ed3206d87da5 textproc/R-cellranger/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-cellranger/Makefile Wed Jul 31 13:42:34 2019 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:42:34 brook Exp $
+
+CATEGORIES= textproc R
+
+MAINTAINER= bacon%NetBSD.org@localhost
+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 -r 46819bbdf3d9 -r ed3206d87da5 textproc/R-cellranger/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-cellranger/distinfo Wed Jul 31 13:42:34 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index