Displaying 1 result from an estimated 1 matches for "culprid".
Did you mean:
culprit
2010 Sep 03
1
Weird erratic error and illogical error message, could someone explain this?
...al arguments
> traceback()
6: match(x, table, nomatch = 0L)
5: "factor" %in% attrib[["class", exact = TRUE]]
4: structure(.Internal(Sys.time()), class = c("POSIXt", "POSIXct"))
3: Sys.time()
2: chemTrigger() at chemostat_1.0-1.R#1132
1: chemRun()
So, the culprid is a call inside `%in%` (from within structure() in
Sys.time()). But I can run millions times `%in%`, or structure(), or
Sys.time() on my machine without producing this bug. Arguments at 5: are
simple character strings. They don't hurt!
Also, I am lost because the message is totally illogic...