tests/testthat/test-acep-ollama.R

test_that("ACEP ollama", {
  skip_if_offline()
  skip_on_cran()
  texto <- 1:10
  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.