Package: carrier
Title: Isolate Functions for Remote Execution
Version: 0.3.0.4
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
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2025-09-11 09:06:32 UTC; lionel
Author: Lionel Henry [aut, cre],
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Lionel Henry <lionel@posit.co>
Repository: CRAN
Date/Publication: 2025-09-11 09:50:02 UTC
Built: R 4.4.1; ; 2025-09-11 11:03:05 UTC; unix
