Skip to content

Commit

Permalink
Import from microbenchmarkCore.
Browse files Browse the repository at this point in the history
  • Loading branch information
olafmersmann committed Sep 20, 2015
1 parent c73fa9d commit 8b1e126
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Expand Up @@ -6,11 +6,11 @@ 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")))
URL: https://github.com/olafmersmann/microbenchmark/
URL: https://github.com/olafmersmann/microbenchmark/
BugReports: https://github.com/olafmersmann/microbenchmark/issues/
License: BSD_2_clause + file LICENSE
Depends: microbenchmarkCore
Imports: graphics, ggplot2, multcomp
ByteCompile: yes
LazyData: yes
Version: 1.4-2.8
Version: 1.4-2.11
1 change: 1 addition & 0 deletions NAMESPACE
Expand Up @@ -6,3 +6,4 @@ S3method(print,microbenchmark)
S3method(summary,microbenchmark)
importFrom(ggplot2,autoplot)
importFrom(graphics,boxplot)
importFrom(microbenchmarkCore,microbenchmark)
1 change: 1 addition & 0 deletions R/zzz.R
@@ -1 +1,2 @@
#' @importFrom microbenchmarkCore microbenchmark
NULL

0 comments on commit 8b1e126

Please sign in to comment.