Changes in version 1.3.4 (2024-07-24) New changes - Modify model description to better capture the essence of the package - Increasing default value for 'size' arguments in make_grids function to facilitate quicker computation. Changes in version 1.3.2 (2023-10-29) ##Bug Fixing - Correcting a bug relating to event point collation - Parameter previously named 'resistance_feat' renamed to 'restriction_feat' Bug Fixing: - Resolved the issue of dependencies on retiring package (rgdal): 'https://github.com/MAnalytics/stppSim/issues/2' New changes: - Introduced two new parameters, s_band and t_band, to the psim_artif function. - Developed a new function named snap_points_to_line, which has been incorporated into both psim_artif and psim_real functions. Changes in version 1.3.0 Bug Fixing: - Resolved the issue of dependencies on retiring package (rgdal): 'https://github.com/MAnalytics/stppSim/issues/2' New changes: - Introduced two new parameters, s_band and t_band, to the psim_artif function. - Developed a new function named snap_points_to_line, which has been incorporated into both psim_artif and psim_real functions. - Added a new function named NRepeat for assessing space-time point interaction - Incorporated a new argument, s_range, to psim_real function to establish the maximum spatial range. - Introduced the s_interaction argument to psim_real function to determine the spatial properties of point interactions. - Added the tolerance parameter, allowing users to set a p-value threshold for the detection of point interaction. Changes in version 1.2.7 (2022-08-11) Bug Fixing - artif_spo() now utilizes raster::projection() instead of raster::crs() to assign a coordinate system to a simple point feature. Changes in version 1.2.1 (2022-03-27) Changes - Included a vignette to guide the use of the package - compare_boundary() added to compare areas of two boundaries - make_grids() function now include interactive argument the control plotting - New dataset birmingham_boundary.rda included in inst/extdata - DESCRIPTION modified (R (>= 4.0.0) to R (>= 4.1.0)) Changes in version 1.2.0 (2022-03-21) Changes - Removed set.seed from chull_poly() - Added mfocal argument to artif_spo() and psim_artif() functions. Changes in version 1.1.0 Changes - The length of the title reduced to less than 65 characters. - Added references to the DESCRIPTION file - Added \value field to .Rd files regarding exported methods. Also, included explanations of the function results. - Suppressed unnecessary messages to the console. - Removed parallel processing functions altogether - Removed seed set within functions Changes in version 1.0.0 - First CRAN submission