NEWS
geodist 0.1.0 (2024-05-23)
Major changes:
- Added new
geodist_min()
function to return index into second object of items with minimal distance.
geodist 0.0.8 (2022-10-19)
Minor changes:
- Update geodesic source code
- Add codeberg.org/hypertidy/geodist remote
- Fix all clang warnings, including new header files with prototypes for all fns
geodist 0.0.7 (2021-01-27)
Minor changes:
- Improve matching of column names to lon/lat
- Fix error when submitting tibbles (#32)
geodist 0.0.6 (2020-10-15)
Minor changes:
- Mirrored source repository on gitlab, bitbucket, sourcehut, and github
- All functions now issue a message to use a different measure when default
measure = "cheap"
and maximum distance > 100km (see #26)
- C code made more robust (all input variables protected).
geodist 0.0.4 (2020-05-18)
Major changes:
- Add 'geodist_vec()' function to accept individual vectors
Minor changes:
- bug fix for cheap distances between single points; thanks to @mem48
geodist 0.0.3 (2019-04-17)
Minor changes:
- bug fix in sequential calculation with cheap distances; thanks to @mem48
geodist 0.0.2 (2019-03-22)
Major changes:
- Add georange function to calculate extreme ranges only; thanks to @marcosci
- Add 'paired' option to 'geodist()' function to calculate pair-wise distances
between 'x' and 'y' matrices
Minor changes:
- Improve handling of column names
geodist 0.0.1 (2018-07-13)
Initial CRAN release.