tests/testthat/test-internals.r

context("internals")

test_that("comparisons<REALSXP> works as expected (#275)", {
  res <- test_comparisons()
  expect_true(all(res))
})

test_that("join_match() works as expected", {
  res <- test_matches()
  expect_true(all(unlist(res)))
})
YTLogos/dplyr documentation built on May 20, 2019, 1:44 p.m.