Provides infrastructure to accurately measure and compare the execution time of
R expressions. WWW: http://cran.r-project.org/web/packages/microbenchmark/index.html
This commit is contained in:
parent
19e0a84eb6
commit
facdcbbf1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357196
4 changed files with 23 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
SUBDIR += R-cran-iterators
|
||||
SUBDIR += R-cran-itertools
|
||||
SUBDIR += R-cran-memoise
|
||||
SUBDIR += R-cran-microbenchmark
|
||||
SUBDIR += R-cran-plyr
|
||||
SUBDIR += R-cran-proto
|
||||
SUBDIR += R-cran-randomForest
|
||||
|
|
16
devel/R-cran-microbenchmark/Makefile
Normal file
16
devel/R-cran-microbenchmark/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= microbenchmark
|
||||
DISTVERSION= 1.3-0
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
COMMENT= Infrastructure to measure the execution time of R expressions
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/R-cran-microbenchmark/distinfo
Normal file
2
devel/R-cran-microbenchmark/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (microbenchmark_1.3-0.tar.gz) = 3bb1f6fc672912adde3584792a4ae71dd4eac5eec2f960f29bb5fa65888b17c8
|
||||
SIZE (microbenchmark_1.3-0.tar.gz) = 14382
|
4
devel/R-cran-microbenchmark/pkg-descr
Normal file
4
devel/R-cran-microbenchmark/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Provides infrastructure to accurately measure and compare the execution time of
|
||||
R expressions.
|
||||
|
||||
WWW: http://cran.r-project.org/web/packages/microbenchmark/index.html
|
Loading…
Reference in a new issue