Hi all,
I want to develop a package which will have bash executables that can be called by its functions using, for example, processx
.
However, I would like to have some examples and if possible a good reference on good practices on how to interface bash executable functions in an R package.
Something like https://colinfay.me/node-r-package/ on how to wrap node.js modules in an R package would be perfect, but just general pointers or an example of an R package already doing this would be extremely useful at this point!
Does anyone know anything?
Thank you very much