I use R in production quite a bit, and pointing our R docker images to the new public RStudio Package Manager repo is incredible, it's saved a huge amount of package install time with the binaries instead of spending 30+ minutes building source packages every time we build a docker image. This has only worked with our Ubuntu-based images, however, and unfortunately, a bunch of our images in production are built on Debian (as it's the base for Rocker and the official Python docker image). Does anyone know if Debian is going to be supported by the Package Manager in the near future?