Skip to content

Commit

Permalink
Do not run some plot function examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Dec 18, 2019
1 parent 3cb5d7d commit c2ac3e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inst/examples/ex-plot_bar.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
\donttest{
## Abundance data
## Coerce dataset to a count matrix
mississippi_count <- as_count(mississippi)
Expand All @@ -21,3 +22,4 @@ compiegne_count <- as_count(compiegne)
plot_ford(compiegne_count)
## ...with EPPM
plot_ford(compiegne_count, EPPM = TRUE)
}
2 changes: 2 additions & 0 deletions man/plot_bar.Rd

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

0 comments on commit c2ac3e3

Please sign in to comment.