olafmersmann / microbenchmarkCore

Core timing functions for R microbenchmarking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

microbenchmarkCore

Core microbenchmark timing functions

Install development version

From time to time I release development version to my private R package repository. To install from this repository run:

install.packages("microbenchmarkCore", repos="http://olafmersmann.github.io/drat")

Install from GitHub

To install the bleeding edge version from GitHub run (requires the devtools package):

library("devtools")
install_github("olafmersmann/microbenchmarkCore")

CRAN Status Badge CRAN Downloads

About

Core timing functions for R microbenchmarking

License:Other


Languages

Language:R 75.7%Language:C 22.6%Language:C++ 1.8%