Skip to content

Commit

Permalink
Revert "Fix warning on package load"
Browse files Browse the repository at this point in the history
This reverts commit 7a482e4.
  • Loading branch information
kellijohnson-NOAA committed Dec 31, 2023
1 parent 7a482e4 commit df052ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export(process_age_sea)
export(process_age_shore)
export(process_catch_norpac)
export(process_database)
export(process_weight_at_age)
export(process_weight_at_age_survey)
export(pull_database)
export(queryDB)
Expand All @@ -29,7 +30,7 @@ export(weight_at_age_wide)
export(write_bridging)
import(ggplot2)
import(grDevices)
import(r4ss, except = c(profile))
import(r4ss)
import(stats)
import(utils)
importFrom(RColorBrewer,brewer.pal)
Expand Down
4 changes: 2 additions & 2 deletions R/process_weight_at_age.R → R/process_weight_at_age-.R
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ process_weight_at_age_us <- function(savedir = hakedata_wd()) {
#' number of ages in the data. The default is to use the maturity ogive stored
#' in the package.
#'
#' @import ggplot2 utils
#' @rawNamespace import(r4ss, except = c(profile))
#' @import ggplot2 r4ss utils
#' @export
#' @author Ian G. Taylor
#' @return todo: document return
#'
Expand Down
2 changes: 1 addition & 1 deletion man/process_weight_at_age.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/process_weight_at_age_survey.Rd

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

0 comments on commit df052ec

Please sign in to comment.