Code
install_greta_deps(timeout = 0.001)
Message
i Installing python modules into 'greta-env-tf2' conda environment, this may ...
x Installing python modules into 'greta-env-tf2' conda environment, this may ...
Condition
Error in `new_install_process()`:
! Stopping as installation of greta dependencies took longer than 0.001 minutes You can increase the timeout time by increasing the `timeout` argument. For example, to wait 5 minutes: `install_greta_deps(timeout = 5)` Alternatively, you can perform the entire installation with: `reticulate::install_miniconda()` Then: `reticulate::conda_create(envname = 'greta-env-tf2', python_version = '3.8')` Then: `reticulate::py_install( packages = c( 'numpy', 'tensorflow', 'tensorflow-probability' ), pip = TRUE )` Then, restart R, and load greta with: `library(greta)`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.