-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
22 lines (22 loc) · 1.06 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: ReliabilityTheory
Title: Structural Reliability Analysis
Description: Perform structural reliability analysis, including computation and
simulation with system signatures, Samaniego (2007)
<doi:10.1007/978-0-387-71797-5>, and survival signatures, Coolen and
Coolen-Maturi (2013) <doi:10.1007/978-3-642-30662-4_8>. Additionally
supports parametric and topological inference given system lifetime data,
Aslett (2012) <https://www.louisaslett.com/PhD_Thesis.pdf>.
URL: https://www.louisaslett.com/, https://github.com/louisaslett/ReliabilityTheory
BugReports: https://github.com/louisaslett/ReliabilityTheory/issues
Version: 0.3.1
Maintainer: Louis Aslett <[email protected]>
Authors@R: person("Louis", "Aslett", email = "[email protected]",
role = c("aut", "cre", "cph"))
Depends: R (>= 3.5.0)
Imports: actuar, combinat, FRACTION, igraph (>= 1.0.1), mcmc,
PhaseType (>= 0.2.0), sfsmisc, utils
Suggests: testthat, reshape2, ggplot2, xtable
License: GPL-2 | GPL-3
ByteCompile: yes
LazyLoad: yes
NeedsCompilation: no