tests/testthat/test-runExampleApp.R

context("runExampleApp")

test_that("None existant apps", {
  
  expect_error(runExampleApp("beans"))
  
  expect_error(runExampleApp(17))
  
})

Try the radarchart package in your browser

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

radarchart documentation built on May 1, 2019, 10:52 p.m.