~/projects/bkz $ Rscript bkz.R
...
Error in kernel$x : $ operator is invalid for atomic vectors
Calls: predict ... lapply -> FUN -> sapply -> lapply -> FUN -> dkernel
Execution halted
Bizarrely, if you keep trying to run the script, it eventually succeeds. It's not an issue with changes to the database, since the database isn't modified during runs. (Confirmed with a diff).
bkz.R sometimes fails with:
Bizarrely, if you keep trying to run the script, it eventually succeeds. It's not an issue with changes to the database, since the database isn't modified during runs. (Confirmed with a diff).