Nothing
test_that("test whether psd_spade function works well", {
data('NTDs')
wt = sdsfun::inverse_distance_swm(sf::st_as_sf(NTDs,coords = c('X','Y')),power = 2)
p = round(psd_spade(NTDs$incidence,NTDs$soiltype,wt),6)
expect_equal(p,0.256653)
})
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.