befe3a2a83
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.
15 lines
335 B
Makefile
15 lines
335 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/09/18 06:16:57 mef Exp $
|
|
|
|
R_PKGNAME= globals
|
|
R_PKGVER= 0.14.0
|
|
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Identify Global Objects in R Expressions
|
|
LICENSE= gnu-lgpl-v2.1 OR gnu-lgpl-v3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|