Skip to content

Commit d213c98

Browse files
committed
attempt fix for #53
1 parent 29fcc86 commit d213c98

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

‎DESCRIPTION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mapscanner
22
Title: Print Maps, Draw on Them, Scan Them Back in
3-
Version: 0.1.1.001
3+
Version: 0.1.1.002
44
Authors@R: c(
55
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
66
person("Michael D.", "Sumner", , "[email protected]", role = "aut"),

‎codemeta.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"codeRepository": "https://github.com/ropensci/mapscanner",
88
"issueTracker": "https://github.com/ropensci/mapscanner/issues",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "0.1.1.001",
10+
"version": "0.1.1.002",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",

‎vignettes/mapscanner.Rmd‎

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -234,15 +234,10 @@ auto-converted from `.pdf` if needed. The package comes with two sample maps,
234234
both in `.png` format. The first is the reference version needed for
235235
rectification, while the second has two red lines drawn upon it:
236236

237-
<!--
238-
<img src="omaha-polygons.png" width="600" height="400"/>
239-
-->
240237

241238
```{r omaha-poly-png, echo = FALSE, out.width = "75%", eval = TRUE}
242239
op <- system.file ("extdata", "omaha-polygons.png", package = "mapscanner")
243-
f <- file.path (tempdir (), "omama-polygons.png")
244-
chk <- file.copy (op, f)
245-
knitr::include_graphics (f)
240+
knitr::include_graphics (op, auto_pdf = FALSE, rel_path = FALSE)
246241
```
247242

248243

0 commit comments

Comments
 (0)