Changes in version 0.5.0 (2023-05-18) - Removed package dependency on rgdal functionality. rgdal set to be archived Oct. 2023. near_repeat_analysis() and near_repeat_eval() were changed to depend on 'terra' for gdal integration. - Vignettes updated. Changes in version 0.4.2 (2020-05-20) - Added /vignettes with examples of package functionality. - Added NEWS.md for entire package history. - Added hex sticker for package. Changes in version 0.4.1 (2020-03-03) - Added near_repeat_eval() function to accompany near_repeat_analysis(). The function determines the ideal parameters to use for near repeat analysis given a full factorial assessment of spatio-temporal clustering in the provided dataset. Changes in version 0.4.0 - Update of ts_daily_decomp(), ts_monthly_decomp(), and ts_forecast() to remove Prophet dependency. These functions now utilize Seasonal Decomposition Of Time Series By Loess Smoothing functionality to decompose and forecast of the input time series Changes in version 0.3.1 (2020-02-13) - Example correction for geocode_address() with minor bug fixes. Changes in version 0.3.0 - id_repeat() function added to detect repeat crime incidents based on location. Outputs a list of repeat crimes by location. - Change kde_int_comp() output from static raster to interactive leafsync widget with three maps for overall better results visualization. - Added the 'pts' parameter to kde_map() which specifies whether crime incident points are to be included in the rendered KDE crime map. Default parameter setting is pts = TRUE. Changes in version 0.2.0 (2020-02-09) - Update geocode_address() with API fix. - Update README.md and overall package descriptions. Changes in version 0.1.0 (2019-12-01) - Initial CRAN Version. FUNCTIONS IN INITAL VERSION - geocode_address() - kde_int_comp() - kde_map() - near_repeat_analysis() - ts_daily_decomp() - ts_monthly_decomp() - ts_forecast()