Warning message: restarting interrupted promise evaluation

The following warning message repeatedly appears if I do some simple operation for variables within a function, e.g. length(some vector), dim(some matrix), even if the result is correct. Could we ignore or turn off it?

Warning message:
In get(object, envir = currentEnv, inherits = TRUE) :
restarting interrupted promise evaluation

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.