[R] Error with stop()

jgarcia at ija.csic.es jgarcia at ija.csic.es
Fri Feb 15 14:18:12 CET 2008


Hello;
I've used stop() previously without any problem.
Now, I'm using a condition and getting an error when stop() is called.

Mi condition is:

if(dim(r.temp)[1] != (length(jul.names)+6)) stop("buffered data not
available")


An the R' response is:

> source("my_program.R")
Error in eval.with.vis(expr, envir, enclos) :
  buffered data not available
>

Can you help me with this?

Best regards,
Javier



More information about the R-help mailing list