library(magrittr)
library(wrswoR)
pkg <- devtools::as.package(".")
source(file.path(pkg$path, "data-raw", "benchmark.R"))
N <- trunc(10 ** seq(1.5, 7, by = 0.5)) %>% setNames(nm = .)
R <- c(0.01, 0.1, 1) %>% setNames(nm = .)
timings <- .benchmark()
rextdata::use_extdata(timings, overwrite = TRUE, compress = "xz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.