Skip to content

Commit

Permalink
update news with #278
Browse files Browse the repository at this point in the history
Plus one styler fix
  • Loading branch information
mpadge committed Mar 10, 2025
1 parent 3be3e72 commit cf6356a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.4.2.003
Version: 0.4.2.004
Authors@R: c(
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")),
person("Andreas", "Petutschnig", role = "aut"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# v 0.4.2.00x (dev version)

## Minor changes

- Fix updating of edge times in `insert_one_edge`; #278 thanks to @leoniedu

---

# v 0.4.2
Expand Down
2 changes: 1 addition & 1 deletion R/graph-functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dodgr_graph_cols <- function (graph) {
yto <- which (nms %in% c ("yto", "to_lat"))
if (length (yto) == 0) yto <- NA
} else {
edge_id <- find_edge_id_col(graph)
edge_id <- find_edge_id_col (graph)

d_col <- find_d_col (graph)
w_col <- find_w_col (graph)
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"codeRepository": "https://github.com/UrbanAnalyst/dodgr",
"issueTracker": "https://github.com/UrbanAnalyst/dodgr/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.4.2.003",
"version": "0.4.2.004",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit cf6356a

Please sign in to comment.