Skip to content

Commit 2044e5b

Browse files
committed
drop = F in connect-highways
1 parent ba63fef commit 2044e5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: osmplotr
22
Title: Bespoke Images of 'OpenStreetMap' Data
3-
Version: 0.3.5.025
3+
Version: 0.3.5.026
44
Authors@R:
55
c(person(given = "Mark",
66
family = "Padgham",

R/connect-highways.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ sps_through_cycle <- function (ways, cyc) {
492492
}, simplify = FALSE)
493493
path_lens <- vapply (paths, length, integer (1L))
494494
this_path <- paths [[which.min (path_lens)]]
495-
this_way <- w0f [this_path, ]
495+
this_way <- w0f [this_path, , drop = FALSE]
496496

497497
ways [[c0]] <- list (this_way)
498498
thepath <- rbind (thepath, this_way)

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci/osmplotr",
99
"issueTracker": "https://github.com/ropensci/osmplotr/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.3.5.025",
11+
"version": "0.3.5.026",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

0 commit comments

Comments
 (0)