virtualstaticvoid / heroku-buildpack-r

Heroku buildpack for R - Makes deploying R on Heroku easy
MIT License
304 stars 236 forks source link

Use reticulate package #164

Closed MislavSag closed 11 months ago

MislavSag commented 2 years ago

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.

virtualstaticvoid commented 11 months ago

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.