library(testthat) library(warprrr) describe("works as expected", { it("prints as expected", { expect_true(TRUE) }) })