-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
str_atp <- c("mAmYmY", "nbAnsAmA", "")
atp_alph <- c("mA", "mY", "nbA", "nsA")
x <- tidysq::alphabet(tidysq::sq(str_atp, alphabet = atp_alph))
x[c(TRUE, TRUE, FALSE, FALSE)]
#> [1] "mA" "mY" NA NACreated on 2024-11-25 with reprex v2.1.0
For reasons I don't fully understand this unfortunately breaks testthat::expect_setequal() in the dev version of testthat, but it seems like something you should fix anyway. (Actually what I don't understand is why expect_setequal() ever worked, not why it fails now).
Metadata
Metadata
Assignees
Labels
No labels