Does anyone have any ideas on how to directly install the python libraries available on Github from reticulate? The py_install
function only supports libraries available on conda or PyPI.
For example, when building an R package based on a python library only available on Github, do I inevitably have to copy the source code of the library into my package?