Skip to content

Commit

Permalink
more changes for CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
brry committed Apr 12, 2017
1 parent 88b0d86 commit 45489a2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
ExampleMap.png
ETRS89.pdf
cran-comments.md
revdep/
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: OSMscale
Title: Add a Scale Bar to 'OpenStreetMap' Plots
Version: 0.5.0
Version: 0.5.1
Date: 2017-04-12
Author: Berry Boessenkool
Maintainer: Berry Boessenkool <[email protected]>
Expand Down
4 changes: 3 additions & 1 deletion R/OSMscale-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#' @keywords package documentation
#' @examples
#'
#' \donttest{ # Not tested on CRAN to avoid download time
#' d <- read.table(sep=",", header=TRUE, text=
#' "lat, long
#' 55.685143, 12.580008
Expand All @@ -25,9 +26,10 @@
#'
#' # zoom set to 3 to speed up tests. automatic zoom determination is better.
#' map <- pointsMap(lat, long, data=d, type="maptoolkit-topo",
#' utm=TRUE, scale=FALSE, zoom=3, pch=16, col=2)
#' proj=putm(d$long), scale=FALSE, zoom=3, pch=16, col=2)
#' scaleBar(map, abslen=500, y=0.8, cex=0.8)
#' lines(projectPoints(d$lat, d$long), col="blue", lwd=2)
#' }
#'
NULL

Expand Down
4 changes: 3 additions & 1 deletion man/OSMscale-package.Rd

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

0 comments on commit 45489a2

Please sign in to comment.