Skip to content

Commit

Permalink
remove theplantlist url links in man files
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jul 23, 2016
1 parent 79e31e1 commit 2fff5fd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions R/taxize-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ NULL

#' Lookup-table for family, genus, and species names for ThePlantList
#'
#' These names are from \url{http://www.theplantlist.org/}, and are from
#' These names are from http://www.theplantlist.org, and are from
#' version 1.1 of their data. This data is used in the function
#' \code{\link{names_list}}. This is a randomly selected subset of the ~350K
#' accepted species names in Theplantlist.
Expand All @@ -100,7 +100,7 @@ NULL
#' \item{genus}{genus name}
#' \item{species}{specific epithet name}
#' }
#' @source \url{http://www.theplantlist.org/}
#' @source http://www.theplantlist.org
#' @name theplantlist
#' @docType data
#' @keywords data
Expand Down Expand Up @@ -147,26 +147,26 @@ NULL

#' Vector of plant species (genus - specific epithet) names from ThePlantList
#'
#' These names are from \url{http://www.theplantlist.org/}, and are a
#' These names are from http://www.theplantlist.org, and are a
#' randomly chosen subset of names of the form genus/specific epithet
#' for the purpose of having some names to play with for examples in
#' this package.
#'
#' @format A vector of length 1182
#' @source \url{http://www.theplantlist.org/}
#' @source http://www.theplantlist.org
#' @name plantNames
#' @docType data
#' @keywords data
NULL

#' Vector of plant genus names from ThePlantList
#'
#' These names are from \url{http://www.theplantlist.org/}, and are a
#' These names are from http://www.theplantlist.org, and are a
#' randomly chosen subset of genera names for the purpose of having some
#' names to play with for examples in this package.
#'
#' @format A vector of length 793
#' @source \url{http://www.theplantlist.org/}
#' @source http://www.theplantlist.org
#' @name plantGenusNames
#' @docType data
#' @keywords data
Expand Down
4 changes: 2 additions & 2 deletions man/plantGenusNames.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/plantNames.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/theplantlist.Rd

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

0 comments on commit 2fff5fd

Please sign in to comment.