You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some R packages depend on system requirements which have to be installed before anything. use_dockerfile() could try to figure out which are the required system dependencies based on the dependencies listed in DESCRIPTION and using either sysreqsdb or r-system-requirements.
An alternative would be to have a use_requirements() (or better named) function that does the figuring out and then tells the user the command that they should put on their Dockerfile.
The text was updated successfully, but these errors were encountered:
Some R packages depend on system requirements which have to be installed before anything.
use_dockerfile()
could try to figure out which are the required system dependencies based on the dependencies listed in DESCRIPTION and using either sysreqsdb or r-system-requirements.An alternative would be to have a
use_requirements()
(or better named) function that does the figuring out and then tells the user the command that they should put on their Dockerfile.The text was updated successfully, but these errors were encountered: