tests/generated/script5.R

# Three processes
x = 1
y = 2
z = 3

a = x + y
b = y + z
out = a + b + x
write.table(out, "script5.R.log")
clarkfitzg/makeParallel documentation built on Nov. 21, 2020, 2:35 a.m.