You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
755 B
Tcl
22 lines
755 B
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 jonclayden RcppArray 0.3.0
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Rcpp meets C++ arrays
|
|
long_description Interoperability between Rcpp and the C++11 array type.
|
|
checksums rmd160 edffebd739cd11cf30ec54e10b90b1cde147df7f \
|
|
sha256 83c8c5ed05d854289c854ad569f4d2ea0c246383be245d1505bd31a130b66258 \
|
|
size 6600
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-tinytest
|
|
|
|
test.run yes
|