From c0cc188dcc124c7dee69b7f3bc8cd3e80eade266 Mon Sep 17 00:00:00 2001 From: Robin Lovelace Date: Sat, 10 Jul 2021 23:28:36 +0100 Subject: [PATCH] Update news --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 0fd69ff..10f44ee 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # od (development version) +* `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()` + # od 0.3.0 (2021-07) * New function `od_jitter()` allows offsetting of origin and destination points of desire lines (#11)