You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.0 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 resplab predtools 0.0.3
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL
|
|
description Prediction model tools
|
|
long_description {*}${description}
|
|
checksums rmd160 8f5ceb45a5bbaf74efc91781cf2b3d15a7795125 \
|
|
sha256 323d31ad6784af6fe3318156243d4d179db30183236bb9d6dedbc22d97a31294 \
|
|
size 694401
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-magrittr \
|
|
port:R-mvtnorm \
|
|
port:R-pROC \
|
|
port:R-RConics \
|
|
port:R-Rcpp
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-spelling
|
|
|
|
test.run yes
|