diff --git a/NAMESPACE b/NAMESPACE index 5642128..163cd1f 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) @@ -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) diff --git a/R/process_weight_at_age.R b/R/process_weight_at_age-.R similarity index 99% rename from R/process_weight_at_age.R rename to R/process_weight_at_age-.R index 0a0b762..fbcd7d6 100644 --- a/R/process_weight_at_age.R +++ b/R/process_weight_at_age-.R @@ -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 #' diff --git a/man/process_weight_at_age.Rd b/man/process_weight_at_age.Rd index d00c1ed..3496f3e 100644 --- a/man/process_weight_at_age.Rd +++ b/man/process_weight_at_age.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/process_weight_at_age.R +% Please edit documentation in R/process_weight_at_age-.R \name{process_weight_at_age} \alias{process_weight_at_age} \title{Create weight-at-age files for hake assessment} diff --git a/man/process_weight_at_age_survey.Rd b/man/process_weight_at_age_survey.Rd index c8087c6..c324292 100644 --- a/man/process_weight_at_age_survey.Rd +++ b/man/process_weight_at_age_survey.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/process_weight_at_age.R +% Please edit documentation in R/process_weight_at_age-.R \name{process_weight_at_age_survey} \alias{process_weight_at_age_survey} \title{Collate some of the age-weight data}