mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.4 KiB
Tcl
41 lines
1.4 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 bayesiandemography rvec 0.0.7 v
|
|
revision 0
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Vector representing a random variable
|
|
long_description {*}${description}
|
|
homepage https://bayesiandemography.github.io/rvec
|
|
checksums rmd160 a72b4558fcc047a88481fbf94046461c9bea3013 \
|
|
sha256 b67b8d0755c3742be36417658e9309e61f5c1d3a414cc3305c94fb95bf976054 \
|
|
size 352392
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-glue \
|
|
port:R-matrixStats \
|
|
port:R-rlang \
|
|
port:R-tibble \
|
|
port:R-tidyselect \
|
|
port:R-vctrs
|
|
|
|
depends_test-append port:R-bookdown \
|
|
port:R-covr \
|
|
port:R-dplyr \
|
|
port:R-ggdist \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-posterior \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-tidyr \
|
|
port:R-vdiffr
|
|
|
|
test.run yes
|