From 772a265ec99193d9a82664f9e0d7161577be76be Mon Sep 17 00:00:00 2001 From: Scott Chamberlain <myrmecocystus@gmail.com> Date: Wed, 12 Oct 2016 11:05:46 -0700 Subject: [PATCH] remove httr::verbose usage in eg --- R/search_common.R | 2 +- man/search_common.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/search_common.R b/R/search_common.R index 800ce49..1894662 100644 --- a/R/search_common.R +++ b/R/search_common.R @@ -16,7 +16,7 @@ #' @return a data.frame #' @seealso \code{\link{search_scientific}} #' @examples \dontrun{ -#' search_common("american bullfrog", config=verbose()) +#' search_common("american bullfrog") #' search_common("ferret-badger") #' search_common("polar bear") #' diff --git a/man/search_common.Rd b/man/search_common.Rd index 648ff2c..962cc7a 100644 --- a/man/search_common.Rd +++ b/man/search_common.Rd @@ -37,7 +37,7 @@ The \code{from} parameter: } \examples{ \dontrun{ -search_common("american bullfrog", config=verbose()) +search_common("american bullfrog") search_common("ferret-badger") search_common("polar bear")