You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
43 lines
1.5 KiB
Tcl
43 lines
1.5 KiB
Tcl
# -*- 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 cpp11 0.5.1
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description ${name} helps you to interact with R objects \
|
|
using C++ code
|
|
long_description {*}${description}
|
|
homepage https://cpp11.r-lib.org
|
|
checksums rmd160 25829390c4774ea9d470977ac831ccd4f2a9d11d \
|
|
sha256 3d1ea475bc2dc2e9d4ee3ce41edeb96370f5417fbd77c48a085e5ed6f379afd4 \
|
|
size 291870
|
|
supported_archs noarch
|
|
|
|
depends_test-append port:R-bench \
|
|
port:R-brio \
|
|
port:R-callr \
|
|
port:R-cli \
|
|
port:R-covr \
|
|
port:R-decor \
|
|
port:R-desc \
|
|
port:R-ggplot2 \
|
|
port:R-glue \
|
|
port:R-knitr \
|
|
port:R-lobstr \
|
|
port:R-mockery \
|
|
port:R-progress \
|
|
port:R-Rcpp \
|
|
port:R-rmarkdown \
|
|
port:R-scales \
|
|
port:R-testthat \
|
|
port:R-tibble \
|
|
port:R-vctrs \
|
|
port:R-withr
|
|
|
|
test.run yes
|