Package: carrier Title: Isolate Functions for Remote Execution Version: 0.3.0.9000 Authors@R: c( person("Lionel", "Henry", , "lionel@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: 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. License: MIT + file LICENSE URL: https://github.com/r-lib/carrier BugReports: https://github.com/r-lib/carrier/issues Depends: R (>= 4.1) Imports: lobstr, rlang (>= 1.0.1) Suggests: testthat (>= 3.0.0) ByteCompile: true Config/roxygen2/markdown: TRUE Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-06-16 Encoding: UTF-8 Repository: https://r-lib.r-universe.dev Date/Publication: 2026-07-22 11:18:38 UTC RemoteUrl: https://github.com/r-lib/carrier RemoteRef: HEAD RemoteSha: e4fa8468773c8b3c6ec7d7345e9e1bb4c5cff63f NeedsCompilation: no Packaged: 2026-07-22 12:21:00 UTC; root Author: Lionel Henry [aut, cre], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Lionel Henry