Nothing
test_that("version function works", {
version <- ggml_version()
expect_type(version, "character")
expect_equal(version, "0.11.0")
})
test_that("test function works", {
result <- ggml_test()
expect_true(result)
})
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.