Is there a way to install just the compiler and other tools that are needed to use the nimble r package? The installation instructions say to use Rtools which makes sense most of the time. In this case I am trying to create a self-contained local version of a Shiny app that uses nimble. I do this by putting a portable version of R in the folder that runs the app. (See
here if you are interested). For this to work with an app that uses nimble I need to include RTools in that folder. This works but Rtools is huge and takes forever to unzip and transfer the files.
Is there a smaller set of tools that could accomplish what nimble needs?
Thanks!