-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Portfile
36 lines (32 loc) · 1.35 KB
/
Portfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# -*- 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
# Revert to GitHub once updated there.
R.setup cran r-lib rlang 1.1.4
revision 0
categories-append devel
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
license MIT
description Low-level API for programming with R
long_description ${name} is a collection of frameworks and APIs \
for programming with R.
homepage https://rlang.r-lib.org
checksums rmd160 867cfc502e411c7205fb04f37b57dc4553f39590 \
sha256 f2d74527508bf3287102470beb27de0d234c3cbba399c28d3312f2c83c64a6e1 \
size 767041
depends_test-append port:R-cli \
port:R-covr \
port:R-crayon \
port:R-fs \
port:R-glue \
port:R-knitr \
port:R-magrittr \
port:R-pillar \
port:R-rmarkdown \
port:R-testthat \
port:R-tibble \
port:R-usethis \
port:R-vctrs \
port:R-winch \
port:R-withr
test.run yes