Skip to content

Commit

Permalink
bump version (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpatLyu authored Feb 17, 2025
2 parents 63e847c + 2b268b4 commit b7f2715
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gdverse
Title: Analysis of Spatial Stratified Heterogeneity
Version: 1.3-2
Version: 1.3-3
Authors@R: c(
person(given = "Wenbo", family = "Lv",
email = "[email protected]",
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# gdverse 1.3-3

# gdverse 1.3-2

* Experimentally support computing confidence intervals for the q statistic in factor_detector (#51).
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Current models and functions provided by **gdverse** are:

| *Model* | *Function* | *Support* |
|---------------------|--------------------|------------------|
|[GeoDetector](https://doi.org/10.1080/13658810802443457)|`geodetector()`| ✔️ |
|[GD](https://doi.org/10.1080/13658810802443457)|`gd()`| ✔️ |
|[OPGD](https://doi.org/10.1080/15481603.2020.1760434)|`opgd()`| ✔️ |
|[GOZH](https://doi.org/10.1016/j.isprsjprs.2022.01.009)|`gozh()`| ✔️ |
|[LESH](https://doi.org/10.1080/17538947.2023.2271883)|`lesh()`| ✔️ |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Current models and functions provided by **gdverse** are:

| *Model* | *Function* | *Support* |
|----|----|----|
| [GeoDetector](https://doi.org/10.1080/13658810802443457) | `geodetector()` | ✔️ |
| [GD](https://doi.org/10.1080/13658810802443457) | `gd()` | ✔️ |
| [OPGD](https://doi.org/10.1080/15481603.2020.1760434) | `opgd()` | ✔️ |
| [GOZH](https://doi.org/10.1016/j.isprsjprs.2022.01.009) | `gozh()` | ✔️ |
| [LESH](https://doi.org/10.1080/17538947.2023.2271883) | `lesh()` | ✔️ |
Expand Down

0 comments on commit b7f2715

Please sign in to comment.