Re: [Rd] hist will not use parameter xaxs (PR#4219)

2003-09-25 Thread Ross Ihaka
[EMAIL PROTECTED] wrote: Full_Name: Mark Wall Version: 1.6.0 OS: linux Submission from: (NULL) (63.251.119.254) I want to plot a histogram of a *subset* of some data: t = c(0:9) hist(t,right=FALSE,breaks=10,xlim=c(0,5),xaxs="i") This means I should plot a histogram from 0 to 5 with breaks at 1,

[Rd] Worried about scratching your favorite movie? 239542 (PR#4303)

2003-09-25 Thread 239542
DVD Magick Pro - A Revolutionary Way to Create DVDs in Your Own Home Copy your favorite DVD's to a standard CD - without a DVD Burner. Free extras! It's easy to use. Retail Price: $69.95 and For a limited time it is Only http://www.vano-soft.biz/dvd/adv166/";>$39.95! http://www.vano-

[Rd] Amazing secret to picking up women fs (PR#4301)

2003-09-25 Thread fqvgl07wa
--E6A_.__.D7_E2A1.F Content-Type: text/html; Content-Transfer-Encoding: quoted-printable R-bugs i found a great deal! SEX ATTRACTING PHEROMONES!! AVAILABLE HERE!!FOR MEN OR WOMEN!!http://www.buyy.biz/phero/>LOOK HERE FOR MORE INFO!!http://www.buyy.biz/pheroad.gif> inkovxs qucxmxo w gapwycvjlbm ebc

[Rd] wear pheromones and get laid w (PR#4302)

2003-09-25 Thread yt45tovk
--E6A_.__.D7_E2A1.F Content-Type: text/html; Content-Transfer-Encoding: quoted-printable R-bugs i found a great deal! SEX ATTRACTING PHEROMONES!! AVAILABLE HERE!!FOR MEN OR WOMEN!!http://www.buyy.biz/phero/>LOOK HERE FOR MORE INFO!!http://www.buyy.biz/pheroad.gif> avkgtyabiamklrivgwpffmwatyqeupuaa

[Rd] PRIVATE AND CONFIDENTIAL.

2003-09-25 Thread Philip Kabila
FROM: PHILIP KABILA. EMAIL: [EMAIL PROTECTED] PRIVATE AND CONFIDENTIAL. Dear Sir, You may be surprise to receive this Email from me since you do not know me personally. However, I would like to introduce myself. I am Mr.Philip Kalusha Kabila Jr, the

[Rd] Re: [BioC] 64-bit CPUs and bioconductor

2003-09-25 Thread Douglas Bates
David Henderson <[EMAIL PROTECTED]> writes: > > Now that both PC and Mac have 64-bit CPU capable of addressing several > > gigabytes of RAM, will bioconductor be able to take advantage of this > > new feature without a major revision? I remember having a trouble > > trying to process 100+ chips a

[Rd] do you need to get laid? inzulkfbxvw co tfpv (PR#4300)

2003-09-25 Thread t0wangvdjj
--BA71.8._6DDB4_ Content-Type: text/html; Content-Transfer-Encoding: quoted-printable P.dalgaard i found a great deal! SEX AT= TRACTING PHEROMONES!! AVAILABLE HERE!!FOR MEN OR WO= MEN!!http://www.buyy.biz/phero/>LOOK HERE FOR MORE INFO!!= http://www.buyy.biz/pheroad.gif> dvegeujcepw taodtrn g k

[Rd] Plea For Assistance

2003-09-25 Thread David Kamara
Dear sir, Compliment of the day, I am David Kamara, The son of late General Jonas Kamara of the Democratic Republic of Congo. My father was a General in the Congolese Army. In his position (My father) with the office of the presidency during the regime of Laurent Kabila, he was assigned on a s

[Rd] merge.data.frame problem (PR#4299)

2003-09-25 Thread sundar . dorai-raj
Full_Name: Sundar Dorai-Raj Version: 1.7.1 OS: Windows 2000 Submission from: (NULL) (4.18.65.62) Hi all, I just discovered a problem when merging two data.frames which don't have any columns in common and when one (or both) of the data.frames is a single column. E.g. x <- data.frame(x = 1:5, y

Re: [Rd] Documentation of ``Extract'' re. drop argument (PR#4297)

2003-09-25 Thread Peter Dalgaard BSA
[EMAIL PROTECTED] writes: > Adding a corresponding note in the doc. of the `drop' argument, or > after the > > If one of these expressions appears on the left side of an > assignment then that part of 'x' is set to the value of the right > hand side of the assignment. > > paragraph in the

[Rd] Documentation of ``Extract'' re. drop argument (PR#4297)

2003-09-25 Thread david . meyer
Problem: ?Extract does not clearly state that the `drop' argument can only be used in subscripting, but not in subassigning. Example: x <- t(1:10) x [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [1,] 12345678910 x[,1:5,drop=F] <- 10:14 Er

Re: [Rd] Bugs compiling R-1.7.1 with Intel compilers icc and ifc (PR#4295)

2003-09-25 Thread Kurt Hornik
> CanisMaior writes: > Bugs compiling R-1.7.1 with Intel compilers icc and ifc, > on x86-computer (Pentium IV) and linux operating system > Hello, > as there aren't many reports about that issue, I'll give a little > report here. (Hope I don't bother anyone) > The best thing about using ic

Re: [Rd] Bugs compiling R-1.7.1 with Intel compilers icc and ifc (PR#4296)

2003-09-25 Thread Kurt . Hornik
> CanisMaior writes: > Bugs compiling R-1.7.1 with Intel compilers icc and ifc, > on x86-computer (Pentium IV) and linux operating system > Hello, > as there aren't many reports about that issue, I'll give a little > report here. (Hope I don't bother anyone) > The best thing about using ic

Re: [Rd] partial matching in data frame subscripting

2003-09-25 Thread Patrick Burns
Peter Dalgaard BSA wrote: Patrick Burns <[EMAIL PROTECTED]> writes: I'm not sure if the following is a bug or a feature: > jjmat <- array(1:6, c(2,3), list(c('ABC', 'DEF'), c('xyz', 'tuv', 'qrs'))) > jjdf <- as.data.frame(jjmat) > jjmat['AB', ] Error: subscript out of bounds > jjdf['AB',]

[Rd] Bugs compiling R-1.7.1 with Intel compilers icc and ifc (PR#4295)

2003-09-25 Thread CanisMaior
Bugs compiling R-1.7.1 with Intel compilers icc and ifc, on x86-computer (Pentium IV) and linux operating system Hello, as there aren't many reports about that issue, I'll give a little report here. (Hope I don't bother anyone) The best thing about using icc and ifc are the warnings, because it

Re: [Rd] tkinsert (PR#4289)

2003-09-25 Thread Peter Dalgaard BSA
[EMAIL PROTECTED] writes: > In R-1.7.1, I used to be able to append a character vector to a 'tklistbox' with e.g. > > listio <- tklistbox( tktoplevel(), font='Courier', height=20, width=20, setgrid=TRUE) > tkinsert( listio, 'end', letters[1:3]) > tkpack( listio,side='left', expand=TRUE, fill='bot

Re: [Rd] build in directory different from source

2003-09-25 Thread Martin Maechler
Hi Paul, > "PaulG" == Paul Gilbert <[EMAIL PROTECTED]> > on Wed, 24 Sep 2003 10:55:52 -0400 writes: PaulG> When I configure and make R-devel in a directory PaulG> other than the one where I keep the source, there are PaulG> a few top level files which are not copied to the