[Rd] Form of \item{arg_i}{Description of arg_i.} in \arguments

2005-05-16 Thread Gorjanc Gregor
Hello! This really isn't so important, but it comes often in my mind, when I write documentation for functions. Writing R Extensions manual says that one should describe each element of the argument list (which is afcourse OK) in a form: \item{arg_i}{Description of arg_i.} When I started with R

[Rd] Building R for windows tools link

2005-05-11 Thread Gorjanc Gregor
Hello! I think that link to page of Duncan Murdoch (bellow) should be given http://www.murdoch-sutherland.com/Rtools/ at http://developer.r-project.org/. It's easy to launch Google and find mentioned page, but it took me quite some time to do this, because I was sure, that it is noted somew

[Rd] Re: F90

2005-04-03 Thread Gorjanc Gregor
Hello! I posted this question already a week ago, but didn't get any response. I will try again if anybody, who can answer this, wasn't reading mails during easter holidays. Has anyone successfully compiled F90 sources in R-package? I found the same question on r-devel list from 2002 and I wonde

[Rd] F90

2005-03-26 Thread Gorjanc Gregor
Hello! Has anyone successfully compiled F90 sources in R-package? I found the same question on r-devel list from 2002 and I wonder if there is any progress. I heard that g95 and gfortran can be usable. And one more thing. I have a program written in F90 and lets suppose that compiler is not a pr

