2023-04-22 17:02:10 +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-12-03 15:02:34 +07:00
|
|
|
R.setup cran eddelbuettel RcppClassicExamples 0.1.3
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 1
|
2023-04-22 17:02:10 +08:00
|
|
|
categories-append devel
|
|
|
|
|
maintainers nomaintainer
|
2023-12-03 15:02:34 +07:00
|
|
|
license GPL-2+
|
2023-04-22 17:02:10 +08:00
|
|
|
description Examples using RcppClassic to interface R and C++
|
|
|
|
|
long_description {*}${description}
|
2023-12-03 15:02:34 +07:00
|
|
|
homepage https://dirk.eddelbuettel.com/code/rcpp.classic.html
|
|
|
|
|
checksums rmd160 74ada64d82fae1aee6b22efa5534ed79a24247ee \
|
|
|
|
|
sha256 37a6a900dc7ac1dae6b951a1d2a1a983ac94cac312e5261a99a021bd512531df \
|
|
|
|
|
size 16140
|
2023-04-22 17:02:10 +08:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
|
|
|
port:R-RcppClassic
|
|
|
|
|
|
|
|
|
|
depends_test-append port:R-RUnit
|
|
|
|
|
|
|
|
|
|
test.run yes
|