xref: /mports/misc/R-cran-gapminder/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	gapminder
2DISTVERSION=	1.0.0
3CATEGORIES=	misc
4DISTNAME=	${PORTNAME}_${PORTVERSION}
5
6MAINTAINER=	ports@MidnightBSD.org
7COMMENT=	Data from Gapminder
8WWW=		https://cran.r-project.org/package=gapminder
9
10LICENSE=	CC0-1.0
11
12RUN_DEPENDS=	R-cran-tibble>0:devel/R-cran-tibble
13TEST_DEPENDS=	R-cran-dplyr>0:math/R-cran-dplyr \
14		R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
15		R-cran-knitr>=1.47:print/R-cran-knitr \
16		R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
17		R-cran-testthat>0:devel/R-cran-testthat
18
19USES=		cran:auto-plist
20
21do-test:
22	@${FIND} ${WRKSRC} \( -name '*.o' -o -name '*.so' \) -delete
23	@cd ${WRKDIR} ; ${SETENV} ${MAKE_ENV} _R_CHECK_FORCE_SUGGESTS_=FALSE \
24	${LOCALBASE}/bin/R CMD check --no-manual ${PORTNAME}
25
26.include <bsd.port.mk>
27

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026