mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 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
|
|
|
|
R.setup github r-quantities quantities 0.2.2 v
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Quantity calculus for R vectors
|
|
long_description {*}${description}
|
|
homepage https://r-quantities.github.io/quantities
|
|
checksums rmd160 1d5045ec0ca4bcf47296160f842668ecfe1c8614 \
|
|
sha256 5fd91cc25a08303da1591fa9e113328091d110ca93ed839b5412f7e50546b6e4 \
|
|
size 135941
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:R-errors \
|
|
port:R-Rcpp \
|
|
port:R-units
|
|
|
|
depends_test-append port:R-dplyr \
|
|
port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-pillar \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-tidyr \
|
|
port:R-vctrs \
|
|
port:R-vdiffr
|
|
|
|
test.run yes
|