Skip to content

Commit

Permalink
fixed bad param defs for iona nd gbif_name_usage
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Nov 23, 2015
1 parent d35d35b commit 2758b78
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -4,7 +4,7 @@ Description: Taxonomic information from around the web. This package
interacts with a suite of web 'APIs' for taxonomic tasks, such
as verifying species names, getting taxonomic hierarchies,
and verifying name spelling.
Version: 0.6.8.9319
Version: 0.6.8.9320
License: MIT + file LICENSE
URL: https://github.com/ropensci/taxize
BugReports: https://github.com/ropensci/taxize/issues
Expand Down
2 changes: 1 addition & 1 deletion R/ion.R
@@ -1,7 +1,7 @@
#' ION - Index to Organism Names
#'
#' @export
#' @param lsid An LSID number. Required.
#' @param x An LSID number. Required.
#' @param ... Curl options passed on to \code{\link[httr]{GET}}
#' @references \url{http://www.organismnames.com/}
#' @return A data.frame
Expand Down
3 changes: 1 addition & 2 deletions R/zzz.R
Expand Up @@ -84,8 +84,7 @@ tc <- function (l) Filter(Negate(is.null), l)
#' @param language (character) Language, default is english
#' @param sourceId (numeric) Filters by the source identifier. Not used right now.
#' @param shortname (character) A short name..need more info on this?
#' @param callopts Pass on options to httr::GET for more refined control of
#' http calls, and error handling
#' @param ... Curl options passed on to \code{\link[httr]{GET}}
#' @param limit Number of records to return
#' @param start Record number to start at
#' @references \url{http://www.gbif.org/developer/summary}
Expand Down
3 changes: 1 addition & 2 deletions man/gbif_name_usage.Rd

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

4 changes: 2 additions & 2 deletions man/ion.Rd

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

0 comments on commit 2758b78

Please sign in to comment.