Changelog
Source:NEWS.md
sdsfun 0.5.0
- Add
hclustgeo_disc
for hierarchical clustering with spatial soft constraints (#13).
sdsfun 0.4.3
CRAN release: 2024-11-15
- Add
geodetector_q
for the fast estimation of the geodetector q-value.
sdsfun 0.4.2
CRAN release: 2024-11-11
- Add
check_tbl_na
andtbl_all2int
functions to better support thegdverse
andsesp
packages.
sdsfun 0.4.1
CRAN release: 2024-10-16
Fix the bug that causes R to crash when the input
x
is afactor
orcharacter
in thediscretize_vector
function (#12).Implement the
formula_varname
function to return the corresponding variable names from bothformula
anddata
.
sdsfun 0.4.0
CRAN release: 2024-10-08
Improve the handling of
n
-level categorical variables by generatingn-1
dummy variables (#2).Add the
spdep_lmtest
function for spatial linear model selection (#3).Migrate the
moran_test
function from thegeocomplexity
package tosdsfun
(#4).Implement the geographical detector’s factor detector in
ssh_test
usingRcpp
to enhance performance (#5).Introduce the
discretize_vector
function to support variable discretization (#6).Apply the
loess_optnum
function to select the optimal number of discretization intervals (#10).Implement spatial variance calculation in the
spvar
function, with support for bothR
andC++
implementations (#11).Rename
dummy_vector
todummy_vec
for consistency in naming conventions.Add the
sf_coordinates
function to extract coordinates fromsf
objects.
sdsfun 0.3.0
CRAN release: 2024-09-30
Begin to use
Rcpp
to complete some tasks with high computational complexity.Add
dummy_vector
anddummy_tbl
functions for dummy variables generation.Add
spdep_nb
function for neighbours list generation.Add
spdep_skater
function for spatial constrained clustering.Add
fuzzyoverlay
function for spatial fuzzy overlay.Update package extdata; now
sdsfun
has two extdata:gzma.gpkg
andpts.gpkg
.
sdsfun 0.2.1
CRAN release: 2024-09-23
Enhance support for other types of spatial vector data.
Inhibit the warning information produced by
spdep
.Add
sf_utm_proj_wgs84()
function.
sdsfun 0.1.1
CRAN release: 2024-09-08
Update the function documentation for
spdep_contiguity_swm()
andspdep_distance_swm()
.Move the source code from
SpatLyu/sdsfun
on GitHub tostscl/sdsfun
.