Skip to content

Commit

Permalink
Fix issues with failing ghactions
Browse files Browse the repository at this point in the history
  • Loading branch information
Schiano-NOAA committed Sep 27, 2024
1 parent ec07783 commit e366925
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Imports:
stringr,
tidyr,
utils
Remotes:
Remotes:
nmfs-fish-tools/nmfspalette
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
export(add_theme)
export(plot_recruitment)
export(plot_spawning_biomass)
export(plot_total_biomass)
export(table_indices)
3 changes: 1 addition & 2 deletions R/plot_recruitment.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#' Plot Recruitment
#'
#' @template dat
#' @template model
#' @inheritParams plot_recruitment
#' @param params Print/export the parameters of the stock recruitment function?
#' @param params_only Only export the stock recruitment function or both the parameters and the plot(s)?
#' @param units If units are not available in the output file, in metric tons,
Expand Down
3 changes: 1 addition & 2 deletions R/plot_spawning_biomass.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#' Plot Spawning Biomass
#'
#' @template dat
#' @template model
#' @inheritParams plot_recruitment
#' @param show_warnings Option to suppress warnings
#' @param units If units are not available in the output file or are not the
#' default of metric tons, then state the units of spawning biomass applicable
Expand Down
43 changes: 43 additions & 0 deletions man/plot_total_biomass.Rd

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

0 comments on commit e366925

Please sign in to comment.