tests/testthat/test-check_wget.R

library(testthat)

test_that("test if wget is installed", {
  wget= check_wget()

  # check the result
  expect_true(is.logical(wget))
})

Try the lulab.utils package in your browser

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

lulab.utils documentation built on Oct. 7, 2024, 5:08 p.m.