Isolate Functions for Remote Execution
Sending functions to remote processes can be wasteful of resources because they carry their environments with them. With the carrier package, it is easy to create functions that are isolated from their environment. These isolated functions, also called crates, print at the console with their total size and can be easily tested locally before being sent to a remote.
2,832
709
154
24
install.packages('carrier')
0.1.0
a year ago
https://github.com/r-lib/carrier
Lionel Henry
GPL-3
R (>= 3.1.0)