-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(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).
- Loading branch information
mef
committed
Jan 22, 2024
1 parent
35ea9a5
commit 0b91415
Showing
2 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# $NetBSD: Makefile,v 1.4 2022/04/30 05:31:13 mef Exp $ | ||
# $NetBSD: Makefile,v 1.5 2024/01/22 23:35:47 mef Exp $ | ||
|
||
R_PKGNAME= rprojroot | ||
R_PKGVER= 2.0.3 | ||
R_PKGVER= 2.0.4 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -18,6 +18,13 @@ 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 | ||
|
||
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec | ||
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata | ||
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin | ||
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval | ||
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval | ||
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url | ||
|
||
USE_LANGUAGES= # none | ||
|
||
.include "../../math/R/Makefile.extension" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.5 2022/04/30 05:26:10 mef Exp $ | ||
$NetBSD: distinfo,v 1.6 2024/01/22 23:35:47 mef Exp $ | ||
|
||
BLAKE2s (R/rprojroot_2.0.3.tar.gz) = 051c214ce1086c3dfb09d667a16864d298690cfd8fef98691d345e39b09a3cae | ||
SHA512 (R/rprojroot_2.0.3.tar.gz) = ffe7e82e3647760f29a57ffa341026df76888ad4ff4cc29443c878b1f5b268f60b68d374f3579e4101601cdf84fbbbd8a9c996d3d84b23aa98ffe3710b82b73d | ||
Size (R/rprojroot_2.0.3.tar.gz) = 59939 bytes | ||
BLAKE2s (R/rprojroot_2.0.4.tar.gz) = 30264dc33d1308a0a330c5f8ac5e77681326f29b30bd3de3a00f8bdb849e8183 | ||
SHA512 (R/rprojroot_2.0.4.tar.gz) = 27a07b4246aedc09495ab95bb08c2de33daca18d26389b333ecd92294a8b0cd7245990d9bf2e8592aa87dac91d10afb779dd948ced0342ccab0af0228c86827c | ||
Size (R/rprojroot_2.0.4.tar.gz) = 59946 bytes |