tests/testthat/test-grambank-feature.R

library(lingtypology)
context("Tests for grambank.feature function")

test_that("grambank.feature", {
  skip_on_cran()
  expect_error(grambank.feature(c("aa", "bb")), "There is no features 'aa', 'bb' in Grambank database.")
})

Try the lingtypology package in your browser

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

lingtypology documentation built on Oct. 31, 2024, 9:06 a.m.