Displaying 1 result from an estimated 1 matches for "r60311".
Did you mean:
d60311
2012 Aug 18
0
mccollect does not return named, ordered results when wait=FALSE
...st
equal in length to it's first argument (except when all tasks are
complete), e.g., a length 2 named list with second element NULL rather than
> p = lapply(1:2, sleeper); Sys.sleep(1); mccollect(p, wait=FALSE)
[[1]]
[1] 1
> sessionInfo()
R Under development (unstable) (2012-08-18 r60311)
Platform: x86_64-unknown-linux-gnu (64-bit)
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=C LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHO...