From 59e7df36c99c7d33c263c17da2644e7bbf35f290 Mon Sep 17 00:00:00 2001 From: mpadge Date: Tue, 5 Oct 2021 21:26:18 +0200 Subject: [PATCH] fix dlimit par descr in dists-categorical --- DESCRIPTION | 2 +- R/dists-categorical.R | 3 ++- codemeta.json | 2 +- man/dodgr_dists_categorical.Rd | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 467898fe8..9b7aca03c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dodgr Title: Distances on Directed Graphs -Version: 0.2.10.023 +Version: 0.2.10.024 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Andreas", "Petutschnig", role = "aut"), diff --git a/R/dists-categorical.R b/R/dists-categorical.R index 9ec0492b1..652b0b7a0 100644 --- a/R/dists-categorical.R +++ b/R/dists-categorical.R @@ -11,7 +11,8 @@ #' results. See Note. #' @param dlimit If `TRUE`, and no value to `to` is given, distances are #' aggregated from each `from` point out to the specified distance limit (in -#' metres). The `proportions_only` argument has no effect when `dlimit = TRUE`. +#' the same units as the edge distances of the input graph). The +#' `proportions_only` argument has no effect when `dlimit = TRUE`. #' @return If `dlimit = FALSE`, a list of distance matrices of equal dimensions #' (length(from), length(to)), the first of which ("distance") holds the final #' distances, while the rest are one matrix for each unique value of diff --git a/codemeta.json b/codemeta.json index cd081a226..08e33a024 100644 --- a/codemeta.json +++ b/codemeta.json @@ -10,7 +10,7 @@ "codeRepository": "https://github.com/ATFutures/dodgr", "issueTracker": "https://github.com/ATFutures/dodgr/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.2.10.023", + "version": "0.2.10.024", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/man/dodgr_dists_categorical.Rd b/man/dodgr_dists_categorical.Rd index ba1680fe4..49c4a9540 100644 --- a/man/dodgr_dists_categorical.Rd +++ b/man/dodgr_dists_categorical.Rd @@ -33,7 +33,8 @@ results. See Note.} \item{dlimit}{If \code{TRUE}, and no value to \code{to} is given, distances are aggregated from each \code{from} point out to the specified distance limit (in -metres). The \code{proportions_only} argument has no effect when \code{dlimit = TRUE}.} +the same units as the edge distances of the input graph). The +\code{proportions_only} argument has no effect when \code{dlimit = TRUE}.} \item{heap}{Type of heap to use in priority queue. Options include Fibonacci Heap (default; \code{FHeap}), Binary Heap (\code{BHeap}),