Skip to content

Commit

Permalink
Update names and adjectives
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Dec 8, 2023
1 parent 250586c commit 5f91df3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Binary file modified R/sysdata.rda
Binary file not shown.
12 changes: 8 additions & 4 deletions data-raw/ccao_ids.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ left <- c(
"boring",
"brave",
"busy",
"calm",
"cattywampus",
"charming",
"clever",
"cool",
Expand All @@ -24,6 +26,7 @@ left <- c(
"crazy",
"dazzling",
"determined",
"didactic",
"distracted",
"dreamy",
"eager",
Expand All @@ -35,6 +38,7 @@ left <- c(
"epic",
"exciting",
"fancy-free",
"fecund",
"fervent",
"festive",
"flamboyant",
Expand All @@ -50,7 +54,6 @@ left <- c(
"great",
"happy",
"hardcore",
"heuristic",
"hopeful",
"hungry",
"infallible",
Expand All @@ -69,13 +72,11 @@ left <- c(
"mystifying",
"modest",
"musing",
"naughty",
"nervous",
"nice",
"nifty",
"nostalgic",
"objective",
"over-qualified",
"optimistic",
"peaceful",
"pedantic",
Expand All @@ -90,6 +91,7 @@ left <- c(
"reverent",
"romantic",
"sad",
"sagacious",
"serene",
"sharp",
"silly",
Expand Down Expand Up @@ -153,7 +155,9 @@ right <- c(
"claire",
"jean",
"damon",
"michael"
"michael",
"caroline",
"matt" # again
)

names_gen <- list("left" = left, "right" = right)
Expand Down

0 comments on commit 5f91df3

Please sign in to comment.