You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 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 github d-morrison rwicc 0.1.3.9000
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Regression with interval-censored covariates
|
|
long_description {*}${description}
|
|
homepage https://d-morrison.github.io/rwicc
|
|
checksums rmd160 70385f67ae9d932d73a098535f3ad6439232818d \
|
|
sha256 834c1b1a184e78ec76d3554857c4eadba838682f0658dc3c4b575eb775ae845c \
|
|
size 74220
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-arm \
|
|
port:R-biglm \
|
|
port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-lubridate \
|
|
port:R-magrittr \
|
|
port:R-pryr \
|
|
port:R-scales
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-markdown \
|
|
port:R-pander \
|
|
port:R-rmarkdown \
|
|
port:R-spelling \
|
|
port:R-testthat
|
|
|
|
test.run yes
|