Hello Fellow enthusiasts,
I use portable version of R for a project in a computer where I have no administrator privilege. I use zip function to encrypt & zip a folder. Apparently computer doesn't have Rtools and I cannot install it. I am wondering how I can point R to look into a local folder where I have Rtools available (with ../bin/zip.exe)
I have tried to add Sys.setenv(zip="folderpath_of_Rtools/bin"
in Rprofile.site But it is not working.