- dropped C++11 as a system requirement
- fixed Wsign-compare warning in import_export.cpp
- converted citEntry to bibentry in inst/CITATION and added CITATION.cff
- switched to R's random number generator in C++ code
- fixed CRANs M1mac vsnprintf() warning
- changed maintainer email address
- removed dependence on GDAL.
pat2dists()
now takes geometries asWKB
(using GEOS capabilities). This reduced configure code and package size significantly. - added package 'wk' for checking WKBs and reading sfc-geometries if package 'sf' is available.
- fixed R version check in configure
- updated message generation in configure.ac as requested by CRAN
- Windows: update to GDAL 3.2.1 and fix for UCRT support (thanks @jeroen)
- drop LazyData from description
- cleaned up configure
- new maintainer email address due to problem with email provider
- changed configure to cater to GDAL version 2 and 3 (thanks to package sf)
- tweaked makevars.win in expectation of changes in win toolchain (thanks @jeroen)
- added configure.ac to package source bundle
- clarified installation of stable/development version in README
- special treatment for R-devel in configure regarding R version check
- started using continuous integration tools (Travis, AppVeyor, Drone)
- made it build on windows
- cleanup and wording
- Intial version. Reimplementation of the Adapted Pair Correlation Function
in C++ using GEOS and GDAL libraries directly instead of through PostGIS.
Contains mainly the functions
pat2dists()
,dists2pcf()
, and a plot-function.