2023-05-04 06:40:56 +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
|
|
|
|
|
|
|
|
|
|
R.setup cran cran RcppExamples 0.1.9
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 1
|
2023-05-04 06:40:56 +08:00
|
|
|
categories-append devel
|
|
|
|
|
maintainers nomaintainer
|
|
|
|
|
license {GPL-2 GPL-3}
|
|
|
|
|
description Examples using Rcpp to interface R and C++
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
homepage https://dirk.eddelbuettel.com/code/rcpp.examples.html
|
|
|
|
|
checksums rmd160 6638fa26dce71f0336d95539fedaa43be0c57a44 \
|
|
|
|
|
sha256 12b694f716ebefb702859bfacc1f286ea27d6cb9d7d16a10e8f575f96efcc814 \
|
|
|
|
|
size 13246
|
|
|
|
|
|
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
|
|
|
|
|
|
test.run yes
|