Package: area 0.2.0

Michael Sumner

area: Calculate Area of Triangles and Polygons

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>.

Authors:Michael Sumner [aut, cre, cph]

area_0.2.0.tar.gz
area_0.2.0.zip(r-4.5)area_0.2.0.zip(r-4.4)area_0.2.0.zip(r-4.3)
area_0.2.0.tgz(r-4.4-x86_64)area_0.2.0.tgz(r-4.4-arm64)area_0.2.0.tgz(r-4.3-x86_64)area_0.2.0.tgz(r-4.3-arm64)
area_0.2.0.tar.gz(r-4.5-noble)area_0.2.0.tar.gz(r-4.4-noble)
area_0.2.0.tgz(r-4.4-emscripten)area_0.2.0.tgz(r-4.3-emscripten)
area.pdf |area.html
area/json (API)
NEWS

# Install 'area' in R:
install.packages('area', repos = c('https://hypertidy.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/hypertidy/area/issues

Uses libs:
  • c++– GNU Standard C++ Library v3
Datasets:
  • mm - Planar straight line graphs and triangulations
  • mm_tri - Planar straight line graphs and triangulations
  • tas - Planar straight line graphs and triangulations

On CRAN:

2 exports 12 stars 1.71 score 1 dependencies 6 scripts 266 downloads

Last updated 8 months agofrom:ec5c424b56. Checks:OK: 7 NOTE: 2. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 16 2024
R-4.5-win-x86_64NOTEAug 16 2024
R-4.5-linux-x86_64NOTEAug 16 2024
R-4.4-win-x86_64OKAug 16 2024
R-4.4-mac-x86_64OKAug 16 2024
R-4.4-mac-aarch64OKAug 16 2024
R-4.3-win-x86_64OKAug 16 2024
R-4.3-mac-x86_64OKAug 16 2024
R-4.3-mac-aarch64OKAug 16 2024

Exports:polygon_areatriangle_area

Dependencies:cpp11