diff --git a/DESCRIPTION b/DESCRIPTION index 14a46fc..e7845cf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: od Title: Manipulate and Map Origin-Destination Data -Version: 0.3.0.9000 +Version: 0.3.1 Authors@R: c( person("Robin", "Lovelace", email = "rob00x@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5679-6536")), diff --git a/NEWS.md b/NEWS.md index 10f44ee..80faac5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# od (development version) +# od 0.3.1 * `od_jitter()` succeeds with wider range of input datasets, and can work with fewer subpoints than OD pairs thanks to the `replace = TRUE` setting in the base R function `sample()`