pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-disposables
Module Name: pkgsrc
Committed By: mef
Date: Sun May 30 02:36:31 UTC 2021
Added Files:
pkgsrc/devel/R-disposables: DESCR Makefile distinfo
Log Message:
(devel/R-disposables) import R-disposables-1.0.3
Create disposable R packages for testing. You can create, install and
load multiple R packages with a single function call, and then unload,
uninstall and destroy them with another function call. This is handy
when testing how some R code or an R package behaves with respect to
other packages.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-disposables/DESCR \
pkgsrc/devel/R-disposables/Makefile pkgsrc/devel/R-disposables/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/R-disposables/DESCR
diff -u /dev/null pkgsrc/devel/R-disposables/DESCR:1.1
--- /dev/null Sun May 30 02:36:31 2021
+++ pkgsrc/devel/R-disposables/DESCR Sun May 30 02:36:31 2021
@@ -0,0 +1,5 @@
+Create disposable R packages for testing. You can create, install and
+load multiple R packages with a single function call, and then unload,
+uninstall and destroy them with another function call. This is handy
+when testing how some R code or an R package behaves with respect to
+other packages.
Index: pkgsrc/devel/R-disposables/Makefile
diff -u /dev/null pkgsrc/devel/R-disposables/Makefile:1.1
--- /dev/null Sun May 30 02:36:31 2021
+++ pkgsrc/devel/R-disposables/Makefile Sun May 30 02:36:31 2021
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/05/30 02:36:31 mef Exp $
+
+R_PKGNAME= disposables
+R_PKGVER= 1.0.3
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Create Disposable R Packages for Testing
+LICENSE= mit # + file LICENSE
+
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-disposables/distinfo
diff -u /dev/null pkgsrc/devel/R-disposables/distinfo:1.1
--- /dev/null Sun May 30 02:36:31 2021
+++ pkgsrc/devel/R-disposables/distinfo Sun May 30 02:36:31 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/05/30 02:36:31 mef Exp $
+
+SHA1 (R/disposables_1.0.3.tar.gz) = 506377f6f5ff9581f3d2f5dd6ba4a24aed48b694
+RMD160 (R/disposables_1.0.3.tar.gz) = 7da928038ccc4616863cf0b94c823bafdb079465
+SHA512 (R/disposables_1.0.3.tar.gz) = 5c2898471301460e51af48bcd96640d9917d1ad144a4cb26d490904eab8a7407d5a083f09e14ebea9fe3404625babb7be7e4cba130e9ac2106b1824d0bdf0a68
+Size (R/disposables_1.0.3.tar.gz) = 6665 bytes
Home |
Main Index |
Thread Index |
Old Index