-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
981b01d
commit c84f843
Showing
9 changed files
with
180 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# -*- 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 r-project ROptEst 1.3.3 | ||
revision 0 | ||
categories-append math | ||
platforms {darwin any} | ||
maintainers nomaintainer | ||
license LGPL-3 | ||
description Optimally Robust Estimation | ||
long_description {*}${description} | ||
homepage http://robast.r-forge.r-project.org | ||
checksums rmd160 a6ca274b8950fbbd20ff525358ba7365a17f1d4f \ | ||
sha256 77e5956c3ae301251ec6992298aa4667c764e97d6f71bd8b362cca7a22382d56 \ | ||
size 162812 | ||
supported_archs noarch | ||
|
||
depends_lib-append port:R-distr \ | ||
port:R-distrEx \ | ||
port:R-distrMod \ | ||
port:R-RandVar \ | ||
port:R-RobAStBase \ | ||
port:R-startupmsg | ||
|
||
depends_test-append port:R-RobLox | ||
|
||
test.run yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# -*- 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 r-project RobAStBase 1.2.5 | ||
revision 0 | ||
categories-append math | ||
platforms {darwin any} | ||
maintainers nomaintainer | ||
license LGPL-3 | ||
description Robust Asymptotic Statistics | ||
long_description Base S4-classes and functions for robust asymptotic statistics. | ||
homepage https://distr.r-forge.r-project.org | ||
checksums rmd160 c95ad6727a6654bad55e4f9ad1854313def4cd1b \ | ||
sha256 9de17eaf366a4fdbbfb5bbb6a54b307c089a2106b48038b5ef83b2b0a81d549b \ | ||
size 163684 | ||
supported_archs noarch | ||
|
||
depends_lib-append port:R-distr \ | ||
port:R-distrEx \ | ||
port:R-distrMod \ | ||
port:R-RandVar \ | ||
port:R-rrcov \ | ||
port:R-startupmsg | ||
|
||
depends_test-append port:R-ROptEst \ | ||
port:R-RUnit | ||
|
||
test.run yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# -*- 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 r-project RobAStRDA 1.2.1 | ||
revision 0 | ||
categories-append math | ||
platforms {darwin any} | ||
maintainers nomaintainer | ||
license LGPL-3 | ||
description Interpolation grids for the R-RobASt \ | ||
family of packages | ||
long_description {*}${description} | ||
homepage https://r-forge.r-project.org/projects/robast | ||
checksums rmd160 3d32a64c13003e7e6cf7bb52fc7e6211c374e9fe \ | ||
sha256 bc9827e848e413f10b8efec8e3b6b020570d2759cece619562ace041456fcc94 \ | ||
size 3545051 | ||
supported_archs noarch | ||
|
||
test.run yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# -*- 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 r-project RobExtremes 1.3.0 | ||
revision 0 | ||
categories-append math | ||
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer | ||
license LGPL-3 | ||
description Optimally robust estimation for extreme value distributions | ||
long_description {*}${description} | ||
homepage https://r-forge.r-project.org/projects/robast | ||
checksums rmd160 cf8a46692028865ac28b90a24c0ad61013266009 \ | ||
sha256 a46b54edd956d619841e94d7d9e7f88bca9e6ea1bc5f80978cc8439ba757f137 \ | ||
size 135534 | ||
|
||
depends_lib-append port:R-actuar \ | ||
port:R-evd \ | ||
port:R-distr \ | ||
port:R-distrEx \ | ||
port:R-distrMod \ | ||
port:R-RandVar \ | ||
port:R-RobAStBase \ | ||
port:R-RobAStRDA \ | ||
port:R-robustbase \ | ||
port:R-ROptEst \ | ||
port:R-startupmsg | ||
|
||
depends_test-append port:R-fitdistrplus \ | ||
port:R-ismev \ | ||
port:R-RUnit | ||
|
||
test.run yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# -*- 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 r-project RobLox 1.2.1 | ||
revision 0 | ||
categories-append math | ||
platforms {darwin any} | ||
maintainers nomaintainer | ||
license LGPL-3 | ||
description Optimally robust influence curves \ | ||
and estimators for location and scale | ||
long_description {*}${description} | ||
homepage http://robast.r-forge.r-project.org | ||
checksums rmd160 498d1318984fe86372a7fcb321b10c168cc90492 \ | ||
sha256 42e354f5bf6ee64a719da5f65169e49e48397f8d7fc72f5b419b0fd37f868135 \ | ||
size 98839 | ||
supported_archs noarch | ||
|
||
depends_lib-append port:R-Biobase \ | ||
port:R-distr \ | ||
port:R-distrMod \ | ||
port:R-RandVar \ | ||
port:R-RColorBrewer \ | ||
port:R-RobAStBase | ||
|
||
test.run yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters