(devel/R-rcmdcheck) Updated 1.3.3 to 1.4.0
# 1.4.0 * `cran_check_results()` now downloads results in parallel, so it is much faster. * `rcmdcheck_process` now redirects the standard error to the standard output, to make sure that they are correctly interleaved (#148). * rcmdcheck now puts Rtools on the PATH, via pkgbuild (#111). * rcmdcheck now builds the manual when building the package, if it is needed for `\Sexpr{}` expressions (#137). * This version fixes a rare race condition that made rcmdcheck fail (#139). * rcmdcheck now safeguards against R deleting the user's home directory via an `R CMD build` bug (#120). * rcmdcheck can now ignore files in `inst/doc` when building a package. See the `Config/build/clean-inst-doc` package option in `?"rcmdcheck-config"` (#130). * It is now possible to turn on/off ANSI colors for rcmdcheck only, without affecting the checked package. See `?"rcmdcheck-config" and the `RCMDCHECK_NUM_COLORS` environment variable and the `rcmdcheck.num_colors` option (#119, @jimhester). * `print.rcmdcheck()` now has a `test_output` argument and `rcmdcheck.test_output` global option, to control whether to print the full test output or not. (#121) * RStudio's Pandoc is now on the path during `rcmdcheck()` and `rcmdcheck_process` (#109, #132, @dpprdan). * `rcmdcheck()` now errors if the check process crashes (#110, #163). * `rcmdcheck()` prints the check ouptut better interactively, especially when the package has multiple test files (#145, #161). * rcmdcheck can now ignore `NOTE`s, if requested, see `?rcmdcheck` for details (#12, #160). * rcmdcheck now always converts its output to UTF-8 from the native encoding. It also handles parsing check output in a non-native encoding better (#152). * rcmdcheck now ignored time stamps when comparing two check results (#128). * rcmdcheck now does not print extra empty lines in the interactive output on GitHub Actions. * rcmdcheck now uses a more robust implementation to extract the session info from the check process (#164).
This commit is contained in:
parent
2590bb73ca
commit
3c882851a4
2 changed files with 14 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1 2019/08/09 19:10:28 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2022/04/29 13:52:36 mef Exp $
|
||||
|
||||
R_PKGNAME= rcmdcheck
|
||||
R_PKGVER= 1.3.3
|
||||
R_PKGVER= 1.4.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -19,6 +19,14 @@ DEPENDS+= R-withr>=2.1.2:../../devel/R-withr
|
|||
DEPENDS+= R-prettyunits>=1.0.2:../../math/R-prettyunits
|
||||
DEPENDS+= R-digest>=0.6.20:../../security/R-digest
|
||||
DEPENDS+= R-xopen>=1.0.0:../../sysutils/R-xopen
|
||||
DEPENDS+= R-curl-[0-9]*:../../www/R-curl
|
||||
|
||||
# Packages suggested but not available: 'svglite', 'webfakes'
|
||||
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
|
||||
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
|
||||
TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
|
||||
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
|
||||
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2021/10/26 10:14:07 nia Exp $
|
||||
$NetBSD: distinfo,v 1.4 2022/04/29 13:52:36 mef Exp $
|
||||
|
||||
BLAKE2s (R/rcmdcheck_1.3.3.tar.gz) = ba40739dd288760226be643fb035baaaa56e4e5afad977e376a01c7ebde9057a
|
||||
SHA512 (R/rcmdcheck_1.3.3.tar.gz) = dd09b71796db3b7c174734a787634d9a5abf01f48522d566f846c12bbfc728a53442507ce5de70243f19d6ac9ac51ae74145c40d47876bab58e95b7b623391cd
|
||||
Size (R/rcmdcheck_1.3.3.tar.gz) = 45380 bytes
|
||||
BLAKE2s (R/rcmdcheck_1.4.0.tar.gz) = b931d81dd304f76a76eca01202af5af8d700ce26bbbe4dea06eaecffe6bb7b7f
|
||||
SHA512 (R/rcmdcheck_1.4.0.tar.gz) = 5afd3d595dc9f4cb80d26ff6fbdbd2e0887d31980e4a48c8e1eceacfe895c0490b11ad631c67bafa473751945abae1806f0099fe38e025851304ebc6648e4cc4
|
||||
Size (R/rcmdcheck_1.4.0.tar.gz) = 73522 bytes
|
||||
|
|
Loading…
Reference in a new issue