
Last chance! 50% off unlimited learning
Sale ends in
Installs the python 'pycox' package via reticulate.
Note the default for pip
is changed to TRUE
.
install_pycox(
method = "auto",
conda = "auto",
pip = TRUE,
install_torch = FALSE,
...
)
No return value.
See reticulate::py_install.
If TRUE
installs the dependency torch
package as
well.
Passed to reticulate::py_install.