# -*- 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             github r-lib carrier 0.1.1 v
revision            1
categories-append   devel
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  918ce3b4082438aebf23520f3ca39f8948ffa08e \
                    sha256  c42ce2c62dcba678e3f0a806a6f1f561e0703b858958a138fac0888fad2feb2c \
                    size    12913
supported_archs     noarch
platforms           {darwin any}

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

depends_test-append port:R-covr \
                    port:R-testthat

test.run            yes
