Nothing
context("progress bar")
test_that("progress bar work at C++ level", {
sink(tempfile())
las = lidR:::generate_las(500)
options(lidR.progress = TRUE)
options(lidR.progress.delay = 0)
expect_error(smooth_height(las, 3), NA)
options(lidR.progress = FALSE)
options(lidR.progress.delay = 2)
sink(NULL)
})
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.