Skip to content

Commit 1e665a4

Browse files
committed
Merge branch 'main' of https://github.com/hypertidy/geodist
2 parents 6fc66d5 + df073cd commit 1e665a4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Description: Dependency-free, ultra fast calculation of geodesic
1818
either matrices of pairwise distances, or vectors of sequential
1919
distances.
2020
License: MIT + file LICENSE
21-
URL: https://github.com/hypertidy/geodist
21+
URL: https://github.com/hypertidy/geodist, https://hypertidy.github.io/geodist/
2222
BugReports: https://github.com/hypertidy/geodist/issues
2323
Suggests:
2424
knitr,

R/utils.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ check_max_d <- function (d, measure) {
183183
message (
184184
"Maximum distance is > 100km. The 'cheap' measure is ",
185185
"inaccurate over such\nlarge distances, you'd likely ",
186-
"be better using a different 'measure'."
186+
"be better using a different 'measure', \n",
187+
"one of 'haversine', 'vincenty', or 'geodesic'. "
187188
)
188189
}
189190
}

0 commit comments

Comments
 (0)