-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stops adding "coast" to the "U.S. West"
User instead inputs "U.S. West Coast", which allows users to also use other phrases as requested in #9. Close #9
- Loading branch information
1 parent
cca0149
commit 4a8d4ac
Showing
5 changed files
with
135 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
#' @param coast A character string specifying which part of the coast | ||
#' the stock assessment includes. For example, \code{"US West"}. | ||
#' Do not include \code{"coast"} because it will be added internally. | ||
#' @param coast A character string specifying which part of the coast the stock | ||
#' assessment includes. For example, `"U.S. West Coast"`, which is the | ||
#' default, will be used to create the following title: "Status of common | ||
#' name (latin name) along the U.S. West Coast in 2010". Previously, the word | ||
#' coast was added internally to the text, this is no longer the default | ||
#' behavior of sa4ss and instead you must explicitly add the word, which | ||
#' allows users to have more flexibility. For example, "California Coast from | ||
#' Point Conception north" is a viable option. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.