Fri Dec 16 14:35:18 2022 UTC ()
(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)


(mef)
diff -r1.4 -r1.5 pkgsrc/devel/R-covr/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/R-covr/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/devel/R-covr/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-covr/Makefile 2020/09/20 03:09:14 1.4
+++ pkgsrc/devel/R-covr/Makefile 2022/12/16 14:35:18 1.5
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.4 2020/09/20 03:09:14 mef Exp $ 1# $NetBSD: Makefile,v 1.5 2022/12/16 14:35:18 mef Exp $
2 2
3R_PKGNAME= covr 3R_PKGNAME= covr
4R_PKGVER= 3.5.1 4R_PKGVER= 3.6.1
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Test Coverage for Packages 8COMMENT= Test Coverage for Packages
9LICENSE= gnu-gpl-v3 9LICENSE= mit
10 10
11#Packages suggested but not available: 11#Packages suggested but not available:
12# 'rmarkdown', 'htmltools', 'DT', 'rstudioapi', 'xml2', 'memoise', 12# 'rmarkdown', 'htmltools', 'DT', 'rstudioapi', 'xml2', 'memoise',
13# 'mockery' 13# 'mockery'
14 14
15DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon 15DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
16DEPENDS+= R-withr>=1.0.2:../../devel/R-withr 16DEPENDS+= R-withr>=1.0.2:../../devel/R-withr
17DEPENDS+= R-digest>=0.6.20:../../security/R-digest 17DEPENDS+= R-digest>=0.6.20:../../security/R-digest
18DEPENDS+= R-jsonlite>=1.6:../../textproc/R-jsonlite 18DEPENDS+= R-jsonlite>=1.6:../../textproc/R-jsonlite
19DEPENDS+= R-yaml>=2.2.0:../../textproc/R-yaml 19DEPENDS+= R-yaml>=2.2.0:../../textproc/R-yaml
20DEPENDS+= R-httr>=1.4.1:../../www/R-httr 20DEPENDS+= R-httr>=1.4.1:../../www/R-httr
21DEPENDS+= R-rex>=0:../../devel/R-rex 21DEPENDS+= R-rex>=0:../../devel/R-rex
22 22

cvs diff -r1.6 -r1.7 pkgsrc/devel/R-covr/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-covr/distinfo 2021/10/26 10:14:03 1.6
+++ pkgsrc/devel/R-covr/distinfo 2022/12/16 14:35:18 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2021/10/26 10:14:03 nia Exp $ 1$NetBSD: distinfo,v 1.7 2022/12/16 14:35:18 mef Exp $
2 2
3BLAKE2s (R/covr_3.5.1.tar.gz) = 099af7d4869c1341adefc1f758b73878209b3ecdaf8ad7cdcface371f8b863ef 3BLAKE2s (R/covr_3.6.1.tar.gz) = d7fad1bdbea9c4175a98be462f7453b2f9e43dbaad605c767c7c3ce440e4cbf4
4SHA512 (R/covr_3.5.1.tar.gz) = 5e1bb562258dda6cfdf0ee36c1cb6436e4a61a1b75e9d3b1813fcd7c9f6d94be2167fac83c0de009c6dbd749a280cdfe28e5e000a8ad6e0252b07980ac55d05d 4SHA512 (R/covr_3.6.1.tar.gz) = 9ee68e8e7af74fb74a00fec9f1030514530fdbe4122bea45265a7654fc4b41687d67e9e792b224d6a852eec8bb122a382e224435c9583e7c8f0fabcdfd39d352
5Size (R/covr_3.5.1.tar.gz) = 146686 bytes 5Size (R/covr_3.6.1.tar.gz) = 161871 bytes