pkgsrc-WIP-changes archive

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

R-cellranger: Helper functions to work with spreadsheets



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Sep 24 11:21:47 2018 -0500
Changeset:	0a0f2cb65aec8e3d9e5ba97e2d44eae2f451f499

Modified Files:
	Makefile
Added Files:
	R-cellranger/DESCR
	R-cellranger/Makefile
	R-cellranger/distinfo

Log Message:
R-cellranger: Helper functions to work with spreadsheets

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0a0f2cb65aec8e3d9e5ba97e2d44eae2f451f499

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  1 +
 R-cellranger/DESCR    |  2 ++
 R-cellranger/Makefile | 15 +++++++++++++++
 R-cellranger/distinfo |  6 ++++++
 4 files changed, 24 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 04b3b13763..3845d1333c 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ SUBDIR+=	R-bigmemory
 SUBDIR+=	R-bigmemory.sri
 SUBDIR+=	R-bigtabulate
 SUBDIR+=	R-bnlearn
+SUBDIR+=	R-cellranger
 SUBDIR+=	R-doParallel
 SUBDIR+=	R-entropy
 SUBDIR+=	R-foreach
diff --git a/R-cellranger/DESCR b/R-cellranger/DESCR
new file mode 100644
index 0000000000..61b0325134
--- /dev/null
+++ b/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/R-cellranger/Makefile b/R-cellranger/Makefile
new file mode 100644
index 0000000000..dbe09b8c9c
--- /dev/null
+++ b/R-cellranger/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.3 2013/03/19 01:22:55 bubuchka Exp $
+
+CATEGORIES=	biology
+MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=	bacon%NetBSD.org@localhost
+HOMEPAGE=	https://cran.r-project.org/web/packages/cellranger/index.html
+COMMENT=	Helper functions to work with spreadsheets
+LICENSE=	gnu-gpl-v2
+
+R_PKGNAME=	cellranger
+R_PKGVER=	1.1.0
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-cellranger/distinfo b/R-cellranger/distinfo
new file mode 100644
index 0000000000..64828e542e
--- /dev/null
+++ b/R-cellranger/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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