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

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

Log Message:
(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)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-covr/Makefile
cvs rdiff -u -r1.6 -r1.7 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.4 pkgsrc/devel/R-covr/Makefile:1.5
--- pkgsrc/devel/R-covr/Makefile:1.4    Sun Sep 20 03:09:14 2020
+++ pkgsrc/devel/R-covr/Makefile        Fri Dec 16 14:35:18 2022
@@ -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',

Index: pkgsrc/devel/R-covr/distinfo
diff -u pkgsrc/devel/R-covr/distinfo:1.6 pkgsrc/devel/R-covr/distinfo:1.7
--- pkgsrc/devel/R-covr/distinfo:1.6    Tue Oct 26 10:14:03 2021
+++ pkgsrc/devel/R-covr/distinfo        Fri Dec 16 14:35:18 2022
@@ -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