forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(devel/R-lifecycle) Updated 1.0.0 to 1.0.1, TEST_DEPENDS+= added, mis…
…sing one more # lifecycle 1.0.1 * `deprecate_soft()` now follows the verbosity option when called from the global environment (#113). * `last_warnings()` has been renamed to `last_lifecycle_warnings()` and `last_warning()` has been removed. This is for compatibility with the future `rlang::last_warnings()` function to be released in the next rlang version.
- Loading branch information
mef
committed
Apr 22, 2022
1 parent
00824e7
commit 4fd5b82
Showing
2 changed files
with
16 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.2 2021/05/31 22:15:16 mef Exp $ | ||
# $NetBSD: Makefile,v 1.3 2022/04/22 22:55:50 mef Exp $ | ||
|
||
R_PKGNAME= lifecycle | ||
R_PKGVER= 1.0.0 | ||
R_PKGVER= 1.0.1 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -11,6 +11,16 @@ LICENSE= gnu-gpl-v3 | |
DEPENDS+= R-glue>=1.3.1:../../devel/R-glue | ||
DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang | ||
|
||
# Package suggested but not available: 'tidyverse' | ||
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr | ||
TEST_DEPENDS+= R-crayon-[0-9]*:../../devel/R-crayon | ||
TEST_DEPENDS+= R-lintr-[0-9]*:../../devel/R-lintr | ||
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr | ||
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown | ||
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat | ||
TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble | ||
TEST_DEPENDS+= R-vctrs-[0-9]*:../../math/R-vctrs | ||
|
||
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.4 2021/10/26 10:14:05 nia Exp $ | ||
$NetBSD: distinfo,v 1.5 2022/04/22 22:55:50 mef Exp $ | ||
|
||
BLAKE2s (R/lifecycle_1.0.0.tar.gz) = 455d8366058b31e0248f298ff39e9eb000122fc81a3de326e5f5dffc06290488 | ||
SHA512 (R/lifecycle_1.0.0.tar.gz) = 603e1889c41b970a10956aff5b547111bd0166de7c6721419d2ea1667ff36202803faa9a0913710993d15e4713227ae8d9801ab26b0f2e54b06d44838de495a4 | ||
Size (R/lifecycle_1.0.0.tar.gz) = 83389 bytes | ||
BLAKE2s (R/lifecycle_1.0.1.tar.gz) = 9685b99f300656c9cc0bd5f61b47313c4663771bbaee8ada01c5d53b5b248752 | ||
SHA512 (R/lifecycle_1.0.1.tar.gz) = 63d3bda7086a50fc8e818e82f87d75e8850c60c8b10c54810ae62e9f20c944c23666df2be71d260f4c61c09218d9c8dca7d45d227799d851278079e4d9954f87 | ||
Size (R/lifecycle_1.0.1.tar.gz) = 99716 bytes |