2023-03-08 17:12:05 +08:00
|
|
|
# -*- 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
|
|
|
|
|
|
2023-11-09 14:47:42 +08:00
|
|
|
R.setup cran jonclayden RcppArray 0.3.0
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 1
|
2023-03-08 17:12:05 +08:00
|
|
|
categories-append devel
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-03-08 17:12:05 +08:00
|
|
|
license GPL-2
|
|
|
|
|
description Rcpp meets C++ arrays
|
|
|
|
|
long_description Interoperability between Rcpp and the C++11 array type.
|
2023-11-09 14:47:42 +08:00
|
|
|
checksums rmd160 edffebd739cd11cf30ec54e10b90b1cde147df7f \
|
|
|
|
|
sha256 83c8c5ed05d854289c854ad569f4d2ea0c246383be245d1505bd31a130b66258 \
|
|
|
|
|
size 6600
|
2023-03-08 17:12:05 +08:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
|
|
|
|
|
|
depends_test-append port:R-tinytest
|
|
|
|
|
|
|
|
|
|
test.run yes
|