Skip to content

Commit

Permalink
update readme and pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed Aug 9, 2017
1 parent 4810bdf commit ccc7239
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 10 deletions.
12 changes: 10 additions & 2 deletions README.Rmd
Expand Up @@ -30,9 +30,17 @@ For a short primer on the data visualisation available in naniar, read the vigne

# Installation

Currently naniar is only available on github
You can install naniar from CRAN:

```{r install, eval = FALSE}
```{r install-cran, eval = FALSE}
install.packages("naniar")
```

Or you can install the development version on github using `devtools`:

```{r install-github, eval = FALSE}
# install.packages("devtools")
devtools::install_github("njtierney/naniar")
Expand Down
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -19,7 +19,14 @@ For a short primer on the data visualisation available in naniar, read the vigne
Installation
============

Currently naniar is only available on github
You can install naniar from CRAN:

``` r

install.packages("naniar")
```

Or you can install the development version on github using `devtools`:

``` r
# install.packages("devtools")
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/index.html

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

2 changes: 1 addition & 1 deletion docs/articles/naniar-visualisation.html

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

9 changes: 8 additions & 1 deletion docs/index.html

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

Binary file modified docs/reference/add_prop_miss-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/reference/cast_shadow.html

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

Binary file modified docs/reference/gg_miss_span-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/reference/gg_miss_span.html

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

2 changes: 1 addition & 1 deletion docs/reference/index.html

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

2 changes: 1 addition & 1 deletion docs/reference/label_missings.html

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

0 comments on commit ccc7239

Please sign in to comment.