tests/testthat/test-catalog_laxindex.R

context("catalog_laxindex")

test_that("catalog_laxindex works", {
  skip_on_cran() # ASAN/USBAN to fix in rlas

  ctg <- random_2files_250points
  expect_error(lidR:::catalog_laxindex(ctg), NA)
  expect_true(is.indexed(ctg))
})

Try the lidR package in your browser

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

lidR documentation built on Sept. 8, 2023, 5:10 p.m.