tests/testthat/test-hello-word.R

context('Testing \'hello world\'')
test_that('hello world module works', {
  skip_if(!docker_available)
  pkg_install(flpth = mdl_flpth)
  image_install(pkgnm = pkgnm)
  expect_true(om..hello.world::hello_world())
  uninstall(pkgnm = pkgnm)
})

Try the outsider.base package in your browser

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

outsider.base documentation built on April 19, 2021, 1:06 a.m.