inst/tinytest/import/test-libs.R

obj1 <- tinycodet:::.internal_prep_Namespace(
  "stringi", c("foo", .libPaths()), sys.call()
)
obj2 <- tinycodet:::.internal_prep_Namespace(
  "stringi", c(.libPaths(), "foo"), sys.call()
)
expect_equal(
  obj1, obj2,
)

Try the tinycodet package in your browser

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

tinycodet documentation built on Sept. 12, 2024, 7:03 a.m.