# Import necessary functions from external packages
importFrom(digest, digest)
importFrom(stats, complete.cases)
importFrom(terra, ncell, values, xyFromCell, rast, nlyr, writeRaster, ext)
importFrom(sf, st_as_sf, st_coordinates, st_crs, st_write)

# Export user-facing functions
export(tangles)
export(tangler)
export(detangles)
