NEWS.md
JAR files are now downloaded and stored in a user-specific data directory using tools::R_user_dir("rjts", which = "data") instead of the package inst/java directory. This keeps the git repository clean and avoids bundling large JAR files.
install_jts() after installing the package to download JAR files, which are then automatically loaded on subsequent package loads.Added explicit dependency on R >= 4.0 to support tools::R_user_dir().
install_jts() to show where JAR files are stored.onLoad() and .onAttach() to load JARs from user data directory via rJava::.jaddClassPath()
uninstall_jts() function signatureinstall_jts() to download JTS from GitHub releasesWKTReader() and WKTWriter()