You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
767 B
Tcl
23 lines
767 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 lambda.r 1.2.4
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license LGPL-3
|
|
description Modeling data with functional programming
|
|
long_description {*}${description}
|
|
checksums rmd160 9a2eb443d1a26c45ccaaa054df217253bc3e9351 \
|
|
sha256 d252fee39065326c6d9f45ad798076522cec05e73b8905c1b30f95a61f7801d6 \
|
|
size 25666
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-formatR
|
|
|
|
depends_test-append port:R-testit
|
|
|
|
test.run yes
|