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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to