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:
parent
cadfd2d36d
commit
1c074a38f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403845
@ -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
|
||||
|
16
math/R-cran-lazyeval/Makefile
Normal file
16
math/R-cran-lazyeval/Makefile
Normal 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>
|
2
math/R-cran-lazyeval/distinfo
Normal file
2
math/R-cran-lazyeval/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (lazyeval_0.1.10.tar.gz) = 9063a02257776f00173d5171b7239ba1b28f613eefe42e49dfe8f8ea84bd0e0b
|
||||
SIZE (lazyeval_0.1.10.tar.gz) = 20833
|
3
math/R-cran-lazyeval/pkg-descr
Normal file
3
math/R-cran-lazyeval/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A disciplined approach to non-standard evaluation.
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/lazyeval/
|
Loading…
Reference in New Issue
Block a user