You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.2 KiB
Tcl
36 lines
1.2 KiB
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
|
|
|
|
# Revert to R-forge when updated there.
|
|
R.setup cran r-forge sandwich 3.1-1
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Robust covariance matrix estimators
|
|
long_description {*}${description}
|
|
homepage https://sandwich.R-Forge.R-project.org
|
|
checksums rmd160 9f7cbca484bed8dc3baf90c2bdcf1cbb0e94cd19 \
|
|
sha256 ece51efa4283a98b3b4b4b9317fce4928b227942115dd84452b481fd6e9d9119 \
|
|
size 1393080
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-zoo
|
|
|
|
depends_test-append port:R-AER \
|
|
port:R-car \
|
|
port:R-geepack \
|
|
port:R-lme4 \
|
|
port:R-lmtest \
|
|
port:R-multiwayvcov \
|
|
port:R-pcse \
|
|
port:R-plm \
|
|
port:R-pscl \
|
|
port:R-scatterplot3d \
|
|
port:R-strucchange
|
|
|
|
test.run yes
|