Skip to content

Commit

Permalink
Fix typos prior to CRAN v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebpardo committed Sep 27, 2018
1 parent 624db22 commit 2208c12
Show file tree
Hide file tree
Showing 19 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions R/ebirdgeo.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#' See eBird taxonomy for more information:
#' http://ebird.org/content/ebird/about/ebird-taxonomy
#' @param lat Decimal latitude. value between -90.00 and 90.00, up to two
#' decimal places of precision. Defaults to latitude basd on IP.
#' decimal places of precision. Defaults to latitude based on IP.
#' @param lng Decimal longitude. value between -180.00 and 180.00, up to
#' two decimal places of precision. Defaults to longitude basd on IP.
#' two decimal places of precision. Defaults to longitude based on IP.
#' @param dist Distance defining radius of interest from given lat/lng in
#' kilometers (between 0 and 50, defaults to 25)
#' @param back Number of days back to look for observations (between
Expand All @@ -30,7 +30,7 @@
#' many API calls).
#' @param key ebird API key. You can obtain one from https://ebird.org/api/keygen.
#' We strongly recommend storing it in your \code{.Renviron} file as an
#' enivronment variable called \code{EBIRD_KEY}.
#' environment variable called \code{EBIRD_KEY}.
#'@param ... Curl options passed on to \code{\link[httr]{GET}}
#' @return A data.frame containing the collected information:
#' @return "comName": species common name
Expand Down
2 changes: 1 addition & 1 deletion R/ebirdhotspot.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#' many API calls).
#' @param key ebird API key. You can obtain one from https://ebird.org/api/keygen.
#' We strongly recommend storing it in your \code{.Renviron} file as an
#' enivronment variable called \code{EBIRD_KEY}.
#' environment variable called \code{EBIRD_KEY}.
#' @param ... Curl options passed on to \code{\link[httr]{GET}}
#' @return A data.frame containing the collected information:
#' @return "comName": species common name
Expand Down
2 changes: 1 addition & 1 deletion R/ebirdloc.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#' many API calls).
#' @param key ebird API key. You can obtain one from https://ebird.org/api/keygen.
#' We strongly recommend storing it in your \code{.Renviron} file as an
#' enivronment variable called \code{EBIRD_KEY}.
#' environment variable called \code{EBIRD_KEY}.
#' @param ... Curl options passed on to \code{\link[httr]{GET}}
#' @return A data.frame containing the collected information:
#' @return "comName": species common name
Expand Down
2 changes: 1 addition & 1 deletion R/ebirdnotable.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#' many API calls).
#' @param key ebird API key. You can obtain one from https://ebird.org/api/keygen.
#' We strongly recommend storing it in your \code{.Renviron} file as an
#' enivronment variable called \code{EBIRD_KEY}.
#' environment variable called \code{EBIRD_KEY}.
#' @param ... Curl options passed on to \code{\link[httr]{GET}}
#' @note \code{ebirdnotable} requires that either latitude/longitude, location ID,
#' or region be passed to the function. Multiple entries will result in the most
Expand Down
2 changes: 1 addition & 1 deletion R/ebirdregioncheck.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @param loc The location code to be checked.
#' @param key ebird API key. You can obtain one from https://ebird.org/api/keygen.
#' We strongly recommend storing it in your \code{.Renviron} file as an
#' enivronment variable called \code{EBIRD_KEY}.
#' environment variable called \code{EBIRD_KEY}.
#' @param ... Curl options passed on to \code{\link[httr]{GET}}
#'
#' @return Logical.
Expand Down
4 changes: 2 additions & 2 deletions R/ebirdregioninfo.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
#'
#@param loctype One of: 'country', 'states', 'counties'
#' @param loc The location code to be checked. A single location only.
#' @param format Different options for displaying hieararchy of the region's name: [nameonly|namequal|detailed|detailednoqual|revdetailed|full], defaults to full.
#' @param format Different options for displaying hierarchy of the region's name: [nameonly|namequal|detailed|detailednoqual|revdetailed|full], defaults to full.
#' @param key ebird API key. You can obtain one from https://ebird.org/api/keygen.
#' We strongly recommend storing it in your \code{.Renviron} file as an
#' enivronment variable called \code{EBIRD_KEY}.
#' environment variable called \code{EBIRD_KEY}.
#' @param ... Curl options passed on to \code{\link[httr]{GET}}
#'
#' @return A data frame containing:
Expand Down
2 changes: 1 addition & 1 deletion R/ebirdtaxonomy.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' (defaults to en_US).
#' @param key ebird API key. You can obtain one from https://ebird.org/api/keygen.
#' We strongly recommend storing it in your \code{.Renviron} file as an
#' enivronment variable called \code{EBIRD_KEY} to avoid having to constantly
#' environment variable called \code{EBIRD_KEY} to avoid having to constantly
#' supply the key, and to avoid accidentally sharing it publicly.
#' @param ... Curl options passed on to \code{\link[httr]{GET}}
#' @return A data.frame containing the collected information:
Expand Down
6 changes: 3 additions & 3 deletions R/nearestobs.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#' See eBird taxonomy for more information:
#' http://ebird.org/content/ebird/about/ebird-taxonomy
#' @param lat Decimal latitude. value between -90.00 and 90.00, up to two
#' decimal places of precision. Defaults to latitude basd on IP.
#' decimal places of precision. Defaults to latitude based on IP.
#' @param lng Decimal longitude. value between -180.00 and 180.00, up to
#' two decimal places of precision. Defaults to longitude basd on IP.
#' two decimal places of precision. Defaults to longitude based on IP.
#' @param dist Distance defining radius of interest from given lat/lng in
#' kilometers (between 0 and 50, defaults to 25)
#' @param back Number of days back to look for observations (between
Expand All @@ -32,7 +32,7 @@
#' many API calls).
#' @param key ebird API key. You can obtain one from https://ebird.org/api/keygen.
#' We strongly recommend storing it in your \code{.Renviron} file as an
#' enivronment variable called \code{EBIRD_KEY}.
#' environment variable called \code{EBIRD_KEY}.
#' @param ... Curl options passed on to \code{\link[httr]{GET}}
#' @return A data.frame containing the collected information:
#' @return "comName": species common name
Expand Down
4 changes: 2 additions & 2 deletions R/rebird-deprecated.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#'
#' \itemize{
#' \item \code{\link{ebirdregioncheck}}: Deprecated: 'ebirdregioncheck' will be removed in the next version of rebird. Use 'ebirdregioninfo' instead.
#' \item \code{\link{ebirdloc}}: TDeprecated: 'ebirdloc' will be removed in the next version of rebird as it might not be suported in the new eBird API. Use 'ebirdregion' instead.
#' \item \code{\link{ebirdhotspot}}: Deprecated: 'ebirdhotspot' will be removed in the next version of rebird as it might not be suported in the new eBird API. Use 'ebirdregion' instead.
#' \item \code{\link{ebirdloc}}: Deprecated: 'ebirdloc' will be removed in the next version of rebird as it might not be supported in the new eBird API. Use 'ebirdregion' instead.
#' \item \code{\link{ebirdhotspot}}: Deprecated: 'ebirdhotspot' will be removed in the next version of rebird as it might not be supported in the new eBird API. Use 'ebirdregion' instead.
#' }
#'
#' @name rebird-deprecated
Expand Down
6 changes: 3 additions & 3 deletions man/ebirdgeo.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/ebirdhotspot.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/ebirdloc.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/ebirdnotable.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/ebirdregion.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/ebirdregioncheck.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/ebirdregioninfo.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/ebirdtaxonomy.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/nearestobs.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/rebird-deprecated.Rd

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

0 comments on commit 2208c12

Please sign in to comment.