Skip to content

Commit

Permalink
CRAN: updates to plot.zoon (graphics::plot) and build ignore updates …
Browse files Browse the repository at this point in the history
…to strip out the long duration tests
  • Loading branch information
AugustT committed Dec 10, 2015
1 parent 8ded8cd commit c75b171
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
11 changes: 10 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,13 @@ zoonQuickStart.R
.travis.yml
code_of_conduct.md
vignettes/figure
tests/testthat/*.pdf
tests/testthat/*.pdf
tests/testthat/testChangeWorkflow.R
tests/testthat/testGetMaxEnt.R
tests/testthat/testplot.zoonWorkflow.R
tests/testthat/testprint.zoonSummary.R
tests/testthat/testprint.zoonWorkflow.R
tests/testthat/testRerunWorkflow.R
tests/testthat/testRunModules.R
tests/testthat/testsummary.zoonWorkflow.R
tests/testthat/testWholeWorkflows.R
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: zoon
Type: Package
Title: Reproducible, Accessible & Shareable Species Distribution Modelling
Version: 0.4.2
Version: 0.4.21
Author: Tim Lucas, Nick Golding, Tom August, Greg McInerny, Emiel van Loon
Maintainer: Tom August <[email protected]>
Description: Reproducible and remixable species distribution modelling. The
Expand Down
10 changes: 5 additions & 5 deletions R/plot.zoonWorkflow.R
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ plot.zoonWorkflow <- function(x, ...) {
plot.new()
par(mar = c(0, 0, 0, 0))

plot(-99, -99,
xlim = c(0, 110),
ylim = c(-100, 125),
xlab = "", ylab = "",
axes = FALSE)
graphics::plot(-99, -99,
xlim = c(0, 110),
ylim = c(-100, 125),
xlab = "", ylab = "",
axes = FALSE)

rect( -200, -200, 200, 200,
col = "cornsilk1",
Expand Down

0 comments on commit c75b171

Please sign in to comment.