rmapshaper 0.4.5
- Fixed a bug where functions would fail when there was a space in user's
tmpdir()
path andsys = TRUE
(#107) - Updated bundled mapshaper library to v 0.4.163, which fixed a bug in
ms_erase
(#110, #104, #112) - When
sys = TRUE
, now usesmapshaper-xl
in the system call, allowing
larger memory use. Default 8GB can be specified in new argumentsys_mem
(#94, #112) - Internally switched to using
system2()
oversystem()
for flexibility