summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2022-12-16 14:35:18 +0000
committermef <mef@pkgsrc.org>2022-12-16 14:35:18 +0000
commitccf8b0f1460317e5a469bbe74ee47c58aef9c22a (patch)
tree30c02e478f9274cc885c5ee8f422628e89c0a562
parent6aedc65fdd2551a456611989f56c7da0faae1d52 (diff)
downloadpkgsrc-ccf8b0f1460317e5a469bbe74ee47c58aef9c22a.tar.gz
(devel/R-covr) Updated 3.5.1 to 3.6.1
# covr 3.6.1 * The internal generic `merge_coverage()` now correctly registers the S3 methods. * The internal test for recording large calls no longer assumes R is on the system PATH. # covr 3.6.0 * Added `covr.record_tests` option. When `TRUE`, this enables the recording of the trace of the tests being executed and adds an itemization of which tests result in the execution of each trace. For more details see `?covr.record_tests` (@dgkf, #463, #485, #503) * `as.data.frame()` now returns an 0 row data frame when there are no functions in a package (#427) * `codecov()` is now more robust when `coverage` is not the output from `package_coverage()` and `token` is not provided (#456) * `package_coverage(code = )` now accepts character vectors of length greater than 1 (@bastistician, #481) * `package_coverage()` now handles packages with install or render time examples (#488) * `package_coverage()` now sets the environment variable `R_TESTS` to the tests-startup.R file like R CMD check does (#420) * `report()` now provides a more detailed error message if the `DT` and `htmltools` dependencies are not installed (#500). * Fix `parse_gcov` bug when package is stored in directory with regex special characters, see #459 * Error/warning thrown for, respectively, missing gcov or empty parsed gcov output (@stephematician, #448) * Support Google Cloud Build uploading reports to Codecov.io (@MarkEdmondson1234 #469) * covr is now licensed as MIT (#454)
-rw-r--r--devel/R-covr/Makefile6
-rw-r--r--devel/R-covr/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/R-covr/Makefile b/devel/R-covr/Makefile
index 3143b973975..72e64bce311 100644
--- a/devel/R-covr/Makefile
+++ b/devel/R-covr/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2020/09/20 03:09:14 mef Exp $
+# $NetBSD: Makefile,v 1.5 2022/12/16 14:35:18 mef Exp $
R_PKGNAME= covr
-R_PKGVER= 3.5.1
+R_PKGVER= 3.6.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Test Coverage for Packages
-LICENSE= gnu-gpl-v3
+LICENSE= mit
#Packages suggested but not available:
# 'rmarkdown', 'htmltools', 'DT', 'rstudioapi', 'xml2', 'memoise',
diff --git a/devel/R-covr/distinfo b/devel/R-covr/distinfo
index f2d25f71b84..3e3d1ac65c9 100644
--- a/devel/R-covr/distinfo
+++ b/devel/R-covr/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:14:03 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/12/16 14:35:18 mef Exp $
-BLAKE2s (R/covr_3.5.1.tar.gz) = 099af7d4869c1341adefc1f758b73878209b3ecdaf8ad7cdcface371f8b863ef
-SHA512 (R/covr_3.5.1.tar.gz) = 5e1bb562258dda6cfdf0ee36c1cb6436e4a61a1b75e9d3b1813fcd7c9f6d94be2167fac83c0de009c6dbd749a280cdfe28e5e000a8ad6e0252b07980ac55d05d
-Size (R/covr_3.5.1.tar.gz) = 146686 bytes
+BLAKE2s (R/covr_3.6.1.tar.gz) = d7fad1bdbea9c4175a98be462f7453b2f9e43dbaad605c767c7c3ce440e4cbf4
+SHA512 (R/covr_3.6.1.tar.gz) = 9ee68e8e7af74fb74a00fec9f1030514530fdbe4122bea45265a7654fc4b41687d67e9e792b224d6a852eec8bb122a382e224435c9583e7c8f0fabcdfd39d352
+Size (R/covr_3.6.1.tar.gz) = 161871 bytes