- Modify model description to better capture the essence of the package
- Increasing default value for 'size' arguments in
make_gridsfunction to facilitate quicker computation.
##Bug Fixing
- Correcting a bug relating to event point collation
- Parameter previously named 'resistance_feat' renamed to 'restriction_feat'
- Resolved the issue of dependencies on retiring package (
rgdal): '#2'
- Introduced two new parameters,
s_bandandt_band, to thepsim_artiffunction. - Developed a new function named
snap_points_to_line, which has been incorporated into both psim_artif and psim_real functions.
- Resolved the issue of dependencies on retiring package (
rgdal): '#2'
- Introduced two new parameters,
s_bandandt_band, to thepsim_artiffunction. - 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
NRepeatfor assessing space-time point interaction - Incorporated a new argument, s_range, to
psim_realfunction to establish the maximum spatial range. - Introduced the
s_interactionargument topsim_realfunction to determine the spatial properties of point interactions. - Added the
toleranceparameter, allowing users to set a p-value threshold for the detection of point interaction.
artif_spo()now utilizesraster::projection()instead ofraster::crs()to assign a coordinate system to a simple point feature.
- Included a
vignetteto guide the use of the package compare_boundary()added to compare areas of two boundariesmake_grids()function now includeinteractiveargument the control plotting- New dataset
birmingham_boundary.rdaincluded ininst/extdata DESCRIPTIONmodified (R (>= 4.0.0) to R (>= 4.1.0))
- Removed
set.seedfromchull_poly() - Added
mfocalargument toartif_spo()andpsim_artif()functions.
- The length of the title reduced to less than 65 characters.
- Added references to the
DESCRIPTIONfile - Added
\valuefield to.Rdfiles 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
- First CRAN submission