mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.2 KiB
Tcl
35 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran friendly matlib 1.0.0
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Matrix functions for teaching and learning linear algebra \
|
|
and multivariate statistics
|
|
homepage http://friendly.github.io/matlib
|
|
long_description {*}${description}
|
|
checksums rmd160 c5c1d37fba54574106494d4f14f97d13df436a66 \
|
|
sha256 6c130ed6e435dc33d070f70cdc1fa932bd45122024cf2bc8faa4a0663bb971b1 \
|
|
size 660187
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-car \
|
|
port:R-dplyr \
|
|
port:R-knitr \
|
|
port:R-rgl \
|
|
port:R-rmarkdown \
|
|
port:R-rstudioapi \
|
|
port:R-xtable
|
|
|
|
# Optional dep on R-webshot2 is dropped.
|
|
depends_test-append port:R-carData \
|
|
port:R-markdown
|
|
|
|
test.run yes
|