Nothing
## tests for universal functions (umap_universal.R)
## ############################################################################
## Tests for exact nearest neighbors extraction
test_that("message when verbose set", {
expect_message(message.w.date("hello", TRUE))
})
test_that("message by default when verbose not set", {
expect_silent(message.w.date("hello"))
})
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.