Skip to content
Prev 873 / 12125 Next

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

On 16/06/2016 9:56 AM, Michael Cysouw wrote:
Just put a description of what to do into your vignette.
I don't think packages should be messing with users' PATHs. Document 
what is necessary, even provide functions in your package to do the 
work, but don't do it automatically.  I think you were suggesting 
something optional, but I really see no point in that: it is no more 
work for you to write a function to do the work than it would be for you 
to handle a request from INSTALL to do the work, but it is a lot more 
work for us.

Duncan Murdoch