install_chess {chess} | R Documentation |
Install the python library used as the backbone of this package. You can
pass arguments on to reticulate::py_install()
, but python-chess
needs
python_version = "3.8"
and pip = TRUE
.
install_chess(method = "auto", conda = "auto", ...)
method |
Installation method |
conda |
The path to a conda executable |
... |
Other arguments passed on to |