Nothing
test_that("Test suite aai.R",{ # tests of the commutator .[x,y]
options(maxdim = NULL)
checker3 <- function(x,y,z){
expect_true(is.zero(
.[x,.[y,z]] +
.[y,.[z,x]] +
.[z,.[x,y]]
))
}
for(i in seq_len(7)){ checker3(rcliff(),rcliff(),rcliff()) }
})
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.