praise: Praise Users
Build friendly R packages that praise their users if they have done something good, or they just need it to feel better. WWW: http://cran.r-project.org/web/packages/praise/ PR: 213100 Submitted by: Pedro Giffuni
This commit is contained in:
parent
8e36d4a981
commit
b96a863c03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440272
@ -39,6 +39,7 @@
|
||||
SUBDIR += R-cran-microbenchmark
|
||||
SUBDIR += R-cran-pkgmaker
|
||||
SUBDIR += R-cran-plyr
|
||||
SUBDIR += R-cran-praise
|
||||
SUBDIR += R-cran-proto
|
||||
SUBDIR += R-cran-randomForest
|
||||
SUBDIR += R-cran-registry
|
||||
|
16
devel/R-cran-praise/Makefile
Normal file
16
devel/R-cran-praise/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# Created by: Pedro Giffuni
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= praise
|
||||
DISTVERSION= 1.0.0
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= pfg@FreeBSD.org
|
||||
COMMENT= Praise Users
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/R-cran-praise/distinfo
Normal file
3
devel/R-cran-praise/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1475167762
|
||||
SHA256 (praise_1.0.0.tar.gz) = 5c035e74fd05dfa59b03afe0d5f4c53fbf34144e175e90c53d09c6baedf5debd
|
||||
SIZE (praise_1.0.0.tar.gz) = 6100
|
6
devel/R-cran-praise/pkg-descr
Normal file
6
devel/R-cran-praise/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
praise: Praise Users
|
||||
|
||||
Build friendly R packages that praise their users if they have done
|
||||
something good, or they just need it to feel better.
|
||||
|
||||
WWW: http://cran.r-project.org/web/packages/praise/
|
Loading…
Reference in New Issue
Block a user