You've already forked macports-ports
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
|
|
|
|
R.setup cran takuya.yanagida misty 0.6.8
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Miscellaneous functions for descriptive statistics
|
|
long_description {*}${description}
|
|
checksums rmd160 44733dc79a468576970cbe51d5f21bbb92aa1443 \
|
|
sha256 71051967de060edcbb0e800821e9382cd0d32732f0d3a72976e7e97d66aa8334 \
|
|
size 767609
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-ggplot2 \
|
|
port:R-haven \
|
|
port:R-lavaan \
|
|
port:R-lme4 \
|
|
port:R-rstudioapi
|
|
|
|
depends_test-append port:R-hdf5r \
|
|
port:R-mice \
|
|
port:R-mnormt \
|
|
port:R-mvnmle \
|
|
port:R-patchwork \
|
|
port:R-plyr \
|
|
port:R-readxl \
|
|
port:R-writexl
|
|
|
|
test.run yes
|