Skip to content
This repository was archived by the owner on May 24, 2019. It is now read-only.

Commit b92c58d

Browse files
committed
coerce qual to character
1 parent 3df8c72 commit b92c58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/GenerateQualificationRequirement.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function (qual, comparator, value, preview = NULL, qual.number = NULL) {
2121
else if(is.null(preview))
2222
preview <- rep(NA, length(qual))
2323

24-
qual <- sapply(qual, .AliasToQualificationType)
24+
qual <- sapply(as.character(qual), .AliasToQualificationType)
2525
if(any(qual %in% c("2ARFPLSP75KLA8M8DH1HTEQVJT3SY6",
2626
"2F1KVCNHMVHV8E9PBUB2A4J79LU20F",
2727
"2TGBB6BFMFFOM08IBMAFGGESC1UWJX")))

0 commit comments

Comments
 (0)