pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-cellranger



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun 18 14:21:13 UTC 2023

Added Files:
        pkgsrc/math/R-cellranger: DESCR Makefile distinfo

Log Message:
(math/R-cellranger) import R-cellranger-1.1.0

Helper functions to work with spreadsheets and the "A1:D10" style of
cell range specification.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-cellranger/DESCR \
    pkgsrc/math/R-cellranger/Makefile pkgsrc/math/R-cellranger/distinfo

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

Added files:

Index: pkgsrc/math/R-cellranger/DESCR
diff -u /dev/null pkgsrc/math/R-cellranger/DESCR:1.1
--- /dev/null   Sun Jun 18 14:21:13 2023
+++ pkgsrc/math/R-cellranger/DESCR      Sun Jun 18 14:21:13 2023
@@ -0,0 +1,2 @@
+Helper functions to work with spreadsheets and the "A1:D10" style of
+cell range specification.
Index: pkgsrc/math/R-cellranger/Makefile
diff -u /dev/null pkgsrc/math/R-cellranger/Makefile:1.1
--- /dev/null   Sun Jun 18 14:21:13 2023
+++ pkgsrc/math/R-cellranger/Makefile   Sun Jun 18 14:21:13 2023
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2023/06/18 14:21:13 mef Exp $
+
+R_PKGNAME=     cellranger
+R_PKGVER=      1.1.0
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Translate Spreadsheet Cell Ranges to Rows and Columns
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-rematch>=1.0.1:../../devel/R-rematch
+DEPENDS+=      R-tibble>=3.2.1:../../math/R-tibble
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-cellranger/distinfo
diff -u /dev/null pkgsrc/math/R-cellranger/distinfo:1.1
--- /dev/null   Sun Jun 18 14:21:13 2023
+++ pkgsrc/math/R-cellranger/distinfo   Sun Jun 18 14:21:13 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/18 14:21:13 mef Exp $
+
+BLAKE2s (R/cellranger_1.1.0.tar.gz) = dd1b9968bc61e926a980034729d9cf044f7a8e8926a23480e8553f201af04587
+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