#rstats help needed: given a list of packages 📦, is there a quick way to get all the system dependencies for each of them ? for example: library(haven) needs 'deb: zlib1g-dev (Debian, Ubuntu, etc)'
2
2
3
Replying to @jspairani
Have you seen r2u with its packages which lets eg `install.packages("haven")` give you binaries with all dependencies? eddelbuettel.github.io/r2u/ (And I know of no comprehensive complete solution. Also, technically, zlib1g-dev only needed to build, and zlib1g to run.)

Jul 31, 2022 · 1:28 PM UTC

1
2
4
Nice. Is arm64 also supported?