tests/testthat/test-lexical_sentences.R

context("lexical_sentences")

test_that("lexical_sentences", {
	skip_on_cran()

  tt <- lexical_sentences("cellular")

  expect_is(tt, "list")
  expect_match(tt$sentence, "cellular")
})

Try the rif package in your browser

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

rif documentation built on May 2, 2019, 5:54 a.m.