To build my package, I need to install RTools on my Windows computer at work, where I don't have admin privileges.
As the installer is a .exe file, I cannot even open it (blocked by Bromium vSentry). So I cannot choose an installation folder where I have write privileges, as I cannot even launch the installer.
I Googled it but could not find a portable version of RTools or a zip I could just uncompress. Does anyone know if it exists and if not, what is the way to build my packages?
Edit:
As a complement to Hong Ooi's answer, I indeed had to update my PATH variable manually for RStudio to find RTools. The PATH to set is not documented anywhere official, so I copied and adapted the PATH from here. My version is:
C:\Unsupported\Rtools\bin;C:\Unsupported\Rtools\gcc-4.6.3\bin;C:\Unsupported\Rtools\perl\bin;C:\Unsupported\Rtools\MinGW\bin;C:\Unsupported\R\R-3.3.2\bin\x64;C:\Unsupported\R\R-3.3.2\bin