Re: [Rd] dict package: dictionary data structure for R

2007-07-21 Thread Seth Falcon
"Gabor Grothendieck" <[EMAIL PROTECTED]> writes: > Although the proto package is not particularly aimed at hashing note > that it covers some of the same ground and also is based on a well > thought out object model (known as object-based programming > or prototype programming). Interesting. The

Re: [Rd] dict package: dictionary data structure for R

2007-07-21 Thread Gabor Grothendieck
Although the proto package is not particularly aimed at hashing note that it covers some of the same ground and also is based on a well thought out object model (known as object-based programming or prototype programming). Here is an example where we create two proto objects (which could be regard

[Rd] dict package: dictionary data structure for R

2007-07-21 Thread Seth Falcon
Hi all, The dict package provides a dictionary (hashtable) data structure much like R's built-in environment objects, but with the following differences: - The Dict class can be subclassed. - Four different hashing functions are implemented and the user can specify which to use when crea

Re: [Rd] X11() dies in remote background

2007-07-21 Thread Benilton Carvalho
Won't ServerAliveInterval 60 in /etc/ssh_config do the job of keeping your connection alive? And wouldn't it be more appropriate if bitmap() was used instead? b On Jul 21, 2007, at 12:23 PM, Vincent Carey 525-2265 wrote: > >> Vincent Carey 525-2265 <[EMAIL PROTECTED]> writes: >> >>> this is n

Re: [Rd] X11() dies in remote background

2007-07-21 Thread Vincent Carey 525-2265
> Vincent Carey 525-2265 <[EMAIL PROTECTED]> writes: > > > this is not a problem with R but a request for related advice. > > > > i am trying to run a lengthy batch job from my home. > > > > the OS is ... > > Linux jedi.bwh.harvard.edu 2.4.22-openmosix1smp #1 SMP Fri Sep 5 01:05:37 > > CEST > > 2

Re: [Rd] X11() dies in remote background

2007-07-21 Thread Seth Falcon
Vincent Carey 525-2265 <[EMAIL PROTECTED]> writes: > this is not a problem with R but a request for related advice. > > i am trying to run a lengthy batch job from my home. > > the OS is ... > Linux jedi.bwh.harvard.edu 2.4.22-openmosix1smp #1 SMP Fri Sep 5 01:05:37 CEST > 2003 i686 athlon i386 GN

Re: [Rd] X11() dies in remote background

2007-07-21 Thread Prof Brian Ripley
I use a display on an Xvfb server: Xvfb :5 -screen 0 1280x1024x24 & setenv DISPLAY :5 You do most likely need a non-default depth (on my machine the default is 12 bits), and it is possible you may need to deal with authentication issues. On Sat, 21 Jul 2007, Vincent Carey 525-2265 wrote: > >

Re: [Rd] triax.points() from package plotrix

2007-07-21 Thread Uwe Ligges
Remarks, bug reports and feature requests on contributed packages should go to the corresponding package maintainer (CCing). Note that several developers of the > 1000 CRAN R packages do not read this mailing list. Thank you, Uwe Ligges Andreas Plank wrote: > Dear developers from package plot

[Rd] X11() dies in remote background

2007-07-21 Thread Vincent Carey 525-2265
this is not a problem with R but a request for related advice. i am trying to run a lengthy batch job from my home. the OS is ... Linux jedi.bwh.harvard.edu 2.4.22-openmosix1smp #1 SMP Fri Sep 5 01:05:37 CEST 2003 i686 athlon i386 GNU/Linux i start the job and put it in the background. while i

Re: [Rd] Bug in dev.print ? (PR#9801)

2007-07-21 Thread Peter Dalgaard
[EMAIL PROTECTED] wrote: > Ladies and Gentlemen, > > the following piece of code causes an annoying error: > > > > aa <- structure(list(BG = c(24, 16, 61, 30, 37, 33, 13, 4, -34, > + 10, 33, 41, 6, 32, 39, 37, 36, -17, 60, 35, 22, 21, 29, 52, > + 41, 62, -26, 30, -33, 27, 34, 28, 36, 29, -

[Rd] Bug in dev.print ? (PR#9801)

2007-07-21 Thread Dietrich . Trenkler
Ladies and Gentlemen, the following piece of code causes an annoying error: > aa <- structure(list(BG = c(24, 16, 61, 30, 37, 33, 13, 4, -34, + 10, 33, 41, 6, 32, 39, 37, 36, -17, 60, 35, 22, 21, 29, 52, + 41, 62, -26, 30, -33, 27, 34, 28, 36, 29, -12, 38, 34, 32, + 40, 36, 39, 31,

[Rd] triax.points() from package plotrix

2007-07-21 Thread Andreas Plank
Dear developers from package plotrix, the function triax.points() from package plotrix does not draw any points, because of internal setting in triax.points() {points(..., type="l")}. I add a new option in triax.points() point.type = "l", So the user can choose which type of points shou

Re: [Rd] unable to load shared library: undefined symbol

2007-07-21 Thread Prof Brian Ripley
This is nothing to do with R: you need to seek help from whoever you are 'wroking' for. You don't have any libraries on your link command, but you do have include directories: please get your supervisor to explain how linking works and what to do to link against 'symphony'. (Are you confusing