Package: carrier 0.1.1.9000
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.
Authors:
carrier_0.1.1.9000.tar.gz
carrier_0.1.1.9000.zip(r-4.5)carrier_0.1.1.9000.zip(r-4.4)carrier_0.1.1.9000.zip(r-4.3)
carrier_0.1.1.9000.tgz(r-4.4-any)carrier_0.1.1.9000.tgz(r-4.3-any)
carrier_0.1.1.9000.tar.gz(r-4.5-noble)carrier_0.1.1.9000.tar.gz(r-4.4-noble)
carrier_0.1.1.9000.tgz(r-4.4-emscripten)carrier_0.1.1.9000.tgz(r-4.3-emscripten)
carrier.pdf |carrier.html✨
carrier/json (API)
NEWS
# Install 'carrier' in R: |
install.packages('carrier', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/carrier/issues
Last updated 2 years agofrom:c8ef7bdd4f. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win | OK | Oct 27 2024 |
R-4.5-linux | OK | Oct 27 2024 |
R-4.4-win | OK | Oct 27 2024 |
R-4.4-mac | OK | Oct 27 2024 |
R-4.3-win | OK | Oct 27 2024 |
R-4.3-mac | OK | Oct 27 2024 |
Dependencies:cpp11crayonlobstrprettyunitsrlang
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Crate a function to share with another process | crate |
Is an object a crate? | is_crate |