mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.3 KiB
Tcl
38 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
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran statisfactions simpr 0.2.6
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description Flexible tidyverse-friendly simulations
|
|
long_description {*}${description}
|
|
homepage https://statisfactions.github.io/simpr
|
|
checksums rmd160 e2ce3fbbdda693c622c62d747bfdc676660e7094 \
|
|
sha256 f183c91b6b37a06d432bf5f22b244ede6c20c9b97be470cc25c2cc09e1850565 \
|
|
size 100621
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-broom \
|
|
port:R-dplyr \
|
|
port:R-furrr \
|
|
port:R-generics \
|
|
port:R-purrr \
|
|
port:R-lifecycle \
|
|
port:R-magrittr \
|
|
port:R-rlang \
|
|
port:R-tibble \
|
|
port:R-tidyr \
|
|
port:R-tidyselect
|
|
|
|
depends_test-append port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|