Re: [Rd] bugs in simtest (PR#8670)

2006-03-08 Thread ripley
There is no simtest in R! It appears you are using contributed package multcomp. Please do re-read the FAQ. Bug reports in contributed packages should not be sent to the R-bugs repository, but to the package maintainer. This report has been closed. On Thu, 9 Mar 2006, [EMAIL PROTECTED] wrot

Re: [Rd] Clipboard connections (PR#8668)

2006-03-08 Thread ripley
This is not a bug, but user error. You are failing to close the connection. R has no idea you do not subsequently want to use the connection via getConnection. As the help page ?file and its reference, and also the R-news article on connections. The correct usage is either source("clipboard

[Rd] bugs in simtest (PR#8670)

2006-03-08 Thread rmh
# R for Windows will not send your bug report automatically. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # [EMAIL PROTECTED] # ## This report is joint from Richard Heiberger <[EMAIL PR

Re: [Rd] R started in terminal shell script or ESS steps on LD_LIBRARY_PATH?

2006-03-08 Thread Marc Schwartz (via MN)
On Wed, 2006-03-08 at 14:48 -0800, Kasper Daniel Hansen wrote: > I am _not_ an expert on bash. But as far as I know, .bashrc is not > read when you have a login session, whereas .bash_profile is. I have > never really understood the deep differences between the two - I only > have some superf

Re: [Rd] R started in terminal shell script or ESS steps on LD_LIBRARY_PATH?

2006-03-08 Thread Kasper Daniel Hansen
I am _not_ an expert on bash. But as far as I know, .bashrc is not read when you have a login session, whereas .bash_profile is. I have never really understood the deep differences between the two - I only have some superficial understanding. But for my purposes I just have a source .bashr

[Rd] Error in return value for as.Date() (PR#8669)

2006-03-08 Thread thomas . wainwright
Full_Name: Tom Wainwright Version: 2.2.1 (2005-12-20 r36812) OS: Linux (SuSE 9.3) Submission from: (NULL) (161.55.180.38) The as.Date function returns erroneous result for certain values using a day-of-year format. First an example that works (last day of 1970): > as.Date("1970.365", format="%

Re: [Rd] R started in terminal shell script or ESS steps on LD_LIBRARY_PATH?

2006-03-08 Thread Marc Schwartz (via MN)
On Wed, 2006-03-08 at 13:54 -0600, Marc Schwartz wrote: > On Wed, 2006-03-08 at 18:39 +, Hin-Tak Leung wrote: > > This sounds like a shell init issue... and you probably want to hunt > > down where LD_LIBRARY path is *set*, rather than how it is inherited. > > > > When you log in in run-leve

[Rd] Clipboard connections (PR#8668)

2006-03-08 Thread graywh
Full_Name: Will Gray Version: R 2.2.1 OS: WinXP SP2 Submission from: (NULL) (160.129.18.69) I've been using R with a text editor (Tinn-R) and using a feature of the editor that sends code to a running R session. Sometimes it is convenient to use the command "source(file('clipboard'))" to send wh

Re: [Rd] R started in terminal shell script or ESS steps on LD_LIBRARY_PATH?

2006-03-08 Thread Hin-Tak Leung
This sounds like a shell init issue... and you probably want to hunt down where LD_LIBRARY path is *set*, rather than how it is inherited. When you log in in run-level three, you get a login shell rather than a normal interactive shell, and your startx inherits your login-shell's environment, You

Re: [Rd] R started in terminal shell script or ESS steps on LD_LIBRARY_PATH?

2006-03-08 Thread Marc Schwartz (via MN)
Hi all, In follow up to my prior post on this issue, I have found a workaround, but have not yet clearly identified the etiology of the problem. Whatever it is, it is presumably unique to my system, though if anyone can replicate this on another FC4 system... :-) The workaround involves booting

[Rd] Wishlist: Creating horizontal PDFs

2006-03-08 Thread Kevin Wright
It would be nice to easily create horizontal PDF files for standard paper sizes. For example: pdf(file, paper="default", horizontal=TRUE) Currently (R 2.2.1) there is no 'horizontal' argument for the PDF driver. It looks like the only way to create a horizontal PDF is to manually specify width an

Re: [Rd] Wishlist - Give R a name that shows up in search engines ...

2006-03-08 Thread Hin-Tak Leung
roger bos wrote: > Indeed, when I was writing code in Java or VBA and I needed code, say to > buble sort or invert a CDF, I could find many examples on the web since > the user base was so large. R has something better: CRAN. It was > really smart to make a central repository where useRs can s

Re: [Rd] Wishlist - Give R a name that shows up in search engines ...

2006-03-08 Thread Jeffrey Horner
On 7 March 2006 at 10:55, Hin-Tak Leung wrote: | I have given up on "R" with any topic on Google quite some time ago | (because bits from fragmented postscript/pdf files show up, for | example) - but using "r-devel" with topic normally gives me enough. | YMMV. I think Google's filetype searching c

Re: [Rd] Wishlist - Give R a name that shows up in search engines ...

2006-03-08 Thread Henrik Bengtsson
On 3/8/06, roger bos <[EMAIL PROTECTED]> wrote: > Indeed, when I was writing code in Java or VBA and I needed code, say to > buble sort or invert a CDF, I could find many examples on the web since the > user base was so large. R has something better: CRAN. It was really smart > to make a central

Re: [Rd] Wishlist - Give R a name that shows up in search engines ...

2006-03-08 Thread roger bos
Indeed, when I was writing code in Java or VBA and I needed code, say to buble sort or invert a CDF, I could find many examples on the web since the user base was so large. R has something better: CRAN. It was really smart to make a central repository where useRs can share code. No other languag

Re: [Rd] Expanding partial names

2006-03-08 Thread Duncan Murdoch
Whoops, just noticed that I cut when I should have copied. The newArgs function should look like this: newArgs <- function(..., Params) { f <- function(...) list(...) formals(f) <- c(Params, formals(f)) names <- as.list(names(Params)) names(names) <- names names <- lapply(names, a

Re: [Rd] double pointer matrix

2006-03-08 Thread Hin-Tak Leung
CC-ing r-devel for the direct e-mail. Bernd Kriegstein wrote: > Hi Hin-Tak, > > Thanks for the answer, but it's a little bit > tangential. Mind you that y is a double pointer, > commonly used in initialization of matrices. My > problem is that I cannot eventually access the > elements of this mat

Re: [Rd] Build directory path saved in Meta/hsearch.rds

2006-03-08 Thread José Matos
On 04/03/06, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > I've made two changes for R 2.3.0 > > 1) as the LibPath is not actually used, it is recorded as "". (For > compatibility we don't want to remove the field.) Since it was returned > but not printed by help.search(), the actual installed p