similar to: Substitute() changed since R2.3.0 (2006-02-02 r37243)?

Displaying 20 results from an estimated 10000 matches similar to: "Substitute() changed since R2.3.0 (2006-02-02 r37243)?"

2006 Mar 29
0
substitute() bug by you ? [forwarded]
On 3/29/2006 7:48 AM, Martin Maechler wrote: > Hi Duncan, > > Just in case you haven't been alerted yet; > I think the bug mentioned is caused by this change in coerce.c : Thanks, I was just coming to the same conclusion. I'll look into it. Duncan > > ---------------------------------------------------------------------------- > r37269 | murdoch | 2006-02-05
2006 Sep 06
1
R 2.3.1 and R2.3.0 crash with system() and shell() commands (PR#9207)
Full_Name: Johannes Prix Version: 2.3.1/2.3.0 not 2.1.1 OS: Windows XP Service Pack 2 Build 2600.xpsp_sp2_gdr.0503011519 Submission from: (NULL) (137.208.41.103) In a vanilla R, version 2.3.1 or version 2.3.0 the following crashes: system("gzip.exe") where I did nothing, prior to this command, but change the directory to my other working directory where there's gzip.exe. Same
2006 Feb 13
1
MinGW and the ld bug
Hi. I noticed that Brian Ripley found and corrected a bug in MinGW's ld.exe, see http://www.murdoch-sutherland.com/Rtools/. Thanks for this. I wonder if this is the same bug that cause my problems. I have tiny toy package with C code that installs perfectly on R Version 2.2.1 beta (2005-12-18 r36792) [this version was mislabelled "beta" the first few hours on CRAN when the stable
2006 Sep 06
0
R 2.3.1 and R2.3.0 crash with system() and shell() commands (PR#9208)
Works correctly for me in the Rtools directory on 2.3.1. Any more clues as to how to reproduce this? On Wed, 6 Sep 2006, Johannes.Prix at wu-wien.ac.at wrote: > Full_Name: Johannes Prix > Version: 2.3.1/2.3.0 not 2.1.1 > OS: Windows XP Service Pack 2 Build 2600.xpsp_sp2_gdr.0503011519 > Submission from: (NULL) (137.208.41.103) > > > > In a vanilla R, version 2.3.1 or
2006 May 12
0
"Process R is not running" on emacs 21.2.1 using ESS 5.3.0 and R2.3.0 on Mac OSX 10.4.6
Dear R-helpeRs, I was not sure if this is ESS-specific or Mac-specific etc, so I send in the main list. I had the setup emacs+ess+R 2.2.1 running fine (on a powerbook G4). I recently upgraded R to 2.3.0 and it runs fine from the GUI and from the terminal. However, when I try to run it from emacs (which was running fine with R2.2.1) I get the "Process R is not running" message.
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 May 10
2
Warning: use of NULL environment is deprecated (in R CMD check)
* checking S3 generic/method consistency ... WARNING Warning: use of NULL environment is deprecated Warning: use of NULL environment is deprecated See section 'Generic functions and methods' of the 'Writing R Extensions' manual. I don't get any other warnings or errors. Can anyone suggest what the problem might be? (R2.3.0, OS X) Thanks, Hadley
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
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
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
2007 May 16
2
substitute "x" for "pattern" in a list, while preservign list "structure". lapply, gsub, list...?
I am experimenting with some of the common r functions. I had a question re:using "gsub" (or some similar functions) on the contents of a list. I want to design a function that looks at "everything" contained din a list, and anytime it finds the text string "pattern" replace it with "x". I also wish to preserve the "structure" of the original
2007 Nov 10
1
Problems with World of Warcraft since 0.9.48 update
Hi all, I have installed WoW with 0.9.47 (actually also 0.9.45 and 0.9.46 on previous Linux installs) and it was working fairly well (with the due modification to the registry, WoW config file, and nice -15), but I started to have few problems since I have updated wine to 0.9.48. The first and most annoying problem is that every 15-25 minutes WoW freeze; I have to kill it and reopen it. That is
2006 Jul 28
1
substitute(INDICES) in by.data.frame returns invalid multi-line name (PR#9108)
Full_Name: Philip Kensche Version: 2.3.0 OS: Redhat Linux Submission from: (NULL) (131.174.88.204) Try this: -- x <- data.frame(the.first.column=c("A"), the.second.column=c("b"), the.third.column=c("d"), and.many.more.columns=c("e")) by(x, paste(x$the.first.column, x$the.second.column, x$and.many.more.columns, sep="."), function (y) {
2009 Apr 15
1
World of Warcraft Error Since Patch Day!
Ok two things, One, I also updated using the Ubuntu auto updater and i noticed there was something for wine, not sure if that could be a factor, but also WoW patched today. Been getting this error very consistently: err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc46394 If anyone could help me out id really appreciate it...i have raid soon. Thanks, Zai
2006 Aug 06
1
ActiveRecord: determine if attribute has changed since save
Hello there, i need to determine whether an attribute of my model has changed since the last time it was saved. how can i do this? greets -- Michael Siebert <info@siebert-wd.de> www.stellar-legends.de - Weltraum-Browsergame im Alpha-Stadium -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 May 31
0
Dropping incompatible voice frame on DAHDI/i1/xxxxxxx of format slin since our native format has changed to 0x4 (ulaw)
Hey, Sometime i am getting following messaged on asterisk CLI console just wondering what these messages are look like some codec related. [May 31 12:26:14] NOTICE[7349]: channel.c:4074 __ast_read: Dropping incompatible voice frame on DAHDI/i1/2031444389-28e of format slin since our native format has changed to 0x4 (ulaw) -------------- next part -------------- An HTML attachment
2001 Mar 20
2
OpenSSH 2.5.2p1 - What has changed since 2.5.1p
Pardon the novice question here, but after the problems I had with trying to get 2.5.1p(whatever) to install on one of my systems, I noticed with great interest the release of 2.5.2p1. When I checked out the change log for this releases RPM, there was nothing pertaining to what has changed between 2.5.1p and 2.5.2p. I didn't see anything on the OpenSSH web site regarding changes between
1998 Oct 16
0
Has smbstatus changed since 1.9.17.3 (Was: SAMBA digest 1845
Dear Mike, You wrote: >With the 1.9.17p3 version, smbstatus didn't have a problem >with this. With the new version however, smbstatus seems to >be looking for the smb.conf file in the location specified at >compile time. I can issue the smbstatus command with the same -s >option I use to start smbd and nmbd, but this is very cumbersome. >Can anyone offer any suggestions
2006 Apr 27
2
as.factor: changed behaviour for Date class
Dear all, I have noticed a little change in the behaviour of as.factor from R-2.2.1 to R-2.3.0, and can't find it in the NEWS. In R-2.3.0: > times <- 1:5 > class(times) <- "Date" > as.factor(times) [1] 1 2 3 4 5 Levels: 1 2 3 4 5 In R-2.2.1: > as.factor(times) [1] 1970-01-02 1970-01-03 1970-01-04 1970-01-05 1970-01-06 Levels: 1970-01-02 1970-01-03 1970-01-04