Nothing
RcppParallel:::test_init()
Rcpp::sourceCpp(system.file("tests/cpp/distance.cpp", package = "RcppParallel"))
n <- 1000
m <- matrix(runif(n * 10), ncol = 10)
m <- m / rowSums(m)
assert(all.equal(
rcpp_js_distance(m),
rcpp_parallel_js_distance(m)
))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.