diff --git a/DESCRIPTION b/DESCRIPTION index b33e6d1..555b6da 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: geodist Title: Fast, Dependency-Free Geodesic Distance Calculations -Version: 0.0.8.020 +Version: 0.0.8.021 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Michael D.", "Sumner", role = "aut"), diff --git a/R/geodist-vec.R b/R/geodist-vec.R index 6e47d42..500b237 100644 --- a/R/geodist-vec.R +++ b/R/geodist-vec.R @@ -21,7 +21,7 @@ #' @param measure One of "haversine" "vincenty", "geodesic", or "cheap" #' specifying desired method of geodesic distance calculation; see Notes. #' @param quiet If \code{FALSE}, check whether max of calculated distances -#' is greater than accuracy threshhold and warn. +#' is greater than accuracy threshold and warn. #' @return If only \code{(x1, y1)} are passed and \code{sequential = FALSE}, a #' square symmetric matrix containing distances between all items in \code{(x1, #' y1)}; If only \code{(x1, y1)} are passed and \code{sequential = TRUE}, a diff --git a/codemeta.json b/codemeta.json index 0f0f84a..ac4cda7 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "codeRepository": "https://github.com/hypertidy/geodist", "issueTracker": "https://github.com/hypertidy/geodist/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.0.8.020", + "version": "0.0.8.021", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/man/geodist_vec.Rd b/man/geodist_vec.Rd index cbbd054..f1588dc 100644 --- a/man/geodist_vec.Rd +++ b/man/geodist_vec.Rd @@ -40,7 +40,7 @@ return \code{n - 1} values.} specifying desired method of geodesic distance calculation; see Notes.} \item{quiet}{If \code{FALSE}, check whether max of calculated distances -is greater than accuracy threshhold and warn.} +is greater than accuracy threshold and warn.} } \value{ If only \code{(x1, y1)} are passed and \code{sequential = FALSE}, a