mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
25 lines
863 B
Tcl
25 lines
863 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 openreliability FaultTree 1.0.1
|
|
revision 1
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description Fault trees for risk and reliability analysis
|
|
long_description Construction, calculation and display of fault trees.
|
|
checksums rmd160 ddf5bb475fc03cfd45449ea1a35c969ae8012fce \
|
|
sha256 1489b1fa6798e7888815e2a89bc84c71766937d21ab135b38d61e87a3c197b29 \
|
|
size 50192
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-RcppArmadillo
|
|
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-magrittr
|
|
|
|
test.run yes
|