From 784cf4ee1398c2c368874376319cc8d6f10ed9b1 Mon Sep 17 00:00:00 2001 From: Jordi Rosell Date: Thu, 31 Oct 2024 16:07:08 +0100 Subject: [PATCH] Update getting_started.Rmd --- vignettes/getting_started.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/getting_started.Rmd b/vignettes/getting_started.Rmd index 5ba163223..fc232768f 100644 --- a/vignettes/getting_started.Rmd +++ b/vignettes/getting_started.Rmd @@ -47,7 +47,7 @@ or install the development version with: ``` r -remotes::install_github("rstudio/keras") +remotes::install_github("rstudio/keras3") ``` The Keras R interface requires that a backend engine be installed. This is [TensorFlow](https://www.tensorflow.org/) by default.