Skip to content

Commit

Permalink
put vign image in man/figures; rebuild vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 29, 2020
1 parent 1cfca51 commit d9c5c48
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ importFrom(ggplot2,position_jitter)
importFrom(ggplot2,theme_bw)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(utils,URLdecode)
1 change: 1 addition & 0 deletions R/rvertnet-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#' @importFrom dplyr bind_rows tbl_df
#' @importFrom ggplot2 ggplot position_jitter aes geom_polygon
#' geom_point labs theme_bw map_data
#' @importFrom utils URLdecode
#' @import maps
#' @name rvertnet-package
#' @aliases rvertnet
Expand Down
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion vignettes/rvertnet.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ out <- vertsearch(tax = "(mustela nivalis OR mustela erminea)")
vertmap(out)
```

![plot of chunk unnamed-chunk-13](figure/unnamed-chunk-13-1.png)
![plot of chunk unnamed-chunk-13](../man/figures/unnamed-chunk-13-1.png)

## Lots of data

Expand Down

0 comments on commit d9c5c48

Please sign in to comment.