Nothing
test_that(
'Linear case values', {
load('data/linear.plots.Rda');
load('data/linear.data.Rda')
expect_true(compare.trees(
linear.example,
create.test.tree(
linear.test.data$tree,
linear.test.data$node.text,
'WHO003',
add.normal = TRUE,
horizontal.padding = -1
)
));
}
);
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.