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 (>= 3.4.0) Imports: lobstr, rlang (>= 1.0.1) Suggests: testthat (>= 3.0.0) ByteCompile: true Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-06-16 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://r-lib.r-universe.dev Date/Publication: 2025-09-11 10:08:00 UTC RemoteUrl: https://github.com/r-lib/carrier RemoteRef: HEAD RemoteSha: 966b6a9107fdf126a22935959800a47c56dc221c NeedsCompilation: no Packaged: 2026-07-01 18:04:21 UTC; root Author: Lionel Henry [aut, cre], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Lionel Henry