Skip to content

Commit

Permalink
dontrun traitsearch eg that was takinga long time
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 17, 2018
1 parent 83fb02a commit a418746
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Package: rvertnet
Title: Search 'Vertnet', a 'Database' of Vertebrate Specimen Records
Description: Retrieve, map and summarize data from the 'VertNet.org' archives.
Functions allow searching by many parameters, including 'taxonomic' names,
places, and dates. In addition, there is an interface for conducting spatially
delimited searches, and another for requesting large 'datasets' via email.
Description: Retrieve, map and summarize data from the 'VertNet.org'
archives (<http://vertnet.org/>). Functions allow searching by many
parameters, including 'taxonomic' names, places, and dates. In addition,
there is an interface for conducting spatially delimited searches, and
another for requesting large 'datasets' via email.
Version: 0.7.0
Authors@R: c(
person("Scott", "Chamberlain",
Expand Down
4 changes: 1 addition & 3 deletions R/traitsearch.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@
#' @return a list, same as returned by \code{\link{vertsearch}}, with data
#' in the \code{data} slot
#'
#' @examples
#' @examples \dontrun{
#' traitsearch(has_mass = TRUE, limit = 3)
#'
#' \dontrun{
#' traitsearch(has_lifestage = TRUE)
#' traitsearch(has_mass = TRUE, has_length = TRUE)
#' res <- traitsearch(length_type = "total length",
Expand Down
3 changes: 1 addition & 2 deletions man/traitsearch.Rd

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

0 comments on commit a418746

Please sign in to comment.