tests/testthat/test-sysdeps.R

test_that("sysdeps works", {
  skip_on_os('windows')
  skip_on_os('mac')
  skip_on_cran()
  sysdeps <- package_sysdeps('curl')
  expect_true(any(grepl('libcurl', package_links_to('curl'))))
  expect_true(any(grepl('libcurl', sysdeps$shlib)))
  expect_true(any(grepl('curl', sysdeps$package)))
})

Try the maketools package in your browser

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

maketools documentation built on April 12, 2025, 1:33 a.m.