1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

A disciplined approach to non-standard evaluation.

WWW: https://cran.r-project.org/web/packages/lazyeval/
This commit is contained in:
Wen Heping 2015-12-16 07:44:49 +00:00
parent cadfd2d36d
commit 1c074a38f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403845
4 changed files with 22 additions and 0 deletions

View File

@ -37,6 +37,7 @@
SUBDIR += R-cran-inline
SUBDIR += R-cran-irlba
SUBDIR += R-cran-labeling
SUBDIR += R-cran-lazyeval
SUBDIR += R-cran-lme4
SUBDIR += R-cran-maxLik
SUBDIR += R-cran-memisc

View File

@ -0,0 +1,16 @@
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= lazyeval
DISTVERSION= 0.1.10
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Disciplined approach to non-standard evaluation
LICENSE= GPLv3
USES= cran:auto-plist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (lazyeval_0.1.10.tar.gz) = 9063a02257776f00173d5171b7239ba1b28f613eefe42e49dfe8f8ea84bd0e0b
SIZE (lazyeval_0.1.10.tar.gz) = 20833

View File

@ -0,0 +1,3 @@
A disciplined approach to non-standard evaluation.
WWW: https://cran.r-project.org/web/packages/lazyeval/