mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.2 KiB
Tcl
33 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
|
|
|
|
R.setup cran cran VarSelLCM 2.1.3.1
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Variable selection for model-based clustering of mixed-type data set with missing values
|
|
long_description {*}${description}
|
|
homepage http://varsellcm.r-forge.r-project.org
|
|
checksums rmd160 70858fa3d3d623f301f216eae33741c596159205 \
|
|
sha256 c5e57948e5a8d3496fa5d4a2dff5b2ee58a2333bd24c0598dba56016e03f2f0f \
|
|
size 300149
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-shiny
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-dplyr \
|
|
port:R-htmltools \
|
|
port:R-knitr \
|
|
port:R-plyr \
|
|
port:R-rmarkdown \
|
|
port:R-scales
|
|
|
|
test.run yes
|