search for: exceut

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

Did you mean: except
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 submit-button. T...
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 Sukarrieta - Bizkaia Spain +34 946 029 448 +34 946 02...
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", &q...
2012 Sep 10
1
problem building vignette
...g in file(con, "r") : cannot open file 'SIBER.Rnw.log': Permission denied Error in file(con, "r") : cannot open the connection Execution halted The file "SIBER.Rnw.log" was successfully created. All of the R code from the Sweave file was excuted; the last exceutable line was a call to sessionInfo(). The last lines of the log file are: > sessionInfo() R version 2.15.1 (2012-06-22) Platform: x86_64-pc-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=C [2] LC_CTYPE=English_United States.1252 [3] LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C [5] L...
2007 May 25
1
multiple comboot files?
...t;From the source, it looks like comboot_seg is 4000, right in the middle. Also, related to the first question, if I want to disable one of my ISR's just before loading a kernel, I need to execute another smaller comboot file to restore the IVT and other hardware registers. When some action is exceuted, by say a keyword label, or default, I would like to be able to load that smaller comboot file, followed by the loading of the kernel, basically like above, but not at startup. For example: LABEL mycd KERNEL endisr1.com KERNEL endisr2.com KERNEL linux24 APPEND ramdisk_size=100000 init=/etc/init...
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...