-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.Rmd
More file actions
executable file
·42 lines (30 loc) · 1.25 KB
/
index.Rmd
File metadata and controls
executable file
·42 lines (30 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: "Tutorial: FaultTree Package"
author: ["David J. Silkworth"]
site: bookdown::bookdown_site
documentclass: book
bibliography: [packages.bib]
description: "Tutorial for the FaultTree package from www.openreliability.org"
cover-image: "www/cover.jpg"
knit: "bookdown::render_book"
github-repo: CarlesCG/FaulttReeTutoRial
---
# Welcome To FaultTree Tutorial {-}
```{r echo=FALSE, out.width="80%"}
knitr::include_graphics("www/cover.jpg")
```
This is the [online version]() for the R `FaultTree` package tutorial available at [openreliability.org](www.openreliability.org).
Pull requests and general comments are welcome.
**Author**
* [David J.Silkworth](https://github.com/jto888)
* bookdown editing by [Carles CG](https://github.com/CarlesCG)
**References**
* The package can be found [in GitHub](https://github.com/jto888/FaultTree).
* The original tutorial can be found [at openreliability.org](http://www.openreliability.org/fault-tree-analysis-on-r/)
```{block, note-text, type='rmdtip'}
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under the terms of the
GNU General Public License versions 2 or 3.
For more information about these matters see
http://www.gnu.org/licenses/.
```