Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos spelling #130

Merged
merged 3 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/apply_gam.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#' @param x_label character. x-axis label of output plot. Default: `"year"`.
#' @param y_label character. y-axis label of output plot. Default: `"number of
#' observations"`.
#' @param saveplot logical. If `TRUE` the plots are authomatically saved.
#' @param saveplot logical. If `TRUE` the plots are automatically saved.
#' Default: `FALSE`.
#' @param dir_name character. Path of directory where saving plots. If path
#' doesn't exists, directory will be created. Example: "./output/graphs/". If
Expand Down Expand Up @@ -92,7 +92,7 @@
#'
#' \item `first_derivative`: df. Data.frame with details of first derivatives.
#' It contains the following columns:
#' - `smooth`: smoooth identifier. Example: `s(year)`.
#' - `smooth`: smooth identifier. Example: `s(year)`.
#' - `derivative`: numeric. Value of first derivative.
#' - `se`: numeric. Standard error of `derivative`.
#' - `crit`: numeric. Critical value required such that
Expand Down
2 changes: 1 addition & 1 deletion R/climate_match.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#' zones in the target nation or region
#' - `spatial` a sf object containing the observations used
#' in the analysis
#' - `current_map` a leaflet object displaying the degree of wordlwide
#' - `current_map` a leaflet object displaying the degree of worldwide
#' climate match with the climate from 1980 till 2016
#' - `future_maps` a list of leaflet objects for each future climate
#' scenario, displaying the degree of climate match
Expand Down
2 changes: 1 addition & 1 deletion R/gbif_has_distribution.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @param taxon_key (single numeric or character) a single taxon key.
#' @param ... one or more GBIF distribution properties and related values.
#' Up to now it supports the following properties:
#' country (and its synoynym: countryCode), status (and its synonym:
#' country (and its synonym: countryCode), status (and its synonym:
#' occurrenceStatus) and establishmentMeans.
#' @return a logical, TRUE or FALSE.
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/gbif_verify_keys.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' That means that adding a key at the end of the URL
#' https://www.gbif.org/species/ returns a GBIF page related to a taxa of the
#' GBIF Backbone.)}
#' \item{\code{keys} are synonyms of other taxa (taxonomicStauts neither
#' \item{\code{keys} are synonyms of other taxa (taxonomicStatus neither
#' \code{ACCEPTED} nor \code{DOUBTFUL}).}
#' }.
#' @param keys (character or numeric) a vector, a list, or a data.frame
Expand Down
2 changes: 1 addition & 1 deletion R/pathways_cbd.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Pathways of introdcution as defined by CBD
#' Pathways of introduction as defined by CBD
#'
#' Function to get all CBD pathays of introdution at level 1 (`pathway_level1`)
#' and level 2 (`pathway_level2`). Added pathway `unknown` at level 1 and level
Expand Down
2 changes: 1 addition & 1 deletion R/update_download_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' This function opens a (tab-separated) text file containing all occurrence
#' downloads from GBIF and updates the status of all downloads with status
#' `RUNNING` or `PREPARING`. If the specifid download is not present it will be add.
#' `RUNNING` or `PREPARING`. If the specified download is not present it will be add.
#'
#' If a download key is passed which is not present in the file it will be added
#' as a new line.
Expand Down
4 changes: 2 additions & 2 deletions man/apply_gam.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/climate_match.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/gbif_has_distribution.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/gbif_verify_keys.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/pathways_cbd.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/update_download_list.Rd

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

Loading