Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Nov 13, 2018
1 parent 2649c57 commit 55d5f34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## quadmesh 0.2.0

Thanks!

## Test environments

* local windows install, R 3.5.1
* ubuntu 18.04, R 3.5.1
* win-builder (devel and release)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/quadmesh.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ library(quadmesh)
library(raster)

data(volcano)
volcano <- volcano[seq(1, nrow(volcano), by = 2), seq(1, ncol(volcano), by = 2)]
volcano <- volcano[seq(1, nrow(volcano), by = 3), seq(1, ncol(volcano), by = 3)]
r <- setExtent(raster(volcano), extent(0, 100, 0, 200))


Expand Down

0 comments on commit 55d5f34

Please sign in to comment.