Re: [R-pkg-devel] Packages that depend on third-party binaries

2016-01-23 Thread Titus von der Malsburg
Thank you, Dirk and Duncan. I think I will go the same route as the current seasonal package then. In my case, I can expect users to be able to install the binary by themselves. The license of the binary may also prevent us from doing anything more than that. Duncan, according to “Writing R Ex

Re: [R-pkg-devel] Packages that depend on third-party binaries

2016-01-23 Thread Dirk Eddelbuettel
Titus, On 23 January 2016 at 15:12, Titus von der Malsburg wrote: | I have a package that might be useful for a lot of my colleagues. It | provides functions for reading a binary file format generated by | measurement instruments by a specific manufacturer. Eventually, I would | like to make th

Re: [R-pkg-devel] Packages that depend on third-party binaries

2016-01-23 Thread Duncan Murdoch
On 23/01/2016 6:12 PM, Titus von der Malsburg wrote: Hi all, I have a package that might be useful for a lot of my colleagues. It provides functions for reading a binary file format generated by measurement instruments by a specific manufacturer. Eventually, I would like to make this package