Skip to content

Instantly share code, notes, and snippets.

@dritoshi
Created April 2, 2012 10:37
Show Gist options
  • Save dritoshi/2282463 to your computer and use it in GitHub Desktop.
Save dritoshi/2282463 to your computer and use it in GitHub Desktop.
test_that("mci.mclapply return identical vector of mci.for", {
expect_identical(mci.for(x, u), unlist(mci.mclapply(x, u)))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment