pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-pkgKitten (devel/R-pkgKitten) Updated 0.1.5 to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/906b821ecf40
branches:  trunk
changeset: 453660:906b821ecf40
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Jun 01 13:19:41 2021 +0000

description:
(devel/R-pkgKitten) Updated 0.1.5 to 0.2.1

(https://cran.r-project.org/web/packages/pkgKitten/news.html)
Changes in version 0.2.1 (2021-02-22)

    A small documentation error was corrected (David Dalpiaz in #15).

    A new option ‘bunny’ adds support for roxygen2.

    Continuous integration now use run.sh from r-ci.

Changes in version 0.2.0 (2020-09-27)

    Continuous Integration uses the updated BSPM-based script on
    Travis and with GitHub Actions (Dirk in #11 plus earlier commits).

    A new default NAMESPACE file is now installed (Dirk in #12).

    A package documentation website was added (Dirk in #13).

    Call tinytest::puppy if installed and not opted out (Dirk in #14).

diffstat:

 devel/R-pkgKitten/Makefile |   9 +++++++--
 devel/R-pkgKitten/distinfo |  10 +++++-----
 2 files changed, 12 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r b0db070e9f30 -r 906b821ecf40 devel/R-pkgKitten/Makefile
--- a/devel/R-pkgKitten/Makefile        Tue Jun 01 11:28:23 2021 +0000
+++ b/devel/R-pkgKitten/Makefile        Tue Jun 01 13:19:41 2021 +0000
@@ -1,13 +1,18 @@
-# $NetBSD: Makefile,v 1.1 2020/09/19 21:10:20 mef Exp $
+# $NetBSD: Makefile,v 1.2 2021/06/01 13:19:41 mef Exp $
 
 R_PKGNAME=     pkgKitten
-R_PKGVER=      0.1.5
+R_PKGVER=      0.2.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Create Simple Packages Which Do not Upset R Package Checks
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
+# Package suggested but not available: 'whoami'
+
+TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
+TEST_DEPENDS+= R-roxygen2-[0-9]*:../../devel/R-roxygen2
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"
diff -r b0db070e9f30 -r 906b821ecf40 devel/R-pkgKitten/distinfo
--- a/devel/R-pkgKitten/distinfo        Tue Jun 01 11:28:23 2021 +0000
+++ b/devel/R-pkgKitten/distinfo        Tue Jun 01 13:19:41 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/09/19 21:10:20 mef Exp $
+$NetBSD: distinfo,v 1.2 2021/06/01 13:19:41 mef Exp $
 
-SHA1 (R/pkgKitten_0.1.5.tar.gz) = 021308e6a5aca554b7c83395f60efd7b6213dca0
-RMD160 (R/pkgKitten_0.1.5.tar.gz) = 966054a984572b4018636c9842b5511bafdafb20
-SHA512 (R/pkgKitten_0.1.5.tar.gz) = 157e7c5117e5b0996e5ba42d23126e34338640eeabb26fdc2cc6eb62291a9fdc406ab505ce8dc861b4d08e9e1d4fc9444336d49fad63c11950b0486195ad8127
-Size (R/pkgKitten_0.1.5.tar.gz) = 7957 bytes
+SHA1 (R/pkgKitten_0.2.1.tar.gz) = 7290824f65413991f14b22aa91fed44f48cd3158
+RMD160 (R/pkgKitten_0.2.1.tar.gz) = ffc0b375c8b02d1b320ff13b91f8a5071722f688
+SHA512 (R/pkgKitten_0.2.1.tar.gz) = a7668b7b7bdc7eee408487619ef038ac6a547f713f83e69cc956cd2d51e507d7e9addfda7000e70c0e78491da0f3fec2bdb07f69d1d75f5a792aa5e6d45aec05
+Size (R/pkgKitten_0.2.1.tar.gz) = 9585 bytes


Home | Main Index | Thread Index | Old Index