You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2329655ef7
[skip ci]
27 lines
933 B
Tcl
27 lines
933 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 cran RDSsamplesize 0.5.0
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description RDS sample size estimation and power calculation
|
|
long_description {*}${description}
|
|
checksums rmd160 01dfc8ad7effd0f3e234f6cd88b68abd8213cd7c \
|
|
sha256 543304123ebe9d28b5dbe544b92081e3ca6014abd1977a29212c69b36597decc \
|
|
size 52032
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-latex2exp \
|
|
port:R-microbenchmark \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|