I just discovered this and it looks like it could be really good for automated dockerization of R packages. One thing that's missing, however is a way to include C libraries (e.g. libcurl) that are required for R packages that bundle C.
I know it's possible to create a base image with these installed, but it would be good to have a sort of skeleton that could take a list of C libraries (e.g. generated from pak::pkg_sysreqs()) and insert them into the correct docker incantation and teardown.
I just discovered this and it looks like it could be really good for automated dockerization of R packages. One thing that's missing, however is a way to include C libraries (e.g.
libcurl) that are required for R packages that bundle C.I know it's possible to create a base image with these installed, but it would be good to have a sort of skeleton that could take a list of C libraries (e.g. generated from
pak::pkg_sysreqs()) and insert them into the correct docker incantation and teardown.