pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/R-tidyverse (devel/R-tidyverse) Fix build, by ad...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c1f05809ddc3
branches: trunk
changeset: 377585:c1f05809ddc3
user: mef <mef%pkgsrc.org@localhost>
date: Sat Apr 23 06:36:31 2022 +0000
description:
(devel/R-tidyverse) Fix build, by adding missing DEPENDS+=
diffstat:
devel/R-tidyverse/Makefile | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 15b104195afe -r c1f05809ddc3 devel/R-tidyverse/Makefile
--- a/devel/R-tidyverse/Makefile Sat Apr 23 06:19:29 2022 +0000
+++ b/devel/R-tidyverse/Makefile Sat Apr 23 06:36:31 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/04/23 04:53:59 mef Exp $
+# $NetBSD: Makefile,v 1.3 2022/04/23 06:36:31 mef Exp $
R_PKGNAME= tidyverse
R_PKGVER= 1.3.1
@@ -8,9 +8,6 @@
COMMENT= Easily Install and Load the 'Tidyverse'
LICENSE= mit # + file LICENSE
-BROKEN= 'dtplyr, googledrive, googlesheets4, modelr, reprex are not available'
-
-
DEPENDS+= R-dbplyr>=2.1.1:../../databases/R-dbplyr
DEPENDS+= R-cli>=2.4.0:../../devel/R-cli
DEPENDS+= R-crayon>=1.4.1:../../devel/R-crayon
@@ -35,6 +32,13 @@
DEPENDS+= R-lubridate>=1.7.10:../../time/R-lubridate
DEPENDS+= R-httr>=1.4.2:../../www/R-httr
DEPENDS+= R-rvest>=1.0.0:../../www/R-rvest
+DEPENDS+= R-dtplyr-[0-9]*:../../textproc/R-dtplyr
+DEPENDS+= R-googledrive-[0-9]*:../../www/R-googledrive
+DEPENDS+= R-googlesheets4-[0-9]*:../../math/R-googlesheets4
+DEPENDS+= R-modelr-[0-9]*:../../math/R-modelr
+DEPENDS+= R-reprex-[0-9]*:../../textproc/R-reprex
+
+# Package suggested but not available: 'feather'
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index