Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfa2a44ade10
branches:  trunk
changeset: 436407:dfa2a44ade10
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Aug 01 21:48:17 2020 +0000

description:
(devel/R-tinytest) import R-tinytest-1.2.2

Provides a lightweight (zero-dependency) and easy to use unit testing
framework. Main features: install tests with the package. Test results
are treated as data that can be stored and manipulated. Test files are
R scripts interspersed with test commands, that can be programmed
over. Fully automated build-install-test sequence for packages. Skip
tests when not run locally (e.g. on CRAN). Flexible and configurable
output printing. Compare computed output with output stored with the
package. Run tests in parallel. Extensible by other packages. Report
side effects.

diffstat:

 devel/R-tinytest/DESCR    |   9 +++++++++
 devel/R-tinytest/Makefile |  14 ++++++++++++++
 devel/R-tinytest/distinfo |   6 ++++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r a5374f7a4ba9 -r dfa2a44ade10 devel/R-tinytest/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-tinytest/DESCR    Sat Aug 01 21:48:17 2020 +0000
@@ -0,0 +1,9 @@
+Provides a lightweight (zero-dependency) and easy to use unit testing
+framework. Main features: install tests with the package. Test results
+are treated as data that can be stored and manipulated. Test files are
+R scripts interspersed with test commands, that can be programmed
+over. Fully automated build-install-test sequence for packages. Skip
+tests when not run locally (e.g. on CRAN). Flexible and configurable
+output printing. Compare computed output with output stored with the
+package. Run tests in parallel. Extensible by other packages. Report
+side effects.
diff -r a5374f7a4ba9 -r dfa2a44ade10 devel/R-tinytest/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-tinytest/Makefile Sat Aug 01 21:48:17 2020 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/08/01 21:48:17 mef Exp $
+
+R_PKGNAME=     tinytest
+R_PKGVER=      1.2.2
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Lightweight and Feature Complete Unit Testing Framework
+LICENSE=       gnu-gpl-v3
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r a5374f7a4ba9 -r dfa2a44ade10 devel/R-tinytest/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-tinytest/distinfo Sat Aug 01 21:48:17 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/01 21:48:17 mef Exp $
+
+SHA1 (R/tinytest_1.2.2.tar.gz) = 5eda44ad2835386dfcafb72cd30213d14bb2b9e0
+RMD160 (R/tinytest_1.2.2.tar.gz) = be67da336e3ece37d017203285f403f64c2c3371
+SHA512 (R/tinytest_1.2.2.tar.gz) = 2a7cbc070d40b8d3562a1aee69c02436613d29ea94b2a08bddd825b8ae4d6de4476c50acab01e54b198458d10f0fbf7f82e416c72e1d9e6013ef86e51938e332
+Size (R/tinytest_1.2.2.tar.gz) = 436173 bytes



Home | Main Index | Thread Index | Old Index