mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
812 B
Tcl
25 lines
812 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 gaozh8 eimpute 0.2.4
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Efficiently impute large scale incomplete matrix
|
|
long_description {*}${description}
|
|
checksums rmd160 4dda2848899c8a9ffa594eba9be254b353b9a43c \
|
|
sha256 ce71124484e375cb3889fa4d2733345e37d74621f7fc54824d428c47ce64a2fb \
|
|
size 877273
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppEigen
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-knitr
|
|
|
|
test.run yes
|