Skip to content

Commit

Permalink
add new tag label for the soft depr. warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chantelwetzel-noaa committed Jun 21, 2024
1 parent d6db07a commit c94004b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/Biomass.fn.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Biomass.fn <- function(
verbose = TRUE) {

lifecycle::deprecate_soft(
when = "2.XX",
when = "2.4",
what = "nwfscSurvey::Biomass.fn()",
details = "Please switch to get_design_based()."
)
Expand Down
2 changes: 1 addition & 1 deletion R/plotBio.fn.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PlotBio.fn <- function(
...) {

lifecycle::deprecate_soft(
when = "2.XX",
when = "2.4",
what = "nwfscSurvey::PlotBio.fn()",
details = "Please switch to get_desin_based() and plot_index()."
)
Expand Down
2 changes: 1 addition & 1 deletion R/plotBioStrata.fn.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ PlotBioStrata.fn <- function(
...) {

lifecycle::deprecate_soft(
when = "2.XX",
when = "2.4",
what = "nwfscSurvey::PlotBioStrata.fn()",
details = "Please switch to get_design_based() and plot_index()."
)
Expand Down

0 comments on commit c94004b

Please sign in to comment.