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]
21 lines
781 B
Tcl
21 lines
781 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 cran RcppExamples 0.1.9
|
|
revision 1
|
|
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
|