Skip to content

Commit

Permalink
readme & news
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Staniak committed May 4, 2018
1 parent e1a9636 commit 2642064
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Expand Up @@ -3,6 +3,7 @@
* Minor fix to `euclidean_kernel` function.
* Default kernel in `fit_explanation` is now `gaussian_kernel`.
* Order of arguments changed in `add_predictions` and `data` arguments defaults to `NULL`.
* Variables are standardized after predictions are added, before explanation model is fitted in `fit_explanation` function.

# live 1.5.2

Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -8,16 +8,16 @@

## Installation

To get started, install `live` from CRAN
Since last CRAN release, interface has been majorly improved, so I recommend using the development version:

```
install.packages("live")
devtools::install_github("MI2DataLab/live")
```

or use the development version:
However, you can still use the CRAN version:

```
devtools::install_github("MI2DataLab/live")
install.packages("live")
```


Expand Down

0 comments on commit 2642064

Please sign in to comment.