Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: GD
Title: Geographical Detectors for Assessing Spatial Factors
Version: 10.9
Version: 10.10
Authors@R:
c(
person(given = "Yongze", family = "Song",
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# GD 10.10

# GD 10.9

* Recommended to install `gdverse` version `1.6` or higher (#5).
Expand Down
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.onAttach<-function(...){
packageStartupMessage("This is GD 10.9.
packageStartupMessage("This is GD 10.10.
\nTo cite GD in publications, please use:
\nSong, Y., Wang, J., Ge, Y. & Xu, C. (2020) An optimal parameters-based geographical detector model enhances geographic characteristics of explanatory variables for spatial heterogeneity analysis: Cases with different types of spatial data, GIScience & Remote Sensing, 57(5), 593-610. doi: 10.1080/15481603.2020.1760434.
\nIf you find that GD runs for a long time without returning results, please try using the gdverse package we developed.
Expand Down