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
difficult to install packages with system dependencies. While this worked e.g. for data.table I was not able to install sf.
FROM rhub/r-minimal:4.2.1
RUN installr -d data.table # succeeds
RUN installr -d sf # fails
Main issues are missing libraries and/or dependencies. Also there is no mapping between Ubuntu libraries and Alpine libraries, so we would have to make our way through this ourselves.... (without knowing of all required functionalities are available at all).
There doesn't seem to be AWS CLI support for Alpine, see this issue. Trying to add download and install it manually made me end up in Python hell. So, even though there might be hacks to get around this, I doubt that it's worth the effort.
I did not even try to install packages from our DRAT repo, but this might end up becoming another issue....
@cstepper, maybe you want to add your thoughts here...
No description provided.
The text was updated successfully, but these errors were encountered: