On 3 June 2015 at 07:13, Dirk Eddelbuettel wrote:
|
| On 3 June 2015 at 12:51, Luca Cerone wrote:
| | Dear all,
| | I am writing a package that contains some binaries that should be
| | linked in /usr/bin after the package
|
| [ Don't do that, /usr is for your system. Use /usr/local/bin. ]
|
|
On 3 June 2015 at 12:51, Luca Cerone wrote:
| Dear all,
| I am writing a package that contains some binaries that should be
| linked in /usr/bin after the package
[ Don't do that, /usr is for your system. Use /usr/local/bin. ]
| has been installed (I placed them in Rpackage/inst/bin)
|
| I know
Dear all,
I am writing a package that contains some binaries that should be
linked in /usr/bin after the package
has been installed (I placed them in Rpackage/inst/bin)
I know I can use a script "configure" or "configure.win" to be run
before the package has been installed, is there a way I can wr