similar to: How to give user a prompt before connecting thecall

Displaying 20 results from an estimated 6000 matches similar to: "How to give user a prompt before connecting thecall"

2011 Apr 03
2
converting "call" objects into character
Dear all, I would like to log the calls to my functions. I am trying to do this using the function match.call(): fTest<-function(x) { theCall<-match.call() print(theCall) return(x) } > fTest(2) fTest(x = 2) [1] 2 I can see "theCall" printed into the console, but I don't manage to convert it into a character to write it into a log file
2011 Mar 29
1
new syntax: bash-like pipe operator
Dear R Community, One thing that always bugged me about R is the abundance of multi-level nested statements, like: cumsum(ifelse(c(1,diff(v)),1,0)) because: a) you have to read them inside out as opposed to left-to-right b) in the console you always have to go back and type the parenthesis if you want to nest your statement I kind of like the UNIX pipe operator as a very good abstraction of a
2013 Mar 12
2
ls() with different defaults: Solution;
Dear useRs, Some time ago I queried the list as to an efficient way of building a function which acts as ls() but with a different default for all.names: http://tolstoy.newcastle.edu.au/R/e6/help/09/03/7588.html I have struck upon a solution which so far has performed admirably. In particular, it uses ls() and not its explicit source code, so only has a dependency on its name and the name of
2006 Apr 13
3
Java/J2EE DAO/model objects vs. Ruby/Rails model objects
In typical Java/J2EE applications, domain model object do not have much logic, they are basically data holders. It seems to be considered a sin to put persistence logic in the domain model objects, instead it should be put a DAO (Data Access Object). I have always thought this seems funny, after all, what seems more natural/object-oreiented?: user.save() or userDao.save(user) In Ruby/Rails,
2005 Aug 17
2
About R variable references
Hello Group, I could use an advice on how SEXP handles work. My aim is to implement a system where I initially set a few global variables that are used for communication between C and R code. Then I do some work with R code and periodically call a function of my own that will update the system state. Such a design is useful for many purposes (for GUIs to name one). I am not entirely sure that R
2011 Jun 16
3
trouble with jet40
Hello everybody: I'm trying to install jet40 with winetrick in an Ubuntu 11 (natty) , in a wine 1.3.15 I get this error. I try downloading the dao360.dll and copying that file in the directory dao, but I get always the same error. In winecfg I configure with windowsxp compatibility. cmateos at cmateos-desktop:~$ sh winetricks jet40 Executing w_do_call jet40 Executing load_jet40 Executing
2008 Jul 04
1
Error Number 6 Overflow
installed a (company specific) program few days ago had been working fine now giving: Error Number 6 Overflow Occured in Sub 'get_results_from_database' in Module 'frmResults' in project DAO.Field no other modifications made to wine in the last few days any ideas why this error should arise now? any idea how to solve it? there is a Dao360.dll in /home/user/.wine/drive_c/Program
2004 Dec 26
2
share premissions help
hello i would like to set premission for share like this: user can: -create new file -read file user cant: -delete file -modify file is it posible? i really dont know how to do it, but i relly need it. ..and another thing if i set create mask = 0740 and force user = root why can another user still delete this file, although root is the owner with 740 mask can someone help? bye bye rado.
2008 Dec 19
2
hardware needed for OCFS
Hi, Does OCFS require NAS hardware to run or does normal PC hard disk work? Thanks, Pete -------------- next part -------------- An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20081219/1bc9110b/attachment.html
2011 Mar 08
3
Jet40 engine and I don't get along.
john at john-GA-MA78LM-S2H:~$ winetricks Executing wine /home/john/.cache/winetricks/jet40sp8_9xnt.exe fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\john\\Temp\\IXP001.TMP\\Jetsetup.CAB" err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program files\\Common files\\Microsoft shared\\dao\\dao2535.tlb" failed with [u][b]error 2[/b][/u] Install of
2009 Apr 30
1
odbcConnectAccess function
HI: Is it possible to use the RODBC package within MS Access. I have been using from R but was just wondering if it could be used along with R(D)COM. Something like this: Dim dbs As DAO.Database Dim rst As DAO.Recordset Dim myApp As StatConnector Set myApp = New StatConnector myApp.GetErrorText myApp.Init "R" myApp.EvaluateNoReturn "library(RODBC)" myApp.EvaluateNoReturn
2008 Aug 12
3
Multisim: unable to initialize DAO/jet db engine
Hi all, I have just tired to install Multisim 9 in wine. The program installs but gives an error 'unable to initialize DAO/jet db engine' halfway through. The program runs fine but there are no components in the component database. Any help would be much appreciated. Thankyou
2008 Sep 07
2
Problem with running Centos 5.2 on Dell Optiplex 330
Hi, I am havind deep trouble with a bunch of our newly arrived Optiplex 330 as it can't run Centos 5.2 property. The installation works fine, but when it boots up, it can't be connected to the network. I am getting error saying " link is not ready" when doing system-config-network. I check lspci and it can detect the network controller no problem. The light next to the cable
2006 Jun 20
1
DAO 3.5 and OLEAUT32.DLL troubles...
Hi, I'm a Delphi developer. Using DAO 3.5 (the engine for MS Access 97 databases) and Wine 0.9.15 or 0.9.9 I've got a trouble: when I launch a query that uses some expressions (ie: "SELECT Format(...) FROM Customers") the query fails, lamenting that the function doesn't exist... (A note that can help: Dao uses VBAR332.DLL or Expsrv.dll module to evaluate expressions) The
2010 Feb 24
6
Desperately need help with multi-core NIC performance
Hi, I am running a VOIP application on Centos 5.3. It is a 16 core box with 12 G of mem and all what it does is passing packets. What happens is that at around 2K channels running g711 ( 64k) codec, all eth0 is used up and no more traffic can go through. I have checked google and it talked about interrupt scheduler. does anyone know how to configure the kernel to allow it to use all CPSs for
2005 Feb 28
4
ACL Question [Repost]
OK so I've got samba-3.0.11 compiled with ACL support. I've running 2.4.25 with the ACL/ATTR patch applied. I can read and set ACLS's using the getfacl/setfacl programs. ldd /usr/sbin/smbd shows it's linked to libattr.so.1 and libacl.so.1. I can read ACL with the smbcacls program, but when I try to set them I get: ERROR: Unable to open credentials file! Also from the
2002 Aug 12
1
Experimental Design
Hi everyone, Does R support DOE (design of experiment) matrix generation? I want to do DOE matrix generation using fractional factorial and central composite but don't know if R has some package for doing them. If yes, then what package or function should I use? Thank you so much in advance Hien-Trinh Dao -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2009 Jul 23
1
Re: Multisim: unable to initialize DAO/jet db engine
wine ./Desktop/Jet40SP8_9xNT.exe fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\windows\\temp\\IXP001.TMP\\Jetsetup.CAB" err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program files\\Common files\\Microsoft shared\\dao\\dao2535.tlb" failed with error 2 I install multisim and do all what was write in this topic. But multisim not work. p.s. sorry for
2009 Feb 24
0
[LLVMdev] Broke my tail (call)
On Tuesday 24 February 2009 22:19:27 Arnold Schwaighofer wrote: > What i was trying to say is that if you have > > i32 a() { > %1 = tailcall b() > ret %1 > } > > > i32 b() { > %1 = tailcall c() > ret %1 > } > > i32 c() { > %1 = tailcall d() > ret %1 > } > > i32 d() { > ret i32 5 > } > > only d() will actually
2009 Feb 24
2
[LLVMdev] Broke my tail (call)
0, i32 %1) >> >> Note that if you have a series of sequential recursive tail calls this >> move will only performed once (at the bottom of the recursion, >> respectively when the recursion returns) so it's impact on performance >> should be minimal. > > Hmm, that makes it sound as though the moves between a tail call and the > following return are