Re: [Rd] executable files R package

2012-02-20 Thread sahir bhatnagar
C:/myPkg/inst/executables/win32/foo.exe" CRLF and variations of the above, but to no avail. On Mon, Feb 20, 2012 at 12:39 PM, Prof Brian Ripley wrote: > On 20/02/2012 17:17, sahir bhatnagar wrote: > >> thanks, >> I run into the following error message when running R CMD ch

Re: [Rd] executable files R package

2012-02-20 Thread sahir bhatnagar
t;, "win32", "prebuilt.exe"). > Paste the output of that into the command given to system(). > > Bill Dunlap > Spotfire, TIBCO Software > wdunlap tibco.com > > > -Original Message- > > From: r-devel-boun...@r-project.org [mailto: > r-d

Re: [Rd] executable files R package

2012-02-17 Thread sahir bhatnagar
e "text" that is outputted from running E1? Any direction as to how I can go about creating a package that would include these '.exe. files? I have only found documentation on calling .C code in R. Any help is much appreciated On Wed, Feb 15, 2012 at 10:14 AM, Duncan Murdoch wrote:

[Rd] executable files R package

2012-02-15 Thread sahir bhatnagar
I am in the process of creating a package in R which calls pre-compiled C code i.e. '.exe' files in Windows. Since CRAN will not accept packages with binary code files, what are my options to meet the requirements while still including the executable file? I read section 1.5.2 of the manual which