diff options
author | mef <mef@pkgsrc.org> | 2021-06-06 23:39:26 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-06-06 23:39:26 +0000 |
commit | 8eff3d09ae42179ccd24f1ff1555a2074d149b9e (patch) | |
tree | 2850c8801b7e6eb8de869bcdfec632c43c323573 /math | |
parent | bac8f401307ba0c42a32155455c332ffd5d6cfd9 (diff) | |
download | pkgsrc-8eff3d09ae42179ccd24f1ff1555a2074d149b9e.tar.gz |
(math/R-tibble) Update DEPEDNDS version for R-pillar
Diffstat (limited to 'math')
-rw-r--r-- | math/R-tibble/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/R-tibble/Makefile b/math/R-tibble/Makefile index 9d89216003c..8469d1acdce 100644 --- a/math/R-tibble/Makefile +++ b/math/R-tibble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2021/06/06 15:38:02 mef Exp $ +# $NetBSD: Makefile,v 1.8 2021/06/06 23:39:26 mef Exp $ R_PKGNAME= tibble R_PKGVER= 3.1.2 @@ -13,11 +13,10 @@ DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon DEPENDS+= R-fansi>=0.4.0:../../devel/R-fansi DEPENDS+= R-pkgconfig>=2.0.2:../../devel/R-pkgconfig DEPENDS+= R-rlang>=0.3.0:../../devel/R-rlang -DEPENDS+= R-pillar>=1.3.1:../../misc/R-pillar +DEPENDS+= R-pillar>=1.4.0:../../misc/R-pillar DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle DEPENDS+= R-magrittr-[0-9]*:../../devel/R-magrittr - #Packages suggested but not available: # 'bench', 'bit64', 'blob', 'DiagrammeR', 'dplyr', 'formattable', # 'ggplot2', 'hms', 'lubridate', 'mockr', 'nycflights13', 'purrr', |