Package: lacunr
Type: Package
Title: Fast 3D Lacunarity for Voxel Data
Version: 1.0.2
Date: 2025-08-27
Authors@R: c(
    person("Elliott", "Smeds", , "elliott.alfred93@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0003-1054-7491")),
    person("J. Antonio", "Guzmán Q.", role = "cph",
           comment = "Author of original version of voxelize() function")
  )
URL: https://github.com/ElliottSmeds/lacunr
BugReports: https://github.com/ElliottSmeds/lacunr/issues
Description: Calculates 3D lacunarity from voxel data. It is designed for use
    with point clouds generated from Light Detection And Ranging (LiDAR) scans
    in order to measure the spatial heterogeneity of 3-dimensional structures
    such as forest stands. It provides fast 'C++' functions to efficiently bin
    point cloud data into voxels and calculate lacunarity using different
    variants of the gliding-box algorithm originated by Allain & Cloitre (1991)
    <doi:10.1103/PhysRevA.44.3552>.
License: GPL (>= 3)
Encoding: UTF-8
Imports: Rcpp (>= 1.0.10), data.table, abind, ggplot2, rlang
Suggests: knitr, lidR, rmarkdown, testthat (>= 3.0.0)
LinkingTo: Rcpp, RcppArmadillo, RcppThread
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Depends: R (>= 2.10)
LazyData: true
LazyDataCompression: bzip2
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2025-08-27 23:21:16 UTC; easmeds
Author: Elliott Smeds [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-1054-7491>),
  J. Antonio Guzmán Q. [cph] (Author of original version of voxelize()
    function)
Maintainer: Elliott Smeds <elliott.alfred93@gmail.com>
Repository: CRAN
Date/Publication: 2025-08-27 23:40:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 03:28:56 UTC; windows
Archs: x64
