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.1
Depends: R (≥ 3.4.0)
Imports: lobstr, rlang (≥ 1.0.1)
Suggests: covr, testthat (≥ 3.0.0)
Published: 2023-04-28
Author: Lionel Henry [aut, cre], Posit Software, PBC [cph, fnd]
Maintainer: Lionel Henry <lionel at posit.co>
BugReports: https://github.com/r-lib/carrier/issues
License: MIT + file LICENSE
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.1.tar.gz
Windows binaries: r-devel: carrier_0.1.1.zip, r-release: carrier_0.1.1.zip, r-oldrel: carrier_0.1.1.zip
macOS binaries: r-release (arm64): carrier_0.1.1.tgz, r-oldrel (arm64): carrier_0.1.1.tgz, r-release (x86_64): carrier_0.1.1.tgz
Old sources: carrier archive

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.