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
849 B
Tcl
25 lines
849 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 leopoldo.catania DMQ 0.1.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Dynamic Multiple Quantile (DMQ) model
|
|
long_description {*}${description}
|
|
checksums rmd160 5ee893239988f97c33cdfc9291e33ea742a7e012 \
|
|
sha256 5f9d429b464f10ca29e7eaa9f7835e7ac0af34a281fed3431ef9d3b5edc7eaf9 \
|
|
size 41846
|
|
|
|
depends_lib-append port:R-DEoptim \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-Rsolnp
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|