a1261fcb1c
Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression.
15 lines
357 B
Makefile
15 lines
357 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/01/01 13:19:40 wen Exp $
|
|
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/magrittr/
|
|
COMMENT= Forward-Pipe Operator for R
|
|
LICENSE= mit
|
|
|
|
R_PKGNAME= magrittr
|
|
R_PKGVER= 1.5
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|