Nothing
library(karel)
test_that("Super Karel's actions perform as expected", {
generar_mundo("mundo001")
karel_env <- get_pkg_env()
girar_derecha()
expect_equal(karel_env$dir_now, 4)
darse_vuelta()
expect_equal(karel_env$dir_now, 2)
})
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.