mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 lines
1.1 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 SeewooLi IRTest 2.0.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Parameter estimation of item response theory with estimation of latent distribution
|
|
long_description {*}${description}
|
|
homepage https://github.com/SeewooLi/IRTest
|
|
checksums rmd160 4ef358b065f39e8823527be2f1adf5f4e6f431a8 \
|
|
sha256 6ab3e6287bb70d1feeac90e48b08516184abd50f7c98ebcfc56c1862274adf3a \
|
|
size 329810
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-betafunctions \
|
|
port:R-dcurver \
|
|
port:R-ggplot2 \
|
|
port:R-usethis
|
|
|
|
patchfiles patch-no-v8.diff
|
|
|
|
depends_test-append port:R-gridExtra \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|