Package: area Title: Calculate Area of Triangles and Polygons Version: 0.3.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 . License: GPL-3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) URL: https://github.com/hypertidy/area, https://hypertidy.github.io/area/ BugReports: https://github.com/hypertidy/area/issues LinkingTo: cpp11 Suggests: testthat Repository: https://hypertidy.r-universe.dev Date/Publication: 2026-01-27 14:57:30 UTC RemoteUrl: https://github.com/hypertidy/area RemoteRef: HEAD RemoteSha: fabd752cfccd85a715a04dd79c9dca658e4798f9 NeedsCompilation: yes Packaged: 2026-05-27 07:34:39 UTC; root Author: Michael Sumner [aut, cre, cph] (ORCID: ) Maintainer: Michael Sumner