Provides a simple interface for creating active bindings where

the bound function accepts additional arguments.

WWW: https://cran.r-project.org/web/packages/bindr/
This commit is contained in:
Wen Heping 2017-06-13 10:44:52 +00:00
parent 57dbbe9c89
commit f60db3f2bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443498
4 changed files with 24 additions and 0 deletions

View file

@ -15,6 +15,7 @@
SUBDIR += R-cran-R6
SUBDIR += R-cran-RUnit
SUBDIR += R-cran-Rcpp
SUBDIR += R-cran-bindr
SUBDIR += R-cran-bit
SUBDIR += R-cran-bit64
SUBDIR += R-cran-bitops

View file

@ -0,0 +1,16 @@
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= bindr
PORTVERSION= 0.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Parametrized Active Bindings
LICENSE= GPLv2+
USES= cran:auto-plist,compiles
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1497340448
SHA256 (bindr_0.1.tar.gz) = cca166612eeafd6e1c961b34aaf177f9b47f8b4bc37520e277b9920eaa8b2535
SIZE (bindr_0.1.tar.gz) = 5928

View file

@ -0,0 +1,4 @@
Provides a simple interface for creating active bindings where
the bound function accepts additional arguments.
WWW: https://cran.r-project.org/web/packages/bindr/