I would like to create an R package that relies on executables that I put into the /inst folder. However, whatever I put in /inst loses the execution bit after the package is installed, hence the binaries become non-executable due to the missing bit. Is there a way to preserve the file mode for files in /inst or these execution bits need to be added post installation? If so, anyone knows how?
Appreciate any inputs