carrier: 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.

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

Documentation:

Reference manual: carrier.pdf

Downloads:

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 (arm64): carrier_0.1.0.tgz, r-oldrel (arm64): carrier_0.1.0.tgz, r-release (x86_64): carrier_0.1.0.tgz, r-oldrel (x86_64): carrier_0.1.0.tgz

Reverse dependencies:

Reverse imports: dynparam
Reverse suggests: furrr, mlflow

Linking:

Please use the canonical form https://CRAN.R-project.org/package=carrier to link to this page.