mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
51 lines
1.8 KiB
Tcl
51 lines
1.8 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 is outdated.
|
|
R.setup cran DeclareDesign DeclareDesign 1.0.10
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Declare and diagnose research designs
|
|
long_description {*}${description}
|
|
homepage https://declaredesign.org/r/declaredesign
|
|
checksums rmd160 ded97e799b5b8eb93ffe23f3c28bc39b088691be \
|
|
sha256 d46ec9de79d3a5f479e50ca53c3c539657b7896f073e671640a931f2e60f2c38 \
|
|
size 115573
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-estimatr \
|
|
port:R-fabricatr \
|
|
port:R-generics \
|
|
port:R-randomizr \
|
|
port:R-rlang
|
|
|
|
# Some optional deps are omitted.
|
|
depends_test-append port:R-AER \
|
|
port:R-betareg \
|
|
port:R-biglm \
|
|
port:R-broom \
|
|
port:R-coin \
|
|
port:R-data.table \
|
|
port:R-diffobj \
|
|
port:R-dplyr \
|
|
port:R-future \
|
|
port:R-future.apply \
|
|
port:R-gam \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-marginaleffects \
|
|
port:R-Matching \
|
|
port:R-psych \
|
|
port:R-reshape2 \
|
|
port:R-rmarkdown \
|
|
port:R-sf \
|
|
port:R-testthat \
|
|
port:R-tibble
|
|
|
|
test.run yes
|