pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-covr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  7 15:14:40 UTC 2026

Modified Files:
        pkgsrc/devel/R-covr: Makefile distinfo

Log Message:
(devel/R-covr) Update 3.6.4 to 3.6.5

# covr 3.6.5

## New Features and improvements

* Added support for `klmr/box` modules. This works best with
  `file_coverage()`. (@radbasa, #491)

* Performance improvement for compiled code with a lot of compilation
  units (@krlmlr, #611)

* Fix R CMD check NOTE for upcoming R 4.6: non-API calls to SET_BODY,
  SET_CLOENV, SET_FORMALS (@t-kalinowski, #587)

## Fixes and minor improvements

* Messages are now displayed using cli instead of crayon (@olivroy,
  #591).

* covr now uses `testthat::with_mocked_bindings()` for its internal
  testing (@olivroy, #595).

* Fix a bug preventing `package_coverage()` from running tests when
`install_path` is set to a relative path (@gergness, #517, #548).

* Fixed a performance regression and an error triggered by a change in R
  4.4.0. (@kyleam, #588)

* Fixed an issue where attempting to generate code coverage on an already-loaded
  package could fail on Windows. (@kevinushey, #574)

* Prevent `covr.record_tests` option from logging duplicate tests when the same
  line of testing code is hit repeatedly, as in a loop. (@dgkf, #528)

* Normalize `install_path` path before creating directory to prevent
  failures when running covr in a subprocess using a path with Windows
  `\\` path separators. (@maksymiuks, #592)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/R-covr/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/R-covr/distinfo

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

Modified files:

Index: pkgsrc/devel/R-covr/Makefile
diff -u pkgsrc/devel/R-covr/Makefile:1.8 pkgsrc/devel/R-covr/Makefile:1.9
--- pkgsrc/devel/R-covr/Makefile:1.8    Sun Jan 14 13:30:35 2024
+++ pkgsrc/devel/R-covr/Makefile        Sun Jun  7 15:14:40 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2024/01/14 13:30:35 mef Exp $
+# $NetBSD: Makefile,v 1.9 2026/06/07 15:14:40 mef Exp $
 
 R_PKGNAME=     covr
-R_PKGVER=      3.6.4
+R_PKGVER=      3.6.5
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/R-covr/distinfo
diff -u pkgsrc/devel/R-covr/distinfo:1.9 pkgsrc/devel/R-covr/distinfo:1.10
--- pkgsrc/devel/R-covr/distinfo:1.9    Sun Jan 14 13:30:35 2024
+++ pkgsrc/devel/R-covr/distinfo        Sun Jun  7 15:14:40 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/01/14 13:30:35 mef Exp $
+$NetBSD: distinfo,v 1.10 2026/06/07 15:14:40 mef Exp $
 
-BLAKE2s (R/covr_3.6.4.tar.gz) = 75ba736568d431b463b51347d702875328d621a273286b90dee32131c9f3a89f
-SHA512 (R/covr_3.6.4.tar.gz) = 1d93747b61cbfbbe491627acdd8944a307542adcf55e5a151a6cbf103e01edbcfa05ffb4994b448cf2dbd113a3d125ab11c829e8de07c46411cc41694b3c895e
-Size (R/covr_3.6.4.tar.gz) = 163362 bytes
+BLAKE2s (R/covr_3.6.5.tar.gz) = c74caa6d3bc1c709e0759092f5d7845c714c8c406736fd45391d28f6c5f4b750
+SHA512 (R/covr_3.6.5.tar.gz) = 53b271c67d0bd1c444c8bab89c21a779770e586f33961da7b28fa69f381b6fe08fea675fcaa44bdffa97307dea4c8974b31cac59f28a10fbc8026a708f3a9dbb
+Size (R/covr_3.6.5.tar.gz) = 173724 bytes



Home | Main Index | Thread Index | Old Index