pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-modelr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun 11 03:57:24 UTC 2023

Modified Files:
        pkgsrc/math/R-modelr: Makefile distinfo

Log Message:
(math/R-modelr) Updated 0.1.8 to 0.1.11

# modelr 0.1.11

* Fixes for R CMD check

# modelr 0.1.10

* Relax test for R-devel

# modelr 0.1.9

* Redocument to fix HTML issues in .Rd


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-modelr/Makefile \
    pkgsrc/math/R-modelr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-modelr/Makefile
diff -u pkgsrc/math/R-modelr/Makefile:1.1 pkgsrc/math/R-modelr/Makefile:1.2
--- pkgsrc/math/R-modelr/Makefile:1.1   Sat Apr 23 05:15:16 2022
+++ pkgsrc/math/R-modelr/Makefile       Sun Jun 11 03:57:24 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2022/04/23 05:15:16 mef Exp $
+# $NetBSD: Makefile,v 1.2 2023/06/11 03:57:24 mef Exp $
 
 R_PKGNAME=     modelr
-R_PKGVER=      0.1.8
+R_PKGVER=      0.1.11
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Modelling Functions that Work with the Pipe
@@ -16,6 +16,9 @@ DEPENDS+=     R-tibble>=3.1.4:../../math/R-t
 DEPENDS+=      R-tidyr>=0.8.0:../../math/R-tidyr
 DEPENDS+=      R-vctrs>=0.3.8:../../math/R-vctrs
 
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"
Index: pkgsrc/math/R-modelr/distinfo
diff -u pkgsrc/math/R-modelr/distinfo:1.1 pkgsrc/math/R-modelr/distinfo:1.2
--- pkgsrc/math/R-modelr/distinfo:1.1   Sat Apr 23 05:15:16 2022
+++ pkgsrc/math/R-modelr/distinfo       Sun Jun 11 03:57:24 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/04/23 05:15:16 mef Exp $
+$NetBSD: distinfo,v 1.2 2023/06/11 03:57:24 mef Exp $
 
-BLAKE2s (R/modelr_0.1.8.tar.gz) = 8ba42d39266e2105f964e4dbf0971aba0c2f2e8a9fc5d62a3d7ee1321f62270b
-SHA512 (R/modelr_0.1.8.tar.gz) = 712e7e63a2f5beec3845b3e16f444a69eacd00759d51bec1428ce84907bfe42545fe0d6e592c82bc2c2dd6bce4d58ae5865225a4697fc8e35f420f3b5ed51b2b
-Size (R/modelr_0.1.8.tar.gz) = 121333 bytes
+BLAKE2s (R/modelr_0.1.11.tar.gz) = a57aa854f5e5236d3823fe03d513dd4963489940b4625f2f029c2d3903bf3b58
+SHA512 (R/modelr_0.1.11.tar.gz) = fd1b81f4911cb33906f1dbd0a8ca8a05225603f7c4cc227676dd0d9290e4fffe973f6b839a57920e4e8c4929505e59bdcf4ed7a3ae11909e5340ac050f16db86
+Size (R/modelr_0.1.11.tar.gz) = 121480 bytes



Home | Main Index | Thread Index | Old Index