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 kaifenglu eventPred 0.2.6
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Event Prediction
|
|
long_description {*}${description}
|
|
homepage https://github.com/kaifenglu/eventPred
|
|
checksums rmd160 a9f54987962ad10518dd8c5274081edd1453b218 \
|
|
sha256 ab323103717fe0bc13df4cbcac2bbb217b8bfc0b2096d2851443b512dc2ec050 \
|
|
size 386724
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-erify \
|
|
port:R-flexsurv \
|
|
port:R-mvtnorm \
|
|
port:R-numDeriv \
|
|
port:R-plotly \
|
|
port:R-rlang \
|
|
port:R-rstpm2 \
|
|
port:R-shiny \
|
|
port:R-tmvtnsim
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|