[Rd] Package Installation on networked disk (was: Package Installation in RGui (PR#7262))

2005-03-15 Thread Gorjanc Gregor
Hi again! I would just like to add that this surely must be a problem with network disks. As I reported yesterady in, https://stat.ethz.ch/pipermail/r-devel/2005-March/032431.html I have problems with installing packages on network drive (where I have R installed), marked N: > install.package

FW: [Rd] Package Installation in RGui (PR#7262)

2005-03-14 Thread Gorjanc Gregor
I didn't load the package. I wasn't able to do that, since I wasn't successfull to install it in first place with install.packages. -Original Message- From: Uwe Ligges [mailto:[EMAIL PROTECTED] Sent: pon 2005-03-14 15:34 To: Gorjanc Gregor Cc: r-devel@stat.math.ethz.ch S

Re: [Rd] Package Installation in RGui (PR#7262)

2005-03-14 Thread Gorjanc Gregor
Hello! I have just encountered the same situation as Heather and also Paul Gilbert at http://tolstoy.newcastle.edu.au/R/devel/05/02/2095.html I went into install.packages() in current release as well as in R-devel and there is really no problem with \ or /. However, I also had the same warning

[Rd] Use of htest class for different tests

2005-03-13 Thread Gorjanc Gregor
Hello! First of all I must appologize if this has been raised previously, but search provided by Robert King at the University of Newcastle seems to be down these days. Additionally let me know if such a question should be sent to R-help. I did a contribution to function hwe.hardy in package 'gap

RE: [Rd] CRAN Task Views: ctv package available

2005-03-12 Thread Gorjanc Gregor
Gregor: >> I think that there is a lot of "fields" where this views cover the same >> stuff. When I first read about ctv I thought it will be implemented more >> in somewhat "hierarchical" or kind of "multiple" way, since for example >> linear models come usefull in many different fields and some p

RE: [Rd] CRAN Task Views: ctv package available

2005-03-12 Thread Gorjanc Gregor
Hello! First of all congratulations for a nice approach to present "R fields" in more coherent way. When I started with R I was often frustrated with long list of packages, similarities between them, ... If I would take a slow approach (one thing at a time) things would be easier from the start,

[Rd] corrupt data frame: columns will be truncated or padded with NAs in: format.data.frame(x, digits = digits)

2005-02-13 Thread Gorjanc Gregor
Hello! I posted on saturday mail with the same subject on r-help seeking for help in my work, but now I realized that this list is more appropriate for this. I think I found I bug. Bellow are comments and reproducible examples: # Create a data frame (tmp <- data.frame(y1=1:4, f1=factor(c("A", "B

[Rd] Wish: multiline comments

2005-02-13 Thread Gorjanc Gregor
Hello! I found a wish for multilne comments under wishlist-fullfilled. http://r-bugs.biostat.ku.dk/cgi-bin/R/wishlst-fulfilled?id=7261;expression=NA;user=guest Is this really fullfilled? Where, in R 2.1.0? I was not able to find any "announcements" or talks about that on mailing list or NEWS f

Re: [Rd] Wishlist: simple legend options (PR#7400)

2005-02-13 Thread Gorjanc Gregor
Hello! I was loooking in R-bugs and found under wishlist-fullfilled wish for "smart" placement of a legend. This has already been done in package gplots in function smartlegend. One question. This "bug-report" is under wishlist-fullfilled. Is it really fullfilled? Mail from Elizabeth -

RE: [Rd] Notes on bug reports 3229 and 3242 - as.matrix.data.fram e

2005-02-11 Thread Gorjanc Gregor
I agree. Sorry for bothering. With regards, Gregor -Original Message- From: Prof Brian Ripley [mailto:[EMAIL PROTECTED] Sent: pet 2005-02-11 22:35 To: Gorjanc Gregor Cc: Liaw, Andy; r-devel@stat.math.ethz.ch Subject: RE: [Rd] Notes on bug reports 3229 and 3242 - as.matrix.data.fram e

RE: [Rd] Notes on bug reports 3229 and 3242 - as.matrix.data.fram e

2005-02-11 Thread Gorjanc Gregor
From: Liaw, Andy [mailto:[EMAIL PROTECTED] > From: Gorjanc Gregor > ! Yes, I was not able to do it from my data. But bellow is one. It is > ! a stupid one, but it works. The problem is use of as.data.frame in > ! tmp1$L <- as.data.frame(tmp$L). This looks like to produce

RE: [Rd] Notes on bug reports 3229 and 3242 - as.matrix.data.frame

2005-02-11 Thread Gorjanc Gregor
" "A" 44.6 "2" "B" 28.2 If you have a corrupt data frame, the function may fail, which is what happened in the PR# you quote. Please note: you should not be calling as.matrix.data.frame, but as.matrix. ! I called it because I had problems with write.tab

[Rd] Notes on bug reports 3229 and 3242 - as.matrix.data.frame

2005-02-11 Thread Gorjanc Gregor
Hello R developers. I encountered the same problem as Uwe Ligges with as.matrix.data.frame() in bug reports 3229 and 3242 - under section not-reproducible. Example I have is: > tmp level 2100-D 1 biological_process unknown NA 2 cellular pro

[Rd] Option for "Delete downloaded files (y/N)?" in install.packages()

2005-01-04 Thread Gorjanc Gregor
Hello! I have a wish/proposal. Is it possible to include some option in install.packages() for Delete downloaded files (y/N)? at the end of that process. It can be quite anoying if you must install several packages and wait meanwhile to type y/n for each package separately. -- Lep pozdrav / Wit

RE: [Rd] R-intro

2005-01-01 Thread Gorjanc Gregor
--- -Original Message- From: Duncan Murdoch [mailto:[EMAIL PROTECTED] Sent: sob 2005-01-01 20:04 To: Uwe Ligges Cc: Gorjanc Gregor; Kjetil Brinchmann Halvorsen; r-devel@stat.math.ethz.ch Subject: Re: [Rd] R-intro On Sat, 01 Jan 2005 17:24:33 +0100, Uwe Ligges <[EMAIL PROTEC

RE: [Rd] R-intro

2005-01-01 Thread Gorjanc Gregor
D] Sent: Fri 2004-12-31 22:01 To: Gorjanc Gregor Cc: r-devel@stat.math.ethz.ch Subject: Re: [Rd] R-intro Gorjanc Gregor wrote: >Hello! > >I was reading R-intro and I have some suggestions: > >R-intro.html#A-sample-session > >rm(fm, fm1, lrf, x, dummy) >suggestion >rm(fm,

[Rd] R-intro

2004-12-30 Thread Gorjanc Gregor
Hello! I was reading R-intro and I have some suggestions: R-intro.html#A-sample-session rm(fm, fm1, lrf, x, dummy) suggestion rm(fm, fm1, lrf, x, y, w, dummy) The next section will look at data from the classical experiment of Michaelson and Morley to measure the speed of light. file.show("mo