Path to this page:
Subject: CVS commit: pkgsrc/devel/R-testthat
From: Makoto Fujiwara
Date: 2023-08-15 07:50:28
Message id: 20230815055028.1BE9DFBDB@cvs.NetBSD.org
Log Message:
(devel/R-testthat) Updated 3.1.9 to 3.1.10
# testthat 3.1.10
* Fix for upcoming R-devel release.
* `testthat` now sets the `_R_CHECK_BROWSER_NONINTERACTIVE_` environment variable
when running tests. This should ensure that left-over `browser()` statements
will trigger an error if encountered while running tests. This functionality
is only enabled with R (>= 4.3.0). (#1825)
Files: