You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2329655ef7
[skip ci]
24 lines
870 B
Tcl
24 lines
870 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 eddelbuettel RcppClassicExamples 0.1.3
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Examples using RcppClassic to interface R and C++
|
|
long_description {*}${description}
|
|
homepage https://dirk.eddelbuettel.com/code/rcpp.classic.html
|
|
checksums rmd160 74ada64d82fae1aee6b22efa5534ed79a24247ee \
|
|
sha256 37a6a900dc7ac1dae6b951a1d2a1a983ac94cac312e5261a99a021bd512531df \
|
|
size 16140
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppClassic
|
|
|
|
depends_test-append port:R-RUnit
|
|
|
|
test.run yes
|