mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
23 lines
909 B
Tcl
23 lines
909 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 RevolutionAnalytics iterators 1.0.14
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license Apache-2
|
|
description Provides iterator construct
|
|
long_description Support for iterators, which allow a programmer \
|
|
to traverse through all the elements of a vector, list or other collection of data.
|
|
checksums rmd160 0b34a5c90c5e5007103aaaaa85f867b8ac1709ec \
|
|
sha256 cef3075a0930e1408c764e4da56bbadd4f7d14315809df8f38dd51f80ccc677b \
|
|
size 300266
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_test-append port:R-foreach \
|
|
port:R-RUnit
|
|
|
|
test.run yes
|