Changelog
Source:NEWS.md
gdverse 1.3-2
Rename
gd_besttunidisc
asgd_optunidisc
(#39).Specify that the
cores
parameter in all functions of thegdverse
package currently supports only positive integer inputs (#36).Update the documentation on Python dependency configuration in the
rgdrid
vignette (#30).Discuss the consistency with the results of existing geographical detector R packages (#28).
Update the calculation method of pseudo p-values for the SPADE model (#26).
gdverse 1.3
CRAN release: 2024-11-16
Redundant functions consolidated and migrated to
sdsfun
for maintenance (#22).Reorganize the parallel computing section in gdverse (#21).
Align the RGD model with the original algorithm presented in paper (#20).
Now gdverse requires sdsfun with a minimum version of
0.4.3
(#19).Transfer
isp
-related concepts and functions to thecisp
package (#18).Modify the default font settings in the gdverse S3 plotting methods (#17).
gdverse 1.2
CRAN release: 2024-11-07
Set the default number of discretizations in gdverse to range from 3 to 8 (#15).
Optimize the Python integration setup in gdverse (#14).
Force
data
totibble
format in gdverse GDMs model function (#12).Align the RID model and algorithm with the original framework presented in paper (#9).
Beautify the narrative and other writing details in the vignettes, without making any changes at the user level.
gdverse 1.1-1
CRAN release: 2024-10-17
Clear the
WORDLIST
to ensure the source code remains clean and organized.Migrate the source code from
ausgis/gdverse
tostscl/gdverse
on GitHub.
gdverse 1.1.0
CRAN release: 2024-10-10
The general variable discretization in gdverse now utilizes
sdsfun::discretize_vector()
(#6).Algorithm functions are migrated to
sdsfun
(#8).
gdverse 1.0-3
CRAN release: 2024-09-30
Update the
RGD
Model API Settings (#2).Fix bug caused by changes in default parameters of
opgd
insesu_opgd
(#4).Maintain the same results for
st_unidisc
andClassInt::classify_intervals
(#5).The parameter
overlaymethod
inrid
andidsa
has been renamed tooverlay
.Add
readr
as a dependence of typeSuggests
.Recompile vignettes due to internal function changes.
gdverse 1.0-2
CRAN release: 2024-09-23
When the
discvar
input for theopgd
,rgd
,rid
,spade
functions isNULL
, it is assumed that all independent variables in theformula
need to be discretized.Updating the S3 method for plotting various factor detectors to better conform to academic publication requirements.