Skip to content

Commit

Permalink
remove deprecated data objects from documentation and function args
Browse files Browse the repository at this point in the history
  • Loading branch information
MOshima-PIFSC committed Feb 16, 2024
1 parent 830c76a commit 77df09c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion R/SSplotJABBAres.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#' @importFrom r4ss save_png
#'
#' @export
SSplotJABBAres <- function(ss3rep = ss3diags::simple,
SSplotJABBAres <- function(ss3rep,
subplots = c("cpue", "len", "age", "size", "con")[1],
seas = NULL,
plot = TRUE,
Expand Down
2 changes: 1 addition & 1 deletion R/SSplotModelcomp.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#'
#' @keywords ssplot hindcasting
#'
SSplotModelcomp <- function(summaryoutput = ss3diags::retroSimple,
SSplotModelcomp <- function(summaryoutput,
plot = TRUE,
print = deprecated(),
print_plot = FALSE,
Expand Down
4 changes: 2 additions & 2 deletions R/SSplotRunstest.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ ssruns_sig3 <- function(x, type = NULL, mixing = "less") {
#' @export
#'

SSplotRunstest <- function(ss3rep = ss3diags::simple,
SSplotRunstest <- function(ss3rep,
mixing = "less",
subplots = c("cpue", "len", "age", "size", "con")[1],
plot = TRUE,
Expand Down Expand Up @@ -424,7 +424,7 @@ SSplotRunstest <- function(ss3rep = ss3diags::simple,
#'
#' @export

SSrunstest <- function(ss3rep = ss3diags::simple,
SSrunstest <- function(ss3rep,
mixing = "less",
quants = c("cpue", "len", "age", "con")[1],
indexselect = NULL,
Expand Down
2 changes: 1 addition & 1 deletion man/SSplotJABBAres.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/SSplotModelcomp.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/SSplotRunstest.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/SSrunstest.Rd

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

0 comments on commit 77df09c

Please sign in to comment.