mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran r-quantities errors 0.4.2 v
|
|
revision 0
|
|
categories-append math
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Uncertainty propagation for R vectors
|
|
long_description {*}${description}
|
|
homepage https://r-quantities.github.io/errors
|
|
checksums rmd160 6330cf8bd302f230bfc607609b91522cff4b0b59 \
|
|
sha256 2fff9fae763859cbacd2a36fe395291a200186636df289d003d8d09cc0ac549d \
|
|
size 242926
|
|
supported_archs noarch
|
|
|
|
depends_test-append port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-pillar \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-vctrs \
|
|
port:R-vdiffr
|
|
|
|
test.run yes
|