Skip to content

Commit

Permalink
(devel/R-pkgKitten) Updated 0.2.3 to 0.2.4
Browse files Browse the repository at this point in the history
(R CMD Rd2txt pkgKitten/inst/NEWS.Rd|head -20)
Changes in version 0.2.4 (2024-08-30):

        * The .Rbuildignore stanza now includes .github

        * The support of and usage illustrations of 'tinytest' are much
          enhanced (Paul Hudor in #18 adressing #19 and #20)

        * The .gitignore file now includes C++ related files

        * Improvements and polish to badges and continuous integration

        * The DESCRIPTION file now contains an Authors@R entry
  • Loading branch information
mef committed Oct 19, 2024
1 parent 4d13f93 commit 76e41a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions devel/R-pkgKitten/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.5 2023/06/15 11:06:53 mef Exp $
# $NetBSD: Makefile,v 1.6 2024/10/19 21:55:28 mef Exp $

R_PKGNAME= pkgKitten
R_PKGVER= 0.2.3
R_PKGVER= 0.2.4
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -12,6 +12,12 @@ TEST_DEPENDS+= R-roxygen2-[0-9]*:../../devel/R-roxygen2
TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
TEST_DEPENDS+= R-whoami-[0-9]*:../../devel/R-whoami

TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval

USE_LANGUAGES= # none

.include "../../math/R/Makefile.extension"
Expand Down
8 changes: 4 additions & 4 deletions devel/R-pkgKitten/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2023/06/15 11:06:53 mef Exp $
$NetBSD: distinfo,v 1.7 2024/10/19 21:55:28 mef Exp $

BLAKE2s (R/pkgKitten_0.2.3.tar.gz) = e80c4dc7d6e99ead4ebc1e32a391b63921f3f6f7d6263feeaf983aec1acefba2
SHA512 (R/pkgKitten_0.2.3.tar.gz) = 013417008699a9efa49905d1149b348dd8941f4b2a991fb7801868316ed706e50702695a8865dcb8a20a4bfbb0a6ddbd49c3540ba7d7978dde5048e1fbb0a3a5
Size (R/pkgKitten_0.2.3.tar.gz) = 9802 bytes
BLAKE2s (R/pkgKitten_0.2.4.tar.gz) = e63b892f2441c550f065a9cbe28dd2ec1c527a9971ea8d7a16e3725f3b8dc73d
SHA512 (R/pkgKitten_0.2.4.tar.gz) = de30e822afcc5c7b99aba10cba4329206ec20ee3626f241000f2e43c2b85215e7dddbebe394eb843ce6cba587d46e7cdff19a057e80713729c861b4d87f8195d
Size (R/pkgKitten_0.2.4.tar.gz) = 11381 bytes

0 comments on commit 76e41a7

Please sign in to comment.