Last data update: 2014.03.03

microbenchmark

Package: microbenchmark
Title: Accurate Timing Functions
Description: Provides infrastructure to accurately measure and compare
the execution time of R expressions.
Authors@R: c( person("Olaf", "Mersmann", role=c("aut", "cre"),
email="olafm@p-value.net"), person("Claudia", "Beleites",
role=c("ctb")), person("Rainer", "Hurling", role=c("ctb")),
person("Ari", "Friedman", role=c("ctb")))
License: BSD_2_clause + file LICENSE
Imports: graphics, ggplot2, stats
Suggests: multcomp
ByteCompile: yes
LazyData: yes
Version: 1.4-2.1
SystemRequirements: GNU Make
NeedsCompilation: yes
Packaged: 2015-11-25 10:59:00 UTC; ligges
Author: Olaf Mersmann [aut, cre],
Claudia Beleites [ctb],
Rainer Hurling [ctb],
Ari Friedman [ctb]
Maintainer: Olaf Mersmann <olafm@p-value.net>
Repository: CRAN
Date/Publication: 2015-11-25 12:02:00

● 0 images, 10 functions, 0 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'microbenchmark' ...
** package 'microbenchmark' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -D_POSIX_C_SOURCE=200112L -I/usr/local/include    -fpic  -g -O2  -c do_nothing.c -o do_nothing.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -D_POSIX_C_SOURCE=200112L -I/usr/local/include    -fpic  -g -O2  -c nanotimer.c -o nanotimer.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o microbenchmark.so do_nothing.o nanotimer.o -lrt -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/microbenchmark/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'microbenchmark'
    finding HTML links ... done
    autoplot.microbenchmark                 html  
    boxplot.microbenchmark                  html  
    coalesce                                html  
    convert_to_unit                         html  
    find_prefix                             html  
Rd warning: /tmp/RtmpALfQUI/R.INSTALL7f84633b0dba/microbenchmark/man/find_prefix.Rd:12: missing file link 'min'
    get_nanotime                            html  
    microbenchmark                          html  
    microtiming_precision                   html  
    print.microbenchmark                    html  
    summary.microbenchmark                  html  
** building package indices
** testing if installed package can be loaded
* DONE (microbenchmark)
Making 'packages.html' ... done