# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           R 1.0

R.setup             cran r-lib carrier 0.3.0.4 v
revision            0
categories-append   devel
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Isolate functions for remote execution
long_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.
checksums           rmd160  4b4768fd0adb7b928761d8243d2151f86be179de \
                    sha256  abef978cd338e200e9485257eaf7b3c7fe10bc4d7a21434e9fd798050e198351 \
                    size    9719
supported_archs     noarch

depends_lib-append  port:R-lobstr \
                    port:R-rlang

depends_test-append port:R-testthat

test.run            yes
