freebsd-ports/devel/R-cran-globals/Makefile
TAKATSU Tomonari 63e5d7f8e3 devel/R-cran-globals: Add new port
Identifies global ("unknown" or "free") objects in R expressions
by code inspection using various strategies (ordered, liberal, or
conservative). The objective of this package is to make it as simple
as possible to identify global objects for the purpose of exporting
them in parallel, distributed compute environments.

WWW: https://cran.r-project.org/web/packages/globals/
2021-09-08 11:43:38 +00:00

13 lines
239 B
Makefile

PORTNAME= globals
PORTVERSION= 0.14.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Identify Global Objects in R Expressions
LICENSE= LGPL21+
USES= cran:auto-plist
.include <bsd.port.mk>