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.
Version: | 0.1.0 |
Depends: | R (≥ 3.1.0) |
Imports: | pryr, rlang (≥ 0.2.2) |
Suggests: | testthat, covr |
Published: | 2018-10-16 |
Author: | Lionel Henry [aut, cre], RStudio [cph] |
Maintainer: | Lionel Henry <lionel at rstudio.com> |
BugReports: | https://github.com/r-lib/carrier/issues |
License: | GPL-3 |
URL: | https://github.com/r-lib/carrier |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | carrier results |
Reference manual: | carrier.pdf |
Package source: | carrier_0.1.0.tar.gz |
Windows binaries: | r-devel: carrier_0.1.0.zip, r-release: carrier_0.1.0.zip, r-oldrel: carrier_0.1.0.zip |
macOS binaries: | r-release: carrier_0.1.0.tgz, r-oldrel: carrier_0.1.0.tgz |
Reverse imports: | dynparam |
Reverse suggests: | mlflow |
Please use the canonical form https://CRAN.R-project.org/package=carrier to link to this page.