[R-pkg-devel] How to link executables for non-R-users?

2016-06-16 Thread Michael Cysouw
I really like the possibility of projects like docopt , providing a bash interface to R functionality. IMHO this is a great way to allow non-R-users to include R functionality in their workflows. There is a docopt package for R which is not yet perfect for my liking, but alrea

Re: [R-pkg-devel] How to link executables for non-R-users?

2016-06-16 Thread Duncan Murdoch
On 16/06/2016 9:56 AM, Michael Cysouw wrote: I really like the possibility of projects like docopt , providing a bash interface to R functionality. IMHO this is a great way to allow non-R-users to include R functionality in their workflows. There is a docopt package for R whi

Re: [R-pkg-devel] How to link executables for non-R-users?

2016-06-16 Thread Dirk Eddelbuettel
On 16 June 2016 at 15:56, Michael Cysouw wrote: | I really like the possibility of projects like docopt , providing a bash interface to R functionality. IMHO this is a great way to allow non-R-users to include R functionality in their workflows. There is a docopt package for