Package: lidR
Type: Package
Title: Airborne LiDAR Data Manipulation and Visualization for Forestry
        Applications
Version: 1.0.2
Date: 2016-12-31
Authors@R: c(
    person("Jean-Romain", "Roussel", email = "jean-romain.roussel.1@ulaval.ca", role = c("aut", "cre", "cph")),
    person("David", "Auty", email = "", role = c("aut", "ctb"), comment = "Reviews the documentation"),
    person("Florian", "De Boissieu", email = "", role = ("ctb"), comment = "Fixed bugs and improved catalog features"),
    person("Andrew", "Sánchez Meador", email = "", role = ("ctb"), comment = "Helped to review the documentation"))
Description: Airborne LiDAR (Light Detection and Ranging) interface for data manipulation and visualization. Read/write 
    'las' and 'laz' files, computation of metrics in area based approach, point filtering, artificial point 
    reduction, classification from geographic data, normalization and other manipulations.
URL: https://github.com/Jean-Romain/lidR
BugReports: https://github.com/Jean-Romain/lidR/issues
License: GPL-3
Depends: R (>= 3.1.0),magrittr,methods
Imports:
        rlas,rgl,stats,utils,grDevices,tools,parallel,raster,rgeos,data.table,RANN,Rcpp,lazyeval
Suggests: rgdal,akima,gstat,sp
LazyData: true
RoxygenNote: 5.0.1
LinkingTo: Rcpp
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2016-12-31 16:13:33 UTC; jr
Author: Jean-Romain Roussel [aut, cre, cph],
  David Auty [aut, ctb] (Reviews the documentation),
  Florian De Boissieu [ctb] (Fixed bugs and improved catalog features),
  Andrew Sánchez Meador [ctb] (Helped to review the documentation)
Maintainer: Jean-Romain Roussel <jean-romain.roussel.1@ulaval.ca>
Repository: CRAN
Date/Publication: 2016-12-31 17:26:34
