Skip to content

Commit 6ce416c

Browse files
committed
rm final dontrun statements for #59
1 parent a7f0881 commit 6ce416c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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.016
3+
Version: 0.3.5.017
44
Authors@R:
55
c(person(given = "Mark",
66
family = "Padgham",

R/connect-highways.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,18 @@
3131
#'
3232
#' @examples
3333
#' bbox <- get_bbox (c (-0.13, 51.5, -0.11, 51.52))
34-
#' \dontrun{
3534
#' highways <- c (
3635
#' "Monmouth.St", "Short.?s.Gardens", "Endell.St", "Long.Acre",
3736
#' "Upper.Saint.Martin"
3837
#' )
3938
#' # Note that dots signify "anything", including whitespace and apostrophes,
4039
#' # and that '?' denotes optional previous character and so here matches
4140
#' # both "Shorts Gardens" and "Short's Gardens"
41+
#' \dontrun{
4242
#' highways1 <- connect_highways (highways = highways, bbox = bbox, plot = TRUE)
4343
#' highways <- c ("Endell.St", "High.Holborn", "Drury.Lane", "Long.Acre")
4444
#' highways2 <- connect_highways (highways = highways, bbox = bbox, plot = TRUE)
45+
#' }
4546
#'
4647
#' # Use of 'connect_highways' to highlight a region on a map
4748
#' map <- osm_basemap (bbox = bbox, bg = "gray20")
@@ -50,6 +51,7 @@
5051
#' # bbox = bbox)
5152
#' # Those data are part of 'osmplotr':
5253
#' dat_BNR <- london$dat_BNR # Non-residential buildings
54+
#' \dontrun{
5355
#' groups <- list (highways1, highways2)
5456
#' map <- add_osm_groups (map,
5557
#' obj = dat_BNR, groups = groups,

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.016",
11+
"version": "0.3.5.017",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

man/connect_highways.Rd

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)