Skip to content

Commit

Permalink
updated titanic docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhendricks committed Jul 1, 2017
1 parent 6fc67a9 commit dcd6c76
Show file tree
Hide file tree
Showing 26 changed files with 3,820 additions and 140 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ Suggests:
dplyr,
knitr
VignetteBuilder: knitr
RoxygenNote: 6.0.1
26 changes: 10 additions & 16 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
output:
md_document:
variant: markdown_github
github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->
Expand Down Expand Up @@ -30,22 +29,18 @@ You can install:

* the latest released version from CRAN with

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/titanic)](http://cran.r-project.org/package=titanic)

```R
install.packages("titanic")
````
```R
install.packages("titanic")
````

* the latest development version from github with

[![GitHub version](https://badge.fury.io/gh/paulhendricks%2Ftitanic.svg)](http://badge.fury.io/gh/paulhendricks%2Ftitanic)

```R
if (packageVersion("devtools") < 1.6) {
install.packages("devtools")
}
devtools::install_github("paulhendricks/titanic")
```
```R
if (packageVersion("devtools") < 1.6) {
install.packages("devtools")
}
devtools::install_github("paulhendricks/titanic")
```

If you encounter a clear bug, please file a minimal reproducible example on [github](https://github.com/paulhendricks/titanic/issues).

Expand All @@ -62,4 +57,3 @@ To get started, read the intro vignette: `vignette("introduction", package = "ti
## License

[![License](http://img.shields.io/:license-mit-blue.svg)](https://github.com/paulhendricks/titanic/blob/master/LICENSE)

23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->
titanic
=======
Expand All @@ -13,22 +14,18 @@ You can install:

- the latest released version from CRAN with

[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/titanic)](http://cran.r-project.org/package=titanic)

``` r
install.packages("titanic")
```
``` r
install.packages("titanic")
```

- the latest development version from github with

[![GitHub version](https://badge.fury.io/gh/paulhendricks%2Ftitanic.svg)](http://badge.fury.io/gh/paulhendricks%2Ftitanic)

``` r
if (packageVersion("devtools") < 1.6) {
install.packages("devtools")
}
devtools::install_github("paulhendricks/titanic")
```
``` r
if (packageVersion("devtools") < 1.6) {
install.packages("devtools")
}
devtools::install_github("paulhendricks/titanic")
```

If you encounter a clear bug, please file a minimal reproducible example on [github](https://github.com/paulhendricks/titanic/issues).

Expand Down
138 changes: 138 additions & 0 deletions docs/articles/gender_class_model.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

138 changes: 138 additions & 0 deletions docs/articles/gender_model.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dcd6c76

Please sign in to comment.