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:
Steven Kreuzer 2014-06-09 19:30:45 +00:00
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

View file

@ -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

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (microbenchmark_1.3-0.tar.gz) = 3bb1f6fc672912adde3584792a4ae71dd4eac5eec2f960f29bb5fa65888b17c8
SIZE (microbenchmark_1.3-0.tar.gz) = 14382

View 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