Displaying 3 results from an estimated 3 matches for "programx".
Did you mean:
program
2010 May 02
1
Shell command help
Dear R Community,
I am trying to run a command line in R that will open an external program, have it import a specific input file, run the program, then close the program. The command line that I got from the developer of the model to do this looks like what you see below:
c:\programx.exe -import 'inputx.inp' -run -quit
I have been trying to use shell() or shell.exec() to run this in R. I can get R to open the program but I have not been able to do the rest of the steps.
I have been able to open the model using :
>shell('"C:\\programx.exe"')...
2011 Jul 15
2
question on compatibility and ldd
I have a number of programs I wrote on Centos 5 (x86_64) and for one of
the programs I do
ldd programX
linux-vdso.so.1 => (0x00007fff2cb86000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003528600000)
libm.so.6 => /lib64/libm.so.6 (0x0000003527e00000)
libxml2.so.2 => /usr/lib64/libxml2.so.2 (0x0000003531400000)
libz.so.1 => /usr/lib64/libz...
2010 Nov 29
15
Playonlinux and Office 2007
I'm trying to install MS office 2007 standard trial using Playonlinux on Wine 1.3.8.
I need to install stuff like MSXML, .net 2 etc... but when I start installing them, a dialog pops up saying 'choose a prefix to patch'... and the list below is empty.
If I forward the dialog just closes.