Skip to content

Commit

Permalink
(devel/R-rprojroot) Updated 2.0.2 to 2.0.3
Browse files Browse the repository at this point in the history
(this is actually log for previous commit, sorry)
# rprojroot 2.0.3 (2022-03-25)

- Add `is_pkgdown_project` root criterion looking
  for a `_pkgdown.yml`, `_pkgdown.yaml`, `pkgdown/_pkgdown.yml`
  and/or `inst/_pkgdown.yml` file (#79, @salim-b).
- Avoid `LazyData` in `DESCRIPTION`.
  • Loading branch information
mef committed Apr 30, 2022
1 parent 074df27 commit ba0f01f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions devel/R-rprojroot/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2022/04/30 05:26:10 mef Exp $
# $NetBSD: Makefile,v 1.4 2022/04/30 05:31:13 mef Exp $

R_PKGNAME= rprojroot
R_PKGVER= 2.0.3
Expand All @@ -10,12 +10,12 @@ LICENSE= gnu-gpl-v3

DEPENDS+= R-backports>=1.1.4:../../math/R-backports

TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-mockr-[0-9]*:../../devel/R-mockr
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-mockr-[0-9]*:../../devel/R-mockr
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
TEST_DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle

USE_LANGUAGES= # none
Expand Down

0 comments on commit ba0f01f

Please sign in to comment.