R package that delivers executables residing in /inst

不羁的心 提交于 2019-12-12 05:03:52

问题


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

来源:https://stackoverflow.com/questions/47304933/r-package-that-delivers-executables-residing-in-inst

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!