Skip to content

Commit

Permalink
a few man file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Nov 30, 2015
1 parent 3d962df commit 66251d3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions R/itis.R
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ getdatedatafromtsn <- function(tsn, ...) {
#'
#' @param ... Curl options passed on to \code{\link[httr]{GET}}
#' @examples \dontrun{
#' getdescription(config=timeout(1))
#' getdescription(config=timeout(4))
#' }
#' @export
#' @keywords internal
Expand Down Expand Up @@ -668,7 +668,7 @@ getranknames <- function(...) {
#'
#' @inheritParams getfullrecordfromlsid
#' @examples \dontrun{
#' getrecordfromlsid("urn:lsid:itis.gov:itis_tsn:180543", config=timeout(3))
#' getrecordfromlsid("urn:lsid:itis.gov:itis_tsn:180543", config=timeout(5))
#' }
#' @export
#' @keywords internal
Expand Down Expand Up @@ -856,9 +856,9 @@ getvernacularlanguages <- function(...) {
#'
#' @inheritParams getanymatchcount
#' @examples \dontrun{
#' searchbycommonname("american bullfrog", config=timeout(3))
#' searchbycommonname("ferret-badger", config=timeout(3))
#' searchbycommonname("polar bear", config=timeout(3))
#' searchbycommonname("american bullfrog", config=timeout(6))
#' searchbycommonname("ferret-badger", config=timeout(6))
#' searchbycommonname("polar bear", config=timeout(6))
#' }
#' @export
#' @keywords internal
Expand Down
2 changes: 1 addition & 1 deletion man/getdescription.Rd

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

2 changes: 1 addition & 1 deletion man/getrecordfromlsid.Rd

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

6 changes: 3 additions & 3 deletions man/searchbycommonname.Rd

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

0 comments on commit 66251d3

Please sign in to comment.