Closed Jean-Romain closed 3 years ago
MRE
LASfile <- system.file("extdata", "Megaplot.laz", package="lidR") ctg = readLAScatalog(LASfile) opt_output_files(ctg) <- tempfile() las_check(ctg, deep = T) #> Erreur : Trying to write an object of class list but this type is not supported.
Fixed in a51496d7a02
MRE