./graphics/R-isoband, Generate Isolines and Isobands from Regularly Spaced Elevation Grids

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.7, Package name: R-isoband-0.2.7, Maintainer: pkgsrc-users

A fast C++ implementation to generate contour lines (isolines) and
contour polygons (isobands) from regularly spaced grids containing
elevation data.


Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2024-12-07 03:51:45 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(graphics/R-isoband) Updated 0.2.4 to 0.2.7, make test passed

# isoband 0.2.7

- Remove compile-time dependency on testthat.

- Changed maintainer after the original author (Claus Wilke) donated codebase
  to r-lib.

isoband 0.2.6
----------------------------------------
- Update to the latest testthat headers for compatibility with
  LLVM clang 15.0.0.

- Correct label angle for current aspect ratio in `isolines_grob()`
  (#28, @eliocamp).

isoband 0.2.5
----------------------------------------
- Add a new label placer function `label_placer_middle()`
  (#24, @jamarav).

- The vendored testthat/catch code now uses a constant
  value for the stack size rather than relying on `SIGSTKSZ`.
  See: https://github.com/r-lib/testthat/issues/1373
   2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Remove SHA1 hashes for distfiles
   2021-06-06 08:50:17 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
graphics/R-isoband: import R-isoband-0.2.4

A fast C++ implementation to generate contour lines (isolines) and
contour polygons (isobands) from regularly spaced grids containing
elevation data.