mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1020 B
Tcl
29 lines
1020 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 QuantumOfMoose complexlm 1.1.2
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Linear fitting for complex-valued data
|
|
long_description {*}${description}
|
|
homepage https://github.com/QuantumOfMoose/complexlm
|
|
checksums rmd160 4efc1e09d95cf7eb21f84105cd57b4bdcce94e55 \
|
|
sha256 76f3015947e33ef46a5c5a5ed779c1be00605d454c6ec8279d37011571867a7a \
|
|
size 566021
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-mathjaxr \
|
|
port:R-pracma
|
|
|
|
depends_test-append port:R-dplyr \
|
|
port:R-ggforce \
|
|
port:R-ggplot2 \
|
|
port:R-reshape2
|
|
|
|
test.run yes
|