pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-disposables (devel/R-disposables) import R-dis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9605ad96da59
branches:  trunk
changeset: 453439:9605ad96da59
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun May 30 02:36:31 2021 +0000

description:
(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.

diffstat:

 devel/R-disposables/DESCR    |   5 +++++
 devel/R-disposables/Makefile |  16 ++++++++++++++++
 devel/R-disposables/distinfo |   6 ++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 9b4e731bdc42 -r 9605ad96da59 devel/R-disposables/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-disposables/DESCR Sun May 30 02:36:31 2021 +0000
@@ -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.
diff -r 9b4e731bdc42 -r 9605ad96da59 devel/R-disposables/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-disposables/Makefile      Sun May 30 02:36:31 2021 +0000
@@ -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"
diff -r 9b4e731bdc42 -r 9605ad96da59 devel/R-disposables/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-disposables/distinfo      Sun May 30 02:36:31 2021 +0000
@@ -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