pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/R-covr (devel/R-covr) Updated 3.5.1 to 3.6.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/4d6e0f8e94fe
branches: trunk
changeset: 390098:4d6e0f8e94fe
user: mef <mef%pkgsrc.org@localhost>
date: Fri Dec 16 14:35:18 2022 +0000
description:
(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)
diffstat:
devel/R-covr/Makefile | 6 +++---
devel/R-covr/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (32 lines):
diff -r 73ca0a1ab63e -r 4d6e0f8e94fe devel/R-covr/Makefile
--- a/devel/R-covr/Makefile Fri Dec 16 13:12:00 2022 +0000
+++ b/devel/R-covr/Makefile Fri Dec 16 14:35:18 2022 +0000
@@ -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@localhost
COMMENT= Test Coverage for Packages
-LICENSE= gnu-gpl-v3
+LICENSE= mit
#Packages suggested but not available:
# 'rmarkdown', 'htmltools', 'DT', 'rstudioapi', 'xml2', 'memoise',
diff -r 73ca0a1ab63e -r 4d6e0f8e94fe devel/R-covr/distinfo
--- a/devel/R-covr/distinfo Fri Dec 16 13:12:00 2022 +0000
+++ b/devel/R-covr/distinfo Fri Dec 16 14:35:18 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index