Skip to content

Commit aae09de

Browse files
committed
regenerate from docs (install from github)
1 parent 8825eed commit aae09de

File tree

432 files changed

+1912
-736
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

432 files changed

+1912
-736
lines changed

index.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ This website provides documentation for the R interface to Keras. See the main K
4646

4747
### Installation
4848

49-
First, install the keras R package from CRAN as follows:
49+
First, install the keras R package from GitHub as follows:
5050

5151
```{r, eval=FALSE}
52-
install.packages("keras")
52+
devtools::install_github("rstudio/keras")
5353
```
5454

5555
The Keras R interface uses the [TensorFlow](https://www.tensorflow.org/) backend engine by default. To install both the core Keras library as well as the TensorFlow backend use the `install_keras()` function:

vignettes/getting_started.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ This website provides documentation for the R interface to Keras. See the main K
3131

3232
## Installation
3333

34-
First, install the keras R package from CRAN as follows:
34+
First, install the keras R package from GitHub as follows:
3535

3636
```{r, eval=FALSE}
37-
install.packages("keras")
37+
devtools::install_github("rstudio/keras")
3838
```
3939

4040
The Keras R interface uses the [TensorFlow](https://www.tensorflow.org/) backend engine by default. To install both the core Keras library as well as the TensorFlow backend use the `install_keras()` function:

website/LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/articles/about_keras_layers.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/articles/about_keras_models.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/articles/applications.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/articles/backend.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/articles/custom_layers.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/articles/custom_models.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/articles/custom_wrappers.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)