tergo-lib 0.2.12

A tool to format R code
Documentation
1
2
3
test_that("call1 returns an ordered factor", {
  expect_s3_class(call1(x, y), c("factor", "ordered"))
})