We started with reproducible project definition. Then we implemented rsuite to help manage the project. It includes dependency management which is what renv solve.
What is the biggest difference is that our project consists of possibly many pkgs that are local to it. This allows you to create complex solutions. Moreover deployment PKG is zip file and to use it you only need r. No PKG installation on prod.
What do you think of the new renv package?