Nothing
test_that("Crop work works", {
nr <- nr_new(400, 400, 'hotpink')
nr2 <- nr_crop(nr, 0, 0, 4, 3)
expect_equal(ncol(nr2), 4)
expect_equal(nrow(nr2), 3)
expect_identical(unique(nr2), colorfast::col_to_int('hotpink'))
})
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.