Package: area
Title: Calculate Area of Triangles and Polygons
Version: 0.2.0
Authors@R: 
    person(given = "Michael",
           family = "Sumner",
           role = c("aut", "cre", "cph"),
           email = "mdsumner@gmail.com",
           comment = c(ORCID = "0000-0002-2471-7511"))
Description: Calculate the area of triangles and polygons using the shoelace 
 formula. Area may be signed, taking into account path orientation, or unsigned, 
 ignoring path orientation. The shoelace formula is described at 
 <https://en.wikipedia.org/wiki/Shoelace_formula>. 
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends: R (>= 4.1.0)
URL: https://github.com/hypertidy/area
BugReports: https://github.com/hypertidy/area/issues
LinkingTo: cpp11
Suggests: testthat
NeedsCompilation: yes
Packaged: 2023-12-21 10:53:54 UTC; gdal
Author: Michael Sumner [aut, cre, cph]
    (<https://orcid.org/0000-0002-2471-7511>)
Maintainer: Michael Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2023-12-21 11:20:02 UTC
