Skip to content

Commit

Permalink
fix dlimit par descr in dists-categorical
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Oct 5, 2021
1 parent d3fbb5d commit 59e7df3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre")),
person("Andreas", "Petutschnig", role = "aut"),
Expand Down
3 changes: 2 additions & 1 deletion R/dists-categorical.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion man/dodgr_dists_categorical.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 59e7df3

Please sign in to comment.