You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
821 B
Tcl
24 lines
821 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 cran fdaMixed 0.6.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Functional data analysis in a mixed model framework
|
|
long_description {*}${description}
|
|
checksums rmd160 7cdc3f08d46003545e9e7d61518fc998941089f7 \
|
|
sha256 402677aceeac24f0e9782163195d8cab9c0c0c6b0f5c2079712cc57c7e9365bb \
|
|
size 19855
|
|
|
|
depends_lib-append port:R-Formula \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
test.run yes
|