mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
25 lines
922 B
Tcl
25 lines
922 B
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 DeclareDesign randomizr 1.0.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Easy-to-use tools for common forms \
|
|
of random assignment and sampling
|
|
long_description {*}${description}
|
|
homepage https://declaredesign.org/r/randomizr
|
|
checksums rmd160 df4934adabbfdf7f19168797381fff196fc79729 \
|
|
sha256 56468c08167d5425cbf003777e33028ab7374f71097c6a6de4aadb462057fe64 \
|
|
size 109922
|
|
|
|
depends_test-append port:R-dplyr \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|