Nothing
test_Rwanderlust <- function() {
set.seed(15)
shuffled_iris <- iris[sample(150, 150, replace = FALSE), ]
data <- shuffled_iris[ ,1:4]
wishbone <- Rwanderlust(data = data, num_waypoints = 100, waypoints_seed = 2)
checkEquals(length(wishbone), 3)
}
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.