From 865ba67f1356fb1d8901f91f567bc87221d2e139 Mon Sep 17 00:00:00 2001 From: kellijohnson-NOAA Date: Sun, 9 Jul 2023 07:53:41 -0700 Subject: [PATCH] Adds middle initial for Chantel --- R/es_table_tex.R | 2 +- R/get_plotinfo.R | 2 +- R/read_model.R | 2 +- man/es_table_tex.Rd | 2 +- man/get_plotinfo.Rd | 2 +- man/read_model.Rd | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/R/es_table_tex.R b/R/es_table_tex.R index 37c5ac5..c5c96e2 100644 --- a/R/es_table_tex.R +++ b/R/es_table_tex.R @@ -22,7 +22,7 @@ #' is the file name of the csv file to be read, and loc (optional) is the location to file the #' csv file indicated by the filename. #' -#' @author Chantel Wetzel +#' @author Chantel R. Wetzel #' #' @examples #' \dontrun{ diff --git a/R/get_plotinfo.R b/R/get_plotinfo.R index 3448a6f..0aad502 100644 --- a/R/get_plotinfo.R +++ b/R/get_plotinfo.R @@ -7,7 +7,7 @@ #' @param mod_loc directory of the model #' @param plot_folder folder name of the r4ss plots #' -#' @author Melissa Monk & Chantel Wetzel +#' @author Melissa Monk & Chantel R. Wetzel #' get_plotinfo <- function(mod_loc, plot_folder = "plots") { diff --git a/R/read_model.R b/R/read_model.R index 949d916..aca85ed 100644 --- a/R/read_model.R +++ b/R/read_model.R @@ -104,7 +104,7 @@ #' ) #' } #' @export -#' @author Chantel Wetzel +#' @author Chantel R. Wetzel #' read_model <- function(mod_loc, save_loc = NULL, diff --git a/man/es_table_tex.Rd b/man/es_table_tex.Rd index 8d4ffd2..1b80cc0 100644 --- a/man/es_table_tex.Rd +++ b/man/es_table_tex.Rd @@ -54,5 +54,5 @@ es_table_tex( } } \author{ -Chantel Wetzel +Chantel R. Wetzel } diff --git a/man/get_plotinfo.Rd b/man/get_plotinfo.Rd index 8005a31..d126596 100644 --- a/man/get_plotinfo.Rd +++ b/man/get_plotinfo.Rd @@ -23,5 +23,5 @@ The most recent version of plotInfoTable with the complete list of plots will be used. } \author{ -Melissa Monk & Chantel Wetzel +Melissa Monk & Chantel R. Wetzel } diff --git a/man/read_model.Rd b/man/read_model.Rd index 8b998d7..79276e2 100644 --- a/man/read_model.Rd +++ b/man/read_model.Rd @@ -163,5 +163,5 @@ sa4ss::read_model( } } \author{ -Chantel Wetzel +Chantel R. Wetzel }