Skip to content

Commit 92080a2

Browse files
committed
improve error message
1 parent 560b684 commit 92080a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/eventInfo.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
.filterCheckEID <- function(edata, eid) {
2323
eid <- tolower(eid)
2424
if (!eid %in% names(edata))
25-
stop("Event ID not supported; contact organizers")
25+
stop("Event ID not found for selected format; contact organizers")
2626
as.data.frame(edata[[eid]])
2727
}
2828

0 commit comments

Comments
 (0)