Files
macports-ports/R/R-RcppArray/Portfile
T
2024-04-26 11:38:57 -04:00

22 lines
793 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 {@barracuda156 gmail.com:vital.had} openmaintainer
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