virtualstaticvoid/heroku-buildpack-r

Use reticulate package

MislavSag opened this issue · 1 comments

Hi,

Is python installed when I deploy this buildpack on dynos?

I would like to install one python package (tsdel) and use it through reticulate, but I a not sure if pyton is already installed ?

If it is, then I suppose I can install package using retucalte package init.R file.

Please use heroku-docker-r together with the Heroku container stack. This will give you much more control over the dependencies needed for reticulate to work with Python.