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: geosimilarity
Title: Geographically Optimal Similarity
Version: 3.9
Version: 3.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 @@
# geosimilarity 3.10

# geosimilarity 3.9

* Correct maintainer surname spelling from `Lv` to `Lyu` for pinyin compliance.
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 `geosimilarity` 3.9.
packageStartupMessage("This is `geosimilarity` 3.10.
\nTo cite `geosimilarity` in publications, please use:
\nSong, Y. (2022). Geographically Optimal Similarity. Mathematical Geosciences. doi: 10.1007/s11004-022-10036-8.
")
Expand Down
Loading