Re: [Rd] abline and its documentation

2006-05-04 Thread Kurt Hornik
> François Pinard writes: > Hi, people. The documentation of abline says: > Usage: > abline(a, b, untf = FALSE, ...) > abline(h=, untf = FALSE, ...) > abline(v=, untf = FALSE, ...) > abline(coef=, untf = FALSE, ...) > abline(reg=, untf = FALSE, ...) > so suggesting

Re: [Rd] proposed modifications to deprecated

2006-05-04 Thread Kurt Hornik
> Robert Gentleman writes: > Hi, >Over the past six months we have had a few problems with deprecation > and Seth Falcon and I want to propose a few additions to the mechanism > that will help deal with cases other than the deprecation of functions. > In the last release one of the ar

[Rd] Cox survival model

2006-05-04 Thread Gregory Kotler
Hi ALL, I am trying to modify Cox propotional hazard function according to my project needs. Is it possible to find source code of C procedures used for fittinf PHREG model: coxfit2.c and coxmart.c.? Thank you, Gregory Kotler __ R-devel@r-p

Re: [Rd] Cox survival model

2006-05-04 Thread Thomas Lumley
On Thu, 4 May 2006, Gregory Kotler wrote: > Hi ALL, > > I am trying to modify Cox propotional hazard function according to my > project needs. > Is it possible to find source code of C procedures used for fittinf > PHREG model: > coxfit2.c and coxmart.c.? They are in the source code package.

[Rd] R 2.3.0 and rgl on OS X 10.4.6 (PR#8833)

2006-05-04 Thread eatkinso
I just downloaded and installed R 2.3.0 on my Mac G5 running OS X 10.4.6. I also updated with R.app revision 3114 as recommended. Now, when I attemp to use package rgl I get the error > library(rgl) Error: package 'rgl' is not installed for 'arch=ppc' > I have tried reinstalling from CRAN using b

Re: [Rd] R 2.3.0 and rgl on OS X 10.4.6 (PR#8833)

2006-05-04 Thread Duncan Murdoch
On 5/4/2006 2:08 PM, [EMAIL PROTECTED] wrote: > I just downloaded and installed R 2.3.0 on my Mac G5 running > OS X 10.4.6. I also updated with R.app revision 3114 as > recommended. Now, when I attemp to use package rgl > I get the error > >> library(rgl) > Error: package 'rgl' is not installed fo

Re: [Rd] Cox survival model

2006-05-04 Thread Prof Brian Ripley
On Thu, 4 May 2006, Thomas Lumley wrote: > On Thu, 4 May 2006, Gregory Kotler wrote: > >> Hi ALL, >> >> I am trying to modify Cox propotional hazard function according to my >> project needs. >> Is it possible to find source code of C procedures used for fittinf >> PHREG model: >> coxfit2.c and c

[Rd] Rgui, Startup, HOME, R_USER, ...

2006-05-04 Thread Henrik Bengtsson (max 7Mb)
Hi, Main objective: Let Rgui find my ~/.Rprofile and ~/.Renviron files, where ~ is equal to getwd("~"). I have few comments/questions: (A) On my WinXP Pro installation, the system environment variable 'HOME' is not availble to R, e.g. Sys.getenv("HOME") is empty. I believe this is default case

Re: [Rd] Rgui, Startup, HOME, R_USER, ...

2006-05-04 Thread Gabor Grothendieck
Just a few comments: - although one can use environment variables in Windows applications (I am referring to applications generally and not just R) its not the preferred way of doing things. Its ok to support environment variables but they should not be relied on as the preferred way to set confi

[Rd] !

2006-05-04 Thread Duncan Murdoch
On 5/4/2006 5:49 PM, Henrik Bengtsson (max 7Mb) wrote: > Hi, > > Main objective: Let Rgui find my ~/.Rprofile and ~/.Renviron files, > where ~ is equal to getwd("~"). > > I have few comments/questions: > > (A) On my WinXP Pro installation, the system environment variable > 'HOME' is not availble

Re: [Rd] Rgui, Startup, HOME, R_USER, ...

2006-05-04 Thread Duncan Murdoch
(Not sure if the previous message went out; sorry if this is a dupe. The only change is to fix the subject.) On 5/4/2006 5:49 PM, Henrik Bengtsson (max 7Mb) wrote: > Hi, > > Main objective: Let Rgui find my ~/.Rprofile and ~/.Renviron files, > where ~ is equal to getwd("~"). > > I have few comm

Re: [Rd] Rgui, Startup, HOME, R_USER, ...

2006-05-04 Thread Gabor Grothendieck
On 5/4/06, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > I imagine there's a way to change the global values from the shell, but I have never tried it but I think it could be done using regedit by by setting the appropriate registry key: http://vlaurie.com/computers2/Articles/environment.htm It ca

[Rd] Data editor in Mac OS X (PR#8837)

2006-05-04 Thread jason_rogers
Full_Name: Jason Rogers Version: 2.3.0 Framework 1.15 Gui OS: OS X Submission from: (NULL) (70.110.38.195) The data editor should allow you to change the variable name and type when you double click it, however it does not. I have search the web web and found others reporting the same problem.