search for: exceuting

Displaying 9 results from an estimated 9 matches for "exceuting".

Did you mean: excepting
2011 Oct 18
1
problem in exceuting PLS
...dataset,ncomp=4) summary(pls1) On execution the error is Error in get(as.character(FUN), mode = "function", envir = envir) : object 'X6' of mode 'function' was not found Please help me on this -- View this message in context: http://r.789695.n4.nabble.com/problem-in-exceuting-PLS-tp3914664p3914664.html Sent from the R help mailing list archive at Nabble.com.
2005 Dec 28
1
RJS and :loading
Hi, I''m a newbie with Ajax and RJS and have one basic question. When contents in .rjs are exceuted in a Ajax sequence? .rjs seems a kind of alternate for .rhtml view file, so I guess they are in action after the controller action completed. The contents of .rjs file are :complete scenario, right? if so, can''t I write some on :loading action in .rjs? like disabling
2006 Nov 20
1
Smallest R executable
Hello, I am trying to find out how can I generate the smallest R executable. R is to be run in a grid application, in batch mode, so I need a small exceutable, possibly getting rid of any interactive component. Should I look at the embedded version? Any other pointers? Many thanks, Iago Mosqueira -- Dr. Iago Mosqueira Marine Research Division AZTI Tecnalia Txatxarramendi Ugartea, z/g 48395
2004 Mar 09
1
Samba PDC & ldapi://
...able to identify users, but Samba starts reporting "no such user" errors. Leaving nss_ldap using "ldap://localhost/" and changing ldapsam to be "ldapi://%2fvar%2frun%2fldapi" also breaks Samba. Of course, having both NSS and Samba use ldapi doesn't work either. Exceuting "ldapsearch -H ldapi://%2fvar%2frun%2fldapi/ uid=adam" works, so I don't suspect a problem with the ldapi protocol/socket itself. Is there known bugs/problems with Samba using ldapi? (This is samba 3.0.2).
2011 Jul 05
1
Executing a function several time, how to save the output
Hi all, I try to exceute a function "myfun" that should use as input "input1.csv" and "input2.csv" . Then I try to save the output dat33 on a csv file (on per each time I execute input1..input 2 and so on). So my problem is how to finally obtain several csv file with "ggt1.csv", "ggt2.csv". The program creates ggt1.csv but BUT when runs
2012 Sep 10
1
problem building vignette
Hi, I'm trying to get a package to pass through "R CMD check --as-cran" and have run into a problem that gives me no idea where to look to fix it. I'm running R version 15.1 on a Windows 7 64-bit machine, with the current set of Rtools. An attempt to check the package dies at the following step: * checking running R code from vignettes ... 'SIBER.Rnw'
2007 May 25
1
multiple comboot files?
Is there a way for isolinux/syslinux to execute a list of comboot files immediately at startup, and only once? I have a bunch of small comboot .com files that I want to batch run immediately, then after that do a DISPLAY boot.msg similar in some ways to an autoexec.bat. For example: DEFAULT mycd APPEND ramdisk_size=100000 init=/etc/init lang=us .... TIMEOUT 300 ONSTARTUP mybatch <- ???
2006 Jul 17
3
mini-os under xen 3.0.2
Hello all, I have successfully installed xen 3.0.2 on a dual celeron system. Linux in dom0 works fine. Now, I would like to play with the mini-os (my ultimate goal is to implement a small RTOS as guest in Xen, so mini-os looks like an ideal starting point). However, I can''t seem to get it to run as (I think) it should: It boots up, but as far as I understand the source code and the
2007 May 22
0
BackgroundRb Server not responding
Hey, I have scheduled script that is not working very well. It will only run once or twice before I have to restart the server to get it running again. If I try to the worker manually after it has stopped exceuting the schedule I get this in the server log: 20070522-07:33:36 (5030) Connection reset by peer - (DRb::DRbConnError) 20070522-07:33:36 (5030) /usr/local/lib/ruby/1.8/drb/drb.rb:566:in `read'' 20070522-07:33:36 (5030) /usr/local/lib/ruby/1.8/drb/drb.rb:566:in `load'' 20070522-07:33:36...