You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
874 B
Tcl
25 lines
874 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.recommended yes
|
|
|
|
# This is a recommended package. Keep it CRAN-sourced.
|
|
R.setup cran brazzale boot 1.3-31
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license Permissive
|
|
description Functions and datasets for bootstrapping
|
|
long_description {*}${description}. Recommended package.
|
|
checksums rmd160 e4eb916ae1fdbfaae6104d735ff66d5eed508e67 \
|
|
sha256 d8542e8cd1b503ca412e774908f386c0522a991296d57560ebded0f3d201c8d2 \
|
|
size 238458
|
|
supported_archs noarch
|
|
|
|
depends_test-append port:R-MASS \
|
|
port:R-survival
|
|
|
|
test.run yes
|