greta_notes_install_miniconda_output {greta} | R Documentation |
Retrieve python installation or error details.
Description
These functions retrieve installation or error information output by python
when running install_miniconda()
, conda_create()
, conda_install()
, or
when encountering a TensorFlow numerical problem.
Usage
greta_notes_install_miniconda_output()
greta_notes_install_miniconda_error()
greta_notes_conda_create_output()
greta_notes_conda_create_error()
greta_notes_conda_install_output()
greta_notes_conda_install_error()
greta_notes_tf_num_error()
Examples
## Not run:
greta_notes_install_miniconda()
greta_notes_conda_create()
greta_notes_conda_install()
greta_notes_tf_num_error()
greta_notes_tf_error()
## End(Not run)
[Package greta version 0.4.5 Index]