From ce13f3416b41b4c672134f158a013ac0fe2cdffb Mon Sep 17 00:00:00 2001 From: k-doering-NOAA Date: Mon, 5 Feb 2024 19:57:15 +0000 Subject: [PATCH] style and docs: run devtools::document() and styler::style_pkg() --- man/check_sample_struct.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/check_sample_struct.Rd b/man/check_sample_struct.Rd index c84c80d3..953ddc23 100644 --- a/man/check_sample_struct.Rd +++ b/man/check_sample_struct.Rd @@ -9,8 +9,8 @@ check_sample_struct( valid_names = list(catch = c("Yr", "Seas", "FltSvy", "SE"), CPUE = c("Yr", "Seas", "FltSvy", "SE"), lencomp = c("Yr", "Seas", "FltSvy", "Sex", "Part", "Nsamp"), agecomp = c("Yr", "Seas", "FltSvy", "Sex", "Part", "Ageerr", "Lbin_lo", "Lbin_hi", "Nsamp"), - meanbodywt = c("Yr", "Seas", "FltSvy", "Part", "Type", "SE"), MeanSize_at_Age_obs = - c("Yr", "Seas", "FltSvy", "Sex", "Part", "Ageerr", "N_")) + meanbodywt = c("Yr", "Seas", "FltSvy", "Part", "Type", "Std_in"), MeanSize_at_Age_obs + = c("Yr", "Seas", "FltSvy", "Sex", "Part", "Ageerr", "N_")) ) } \arguments{