# NOT RUN {
f = function(n) {
message("hi from f")
if (n > 5)
stop("n must be <= 5")
runif(n)
}
encapsulate("none", f, list(n = 1), .seed = 1)
encapsulate("evaluate", f, list(n = 1), .seed = 1)
encapsulate("callr", f, list(n = 1), .seed = 1)
# }
Run the code above in your browser using DataLab