hpa.spatial 0.2.9
-
use open-source (MIT) license.
-
bug fix: when creating a correspondence table and there is a complete match
between the polygons but all meshblocks data within have populations of zero,
allow the match with ratio = 1. -
bug fix: when using map_data_with_correspondence, avoid bug which converts
Date
grouping variables to numeric (use ofcbind.data.frame
, notcbind
). -
workflow: add github action workflows for checking package (check-standard) and
making a github pages website (pkgdown). -
bug fix:
map_data_with_correspondence()
would get confused when a vector
object is used in combination with.data
. Now the vector is attempted to be
evaluated and if that errors, it accesses it from.data
.