(www/R-rvest) TEST_DEPENDS x 16 added
This commit is contained in:
parent
2f11de9e5d
commit
38eed3386c
1 changed files with 17 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2021/08/28 02:15:59 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2022/05/04 12:38:54 mef Exp $
|
||||
|
||||
R_PKGNAME= rvest
|
||||
R_PKGVER= 1.0.1
|
||||
|
@ -17,7 +17,23 @@ DEPENDS+= R-rlang>=0.4.10:../../devel/R-rlang
|
|||
DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
|
||||
|
||||
# Packages suggested but not available: 'repurrrsive', 'webfakes'
|
||||
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
|
||||
TEST_DEPENDS+= R-glue-[0-9]*:../../devel/R-glue
|
||||
TEST_DEPENDS+= R-httr-[0-9]*:../../www/R-httr
|
||||
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
|
||||
TEST_DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle
|
||||
TEST_DEPENDS+= R-magrittr-[0-9]*:../../devel/R-magrittr
|
||||
TEST_DEPENDS+= R-readr-[0-9]*:../../textproc/R-readr
|
||||
TEST_DEPENDS+= R-repurrrsive-[0-9]*:../../math/R-repurrrsive
|
||||
TEST_DEPENDS+= R-rlang-[0-9]*:../../devel/R-rlang
|
||||
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
|
||||
TEST_DEPENDS+= R-selectr-[0-9]*:../../textproc/R-selectr
|
||||
TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
|
||||
TEST_DEPENDS+= R-stringi-[0-9]*:../../textproc/R-stringi
|
||||
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
|
||||
TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
|
||||
TEST_DEPENDS+= R-webfakes-[0-9]*:../../www/R-webfakes
|
||||
TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
|
|
Loading…
Reference in a new issue