mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
966 B
Tcl
28 lines
966 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 fplot 1.1.0
|
|
revision 1
|
|
categories-append graphics math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Automatic distribution graphs using formulas
|
|
long_description {*}${description}
|
|
checksums rmd160 4cae38b435236eeeb6d56de5853a2fea4764498b \
|
|
sha256 113ba15e0c4f20c8ddcc8730ecb2ee2c69237203ba213a625fd6407fcc964d66 \
|
|
size 3759782
|
|
|
|
depends_lib-append port:R-data.table \
|
|
port:R-dreamerr \
|
|
port:R-Formula \
|
|
port:R-Rcpp
|
|
|
|
depends_test-append port:R-fixest \
|
|
port:R-knitr \
|
|
port:R-pdftools \
|
|
port:R-rmarkdown
|
|
|
|
test.run yes
|