tests/testthat/test-kiwi.R

test_that("kiwi works", {
  skip_if_offline()
  skip_on_os(os = "windows", arch = "i386")
  kw <- Kiwi$new(model_size = "small")
  expect_equal(class(kw), c("Kiwi","R6"))
})

Try the elbird package in your browser

Any scripts or data that you put into this service are public.

elbird documentation built on Aug. 12, 2022, 5:08 p.m.