Package: carrier
Title: Isolate Functions for Remote Execution
Version: 0.1.0
Authors@R: c(
    person("Lionel", "Henry", ,"lionel@rstudio.com", c("aut", "cre")),
    person("RStudio", role = "cph")
    )
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.
Depends: R (>= 3.1.0)
Imports: pryr, rlang (>= 0.2.2)
Suggests: testthat, covr
License: GPL-3
Encoding: UTF-8
LazyData: true
ByteCompile: true
URL: https://github.com/r-lib/carrier
BugReports: https://github.com/r-lib/carrier/issues
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-10-11 13:11:29 UTC; lionel
Author: Lionel Henry [aut, cre],
  RStudio [cph]
Maintainer: Lionel Henry <lionel@rstudio.com>
Repository: CRAN
Date/Publication: 2018-10-16 19:10:20 UTC
Built: R 3.6.3; ; 2020-08-05 03:18:24 UTC; windows
