tests/testthat/test-acep_upos.R

test_that("ACEP upos", {
  skip_if_offline()
  skip_on_cran()
  texto <- acep_upos(1:10,
    modelo = "spanish")
  dimensiones <- length(texto)
  expect_equal(dimensiones, length(texto))
})

Try the ACEP package in your browser

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

ACEP documentation built on May 14, 2026, 5:08 p.m.