Skip to content

Commit

Permalink
Merge pull request #130 from trias-project/fix-typos-spelling
Browse files Browse the repository at this point in the history
Fix typos spelling
  • Loading branch information
damianooldoni authored Jul 17, 2024
2 parents 98ef3f2 + 84f4cfa commit 8b88394
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
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.

0 comments on commit 8b88394

Please sign in to comment.