You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
915 B
Tcl
26 lines
915 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 strimmerlab care 1.1.11
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description High-dimensional regression and CAR score variable selection
|
|
long_description {*}${description}
|
|
homepage https://strimmerlab.github.io/software/care
|
|
checksums rmd160 54468ec2ffcf87176d8b8fc9c3806045147020ff \
|
|
sha256 95ee32be61f77d476ae8d143a6ef39eaa9733ff2eb80d298f535b8ce94d92721 \
|
|
size 120402
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-corpcor
|
|
|
|
depends_test-append port:R-crossval \
|
|
port:R-sda
|
|
|
|
test.run yes
|