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

Commit

Permalink
coerce qual to character
Browse files Browse the repository at this point in the history
  • Loading branch information
leeper committed Aug 15, 2014
1 parent 3df8c72 commit b92c58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/GenerateQualificationRequirement.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function (qual, comparator, value, preview = NULL, qual.number = NULL) {
else if(is.null(preview))
preview <- rep(NA, length(qual))

qual <- sapply(qual, .AliasToQualificationType)
qual <- sapply(as.character(qual), .AliasToQualificationType)
if(any(qual %in% c("2ARFPLSP75KLA8M8DH1HTEQVJT3SY6",
"2F1KVCNHMVHV8E9PBUB2A4J79LU20F",
"2TGBB6BFMFFOM08IBMAFGGESC1UWJX")))
Expand Down

0 comments on commit b92c58d

Please sign in to comment.