Skip to content

Commit

Permalink
Remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
arni-magnusson committed May 21, 2022
1 parent 33fb9a7 commit 2090e5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/addDriors.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' \code{initial_state_cv}, \code{terminal_state}, and
#' \code{terminal_state_cv}.
#' @param same.priors whether to use the same priors for all stocks.
#' @param stocks.combined old name for \code{same.prior}, provided for backward
#' @param stocks.combined old name for \code{same.prior} provided for backward
#' compatibility. Use \code{same.prior} in new SOFIA scripts.
#' @param shape_prior passed to \code{format_driors}.
#' @param b_ref_type passed to \code{format_driors}.
Expand Down
2 changes: 1 addition & 1 deletion R/addEffort.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @param effort \code{tibble} containing \code{year}, \code{stock}, and
#' \code{effort}.
#' @param same.effort whether to use the same effort data for all stocks.
#' @param stocks.combined old name for \code{same.effort}, provided for backward
#' @param stocks.combined old name for \code{same.effort} provided for backward
#' compatibility. Use \code{same.effort} in new SOFIA scripts.
#'
#' @details
Expand Down
2 changes: 1 addition & 1 deletion man/addDriors.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/addEffort.Rd

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

0 comments on commit 2090e5f

Please sign in to comment.