search for: yaa

Displaying 8 results from an estimated 8 matches for "yaa".

Did you mean: ya
2006 Mar 29
1
Substitute() changed since R2.3.0 (2006-02-02 r37243)?
...t with B, I get > source("test.R") [1] 2 Error in print(path) : argument "path" is missing, with no default Further debugging led me to the following test2.R script: foo <- function(path, ...) { print(path) } bar <- function(x, ...) foo(...) wow <- function(x, ...) yaa(foo(...)) yaa <- function(...) substitute(list(...)) bar(1, path=2) print(wow(1, path=2)) With A, I get > source("test2.R") [1] 2 list(foo(...)) But with B, I get > source("test.R") [1] 2 list(foo()) Note that '...' is missing in the latest version. I don&...
2006 Mar 29
0
substitute() bug by you ? [forwarded]
...; Error in print(path) : argument "path" is missing, with no default >> >> Further debugging led me to the following test2.R script: >> >> foo <- function(path, ...) { print(path) } >> bar <- function(x, ...) foo(...) >> wow <- function(x, ...) yaa(foo(...)) >> yaa <- function(...) substitute(list(...)) >> bar(1, path=2) >> print(wow(1, path=2)) >> >> With A, I get >> >>> source("test2.R") >> [1] 2 >> list(foo(...)) >> >> But with B, I get >> >>>...
2010 Sep 22
20
problem in downloading large file with apache+mongrel
hii all, am using apache as frontend to mongrel and loaded xsendfile module in apache ,am looking for 1 GB of download .this is download routine def download @stream = Stream.find(params[:id]) send_file(@stream.location,:filename => @stream.name,:disposition > ''attachment'',:x_sendfile => true ) and And this is how it is processed Processing
2006 Nov 28
5
considering dovecot
Hi all. I'm making a case to use Dovecot over Courier and would like some feedback. I've searched the web extensively and have been unable to find any hard information regarding Dovecot's IMAP performance. I've got some pressure to use Courier but my gut tells me that Dovecot should be much faster. In particular, I will have typical users with mailboxes exceeding 10,000
2006 Dec 02
4
Fwd: Urgent Help in Paste Command
Hi Experts, I want to see my object as below: 'C:\Program Files\R\R-2.4.0\bin\Rgui.exe' So I use the paste command. None of the below is working. Could anyone help me on this? > paste("'C:\Program Files\R\R-2.4.0\bin\Rgui.exe'") [1] "'C:Program FilesRR-2.4.0\binRgui.exe'" > paste("'C:","\","Program
2004 Aug 06
1
Oddsock - SVN pull that I did most recently has a few more stats broke.
The # of clients at top shows 0, and all of my streams show public = 0, although they are definitely public, and listing properly on the YP servers. ( *whew* - Thanks everyone! chroot + YP still gives me hell but, I'll post my results when i fix it :) These numbers are via /admin/stats.xsl. Since it's SVN/CVS, you're probably aware but, thought I'd mention. Just give the nod
2005 Jan 14
1
Re: dovecot Digest, Vol 21, Issue 24: vacation messages
Normally, the vacation message works with the default mail server (MTA). In my case, I use the vacation program. Postfix delivers to the local mail user and if they have a .forward with the vacation info on it gets called. For a truly virtual setup that does not require unique uids on the filesystem there is gnarwl. Gnarwl is a program written in C that does vacation messages for virtual
2011 Oct 12
2
tlsv1 alert - unknown ca!
Hi, I have setup puppet (2.7.5) on 2 different machines on ec2. Puppet master config 1. Ruby - 1.9.3 2. OS - Amazon linux image 3. runs from root user Puppet agent config 1. Ruby - 1.9.3 2. OS - centos 3. runs from root user When i run the agent, it throws an error "unknown ca" (can been seen in tcpdump/server logs) and closes the SSL connection immediately. I tried following things