Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/graphics/R-cran-DiagrammeR/Makefile
16460 views
PORTNAME=	DiagrammeR
PORTVERSION=	1.0.11
CATEGORIES=	graphics
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	[email protected]
COMMENT=	Create Diagrams and Flowcharts Using R
WWW=		https://cran.r-project.org/web/packages/DiagrammeR/

LICENSE=	MIT

RUN_DEPENDS=	R-cran-cli>0:devel/R-cran-cli \
		R-cran-dplyr>=1.0.7:math/R-cran-dplyr \
		R-cran-glue>=1.5.0:devel/R-cran-glue \
		R-cran-htmltools>=0.5.2:textproc/R-cran-htmltools \
		R-cran-htmlwidgets>=1.5:www/R-cran-htmlwidgets \
		R-cran-igraph>=1.4.0:math/R-cran-igraph \
		R-cran-magrittr>=1.5:devel/R-cran-magrittr \
		R-cran-purrr>=0.3.4:devel/R-cran-purrr \
		R-cran-RColorBrewer>=1.1.2:graphics/R-cran-RColorBrewer \
		R-cran-readr>=2.1.1:textproc/R-cran-readr \
		R-cran-rlang>=1.1.0:devel/R-cran-rlang \
		R-cran-rstudioapi>=0.7:devel/R-cran-rstudioapi \
		R-cran-scales>=1.1:graphics/R-cran-scales \
		R-cran-stringr>=1.4:textproc/R-cran-stringr \
		R-cran-tibble>=3.1:devel/R-cran-tibble \
		R-cran-tidyr>=1.1:devel/R-cran-tidyr \
		R-cran-viridisLite>=0.4.2:graphics/R-cran-viridisLite \
		R-cran-visNetwork>=2.1.0:graphics/R-cran-visNetwork

USES=		cran:auto-plist

.include <bsd.port.mk>