Nothing
if(at_home()) {
source('storage-test.R')
phenos <- storage_test('lange', 'storage-lange')
purrr::walk(names(phenos[[1]]), \(key) {
if(!class(phenos[[1]][[key]]) == 'SpatRaster') return()
expect_true(all(terra::values(phenos[[1]][[key]] - phenos[[2]][[key]]) < 0.00001, na.rm = TRUE))
})
expect_true(all(phenos[[1]]$dates == phenos[[2]]$dates))
unlink('storage-lange', recursive = TRUE)
}
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.