install_chess {chess}R Documentation

Install python-chess

Description

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.

Usage

install_chess(method = "auto", conda = "auto", ...)

Arguments

method

Installation method

conda

The path to a conda executable

...

Other arguments passed on to reticulate::py_install()


[Package chess version 1.0.1 Index]