Skip to content

Commit

Permalink
Removes ineligible individual from Meeting lead/scribe
Browse files Browse the repository at this point in the history
  • Loading branch information
kellijohnson-NOAA authored Nov 7, 2023
1 parent a0d362d commit 9ee9c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/PEPmeeting.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' PEPtools::PEPmeeting()
PEPmeeting <- function(year = format(Sys.time(), "%Y"),
people = c(
"Aaron", "Andi", "Brian", "Chantel", "Ian", "Jason",
"Aaron", "Brian", "Chantel", "Ian", "Jason",
"John", "Kelli", "Kiva", "Kristin", "Vlada"
)) {
set.seed(year)
Expand Down

0 comments on commit 9ee9c5b

Please sign in to comment.