Skip to content

Commit 0b91415

Browse files
author
mef
committed
(devel/R-rprojroot) Updated 2.0.3 to 2.0.4, make test passed
# rprojroot 2.0.4 (2023-11-05) ## Features - Add `is_renv_project` criterion looking for an `renv.lock` file (@gadenbuie, #86). - Add `is_quarto_project` criterion looking for a Quarto project (@olivroy, #91, #92). ## Chore - Update maintainer e-mail address. ## Testing - Wrap `::` to skip if not installed in tests (#94).
1 parent 35ea9a5 commit 0b91415

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

devel/R-rprojroot/Makefile

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.4 2022/04/30 05:31:13 mef Exp $
1+
# $NetBSD: Makefile,v 1.5 2024/01/22 23:35:47 mef Exp $
22

33
R_PKGNAME= rprojroot
4-
R_PKGVER= 2.0.3
4+
R_PKGVER= 2.0.4
55
CATEGORIES= devel
66

77
MAINTAINER= [email protected]
@@ -18,6 +18,13 @@ TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
1818
TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
1919
TEST_DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle
2020

21+
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
22+
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
23+
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
24+
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
25+
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
26+
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
27+
2128
USE_LANGUAGES= # none
2229

2330
.include "../../math/R/Makefile.extension"

devel/R-rprojroot/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.5 2022/04/30 05:26:10 mef Exp $
1+
$NetBSD: distinfo,v 1.6 2024/01/22 23:35:47 mef Exp $
22

3-
BLAKE2s (R/rprojroot_2.0.3.tar.gz) = 051c214ce1086c3dfb09d667a16864d298690cfd8fef98691d345e39b09a3cae
4-
SHA512 (R/rprojroot_2.0.3.tar.gz) = ffe7e82e3647760f29a57ffa341026df76888ad4ff4cc29443c878b1f5b268f60b68d374f3579e4101601cdf84fbbbd8a9c996d3d84b23aa98ffe3710b82b73d
5-
Size (R/rprojroot_2.0.3.tar.gz) = 59939 bytes
3+
BLAKE2s (R/rprojroot_2.0.4.tar.gz) = 30264dc33d1308a0a330c5f8ac5e77681326f29b30bd3de3a00f8bdb849e8183
4+
SHA512 (R/rprojroot_2.0.4.tar.gz) = 27a07b4246aedc09495ab95bb08c2de33daca18d26389b333ecd92294a8b0cd7245990d9bf2e8592aa87dac91d10afb779dd948ced0342ccab0af0228c86827c
5+
Size (R/rprojroot_2.0.4.tar.gz) = 59946 bytes

0 commit comments

Comments
 (0)