head	1.4;
access;
symbols
	pkgsrc-2026Q1:1.4.0.18
	pkgsrc-2026Q1-base:1.4
	pkgsrc-2025Q4:1.4.0.16
	pkgsrc-2025Q4-base:1.4
	pkgsrc-2025Q3:1.4.0.14
	pkgsrc-2025Q3-base:1.4
	pkgsrc-2025Q2:1.4.0.12
	pkgsrc-2025Q2-base:1.4
	pkgsrc-2025Q1:1.4.0.10
	pkgsrc-2025Q1-base:1.4
	pkgsrc-2024Q4:1.4.0.8
	pkgsrc-2024Q4-base:1.4
	pkgsrc-2024Q3:1.4.0.6
	pkgsrc-2024Q3-base:1.4
	pkgsrc-2024Q2:1.4.0.4
	pkgsrc-2024Q2-base:1.4
	pkgsrc-2024Q1:1.4.0.2
	pkgsrc-2024Q1-base:1.4
	pkgsrc-2023Q4:1.3.0.14
	pkgsrc-2023Q4-base:1.3
	pkgsrc-2023Q3:1.3.0.12
	pkgsrc-2023Q3-base:1.3
	pkgsrc-2023Q2:1.3.0.10
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.3.0.8
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.3.0.6
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.3.0.4
	pkgsrc-2022Q3-base:1.3
	pkgsrc-2022Q2:1.3.0.2
	pkgsrc-2022Q2-base:1.3;
locks; strict;
comment	@# @;


1.4
date	2024.01.23.13.33.39;	author mef;	state Exp;
branches;
next	1.3;
commitid	OjHqddJU78VjPzVE;

1.3
date	2022.04.23.06.36.31;	author mef;	state Exp;
branches;
next	1.2;
commitid	oR0pJasqAGTF5iBD;

1.2
date	2022.04.23.04.53.59;	author mef;	state Exp;
branches;
next	1.1;
commitid	sLNYiQJIGEXuwhBD;

1.1
date	2022.04.22.22.59.02;	author mef;	state Exp;
branches;
next	;
commitid	IkcguzdEsHbJyfBD;


desc
@@


1.4
log
@(devel/R-uuid) Remove duplicated line, sorry
@
text
@# $NetBSD: Makefile,v 1.3 2022/04/23 06:36:31 mef Exp $

R_PKGNAME=	tidyverse
R_PKGVER=	2.0.0
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@@NetBSD.org
COMMENT=	Easily Install and Load the 'Tidyverse'
LICENSE=	mit	# + file LICENSE

DEPENDS+=	R-dbplyr>=2.1.1:../../databases/R-dbplyr
DEPENDS+=	R-cli>=2.4.0:../../devel/R-cli
DEPENDS+=	R-conflicted-[0-9]*:../../math/R-conflicted
DEPENDS+=	R-crayon>=1.4.1:../../devel/R-crayon
DEPENDS+=	R-magrittr>=2.0.1:../../devel/R-magrittr
DEPENDS+=	R-purrr>=0.3.4:../../devel/R-purrr
DEPENDS+=	R-rlang>=0.4.10:../../devel/R-rlang
DEPENDS+=	R-ggplot2>=3.3.3:../../graphics/R-ggplot2
DEPENDS+=	R-broom>=0.7.6:../../math/R-broom
DEPENDS+=	R-dplyr>=1.0.5:../../math/R-dplyr
DEPENDS+=	R-forcats>=0.5.1:../../math/R-forcats
DEPENDS+=	R-rstudioapi>=0.13:../../math/R-rstudioapi
DEPENDS+=	R-tibble>=3.1.0:../../math/R-tibble
DEPENDS+=	R-tidyr>=1.1.3:../../math/R-tidyr
DEPENDS+=	R-pillar>=1.6.0:../../misc/R-pillar
DEPENDS+=	R-haven>=2.3.1:../../textproc/R-haven
DEPENDS+=	R-jsonlite>=1.7.2:../../textproc/R-jsonlite
DEPENDS+=	R-readr>=1.4.0:../../textproc/R-readr
DEPENDS+=	R-readxl>=1.3.1:../../textproc/R-readxl
DEPENDS+=	R-stringr>=1.4.0:../../textproc/R-stringr
DEPENDS+=	R-xml2>=1.3.2nb1:../../textproc/R-xml2
DEPENDS+=	R-hms>=1.0.0:../../time/R-hms
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
DEPENDS+=	R-ragg-[0-9]*:../../graphics/R-ragg

# Package suggested but not available: 'feather'
# Packages required and available but unsuitable versions:
#   'readxl', 'rvest', 'xml2', 'rmarkdown'
TEST_DEPENDS+=	R-covr-[0-9]*:../../devel/R-covr
#EST_DEPENDS+=	R-feather-[0-9]*:
TEST_DEPENDS+=	R-mockr-[0-9]*:../../devel/R-mockr
TEST_DEPENDS+=	R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+=	R-readxl-[0-9]*:../../textproc/R-readxl
TEST_DEPENDS+=	R-rvest-[0-9]*:../../www/R-rvest
TEST_DEPENDS+=	R-xml2-[0-9]*:../../textproc/R-xml2
TEST_DEPENDS+=	R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown


USE_LANGUAGES=	# none

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
@


1.3
log
@(devel/R-tidyverse) Fix build, by adding missing DEPENDS+=
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2022/04/23 04:53:59 mef Exp $
d4 1
a4 1
R_PKGVER=	1.3.1
d13 1
d41 1
d44 11
@


1.2
log
@(devel/R-tidyverse) Not able to package for missing DEPENDS+=
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2022/04/22 22:59:02 mef Exp $
a10 3
BROKEN=		'dtplyr, googledrive, googlesheets4, modelr, reprex are not available'


d35 7
@


1.1
log
@(devel/R-tidyverse) import R-tidyverse-1.3.1

The 'tidyverse' is a set of packages that work in harmony because they
share common data representations and 'API' design. This package is
designed to make it easy to install and load multiple 'tidyverse'
packages in a single step. Learn more about the 'tidyverse' at
<https://www.tidyverse.org>.
@
text
@d1 1
a1 1
# $NetBSD$
d11 3
@

