Displaying 4 results from an estimated 4 matches for "nameoffile".
Did you mean:
namefile
2003 Oct 02
1
--password-file=<NAMEOFFILE>
I am moving from an anonymous rsync setup to a password protected rsync
setup. I have my module involved in the test configured to auth only for
one user. The secrets file is working just fine for I have tested it.
Before I decided to go with a password protected setup, I had a script
that cron ran every night at 2 am. worked like a charm. I added the
--password-file=/etc/rsyncd.secrets argument
2008 Jun 08
3
Windows HELP
I want to read de windows help files, but i don't know what can i do to do this.
Can you help-me ? :?
2007 Aug 15
2
Loading JMP Files
Hi,
I know how to use SPSS and JMP, and have quite a few
JMP files I would like to use in R. I converted them
to .xpt files, downloaded the 'foreign' library then
tried this command:
>read.xport("D:\\Databases\nameoffile.xpt")
to which I get:
>Error in lookup.xport(file) : unable to open file
I have read FAQ lists and Google searched and cannot
figure out what I'm doing wrong that my files won't
open. I tried saving to the C drive, but no luck
there. I also have no luck getting R to read my SPS...
2013 Jan 07
1
try()-function does not catch error in BATCH-job if Matrix is loaded
Hello,
In my simulation I use the try()-function to catch possible errors when
fitting models. I run the simulationon a Linux-server using the command
" R CMD BATCH nameOfFile.R &". When executing the code as batch-job I
get the problem that the execution is halted without giving an error
message. But when I run the code interactivly the error is catched by
try() as it would be expected.
The problem is somewhat strange as it only occurs when the code is
ex...