Re: [Rd] NEWS, WISHLIST, THANKS

2005-06-09 Thread Achim Zeileis
On Thu, 9 Jun 2005 15:41:32 -0400 Gabor Grothendieck wrote: > I have NEWS, WISHLIST and THANKS files in the 'dyn' package > in the same directory as the DESCRIPTION file but I noticed that they > did not survive the move to CRAN, at least on Windows. Moving to CRAN per se has nothing to do with t

Re: [Rd] Suggestion: help()

2005-06-07 Thread Achim Zeileis
On Tue, 7 Jun 2005 18:43:37 +0200 Martin Maechler wrote: > > "Duncan" == Duncan Murdoch <[EMAIL PROTECTED]> > > on Tue, 07 Jun 2005 12:12:57 -0400 writes: > > . > > >>> The current .Rd files don't just document functions, they also > >document >> data obje

Re: [Rd] [Q] Example Data Files for Package

2005-05-17 Thread Achim Zeileis
Paul: > If the example data files for a package are extremely large, What is extremely large here? Mega/giga/terrabytes? > should they just be put in a different package specifically > for example data? If so, are these data packages normally > submitted to CRAN/BioC or mentioned in README with

Re: [Rd] Lemon drops

2005-03-15 Thread Achim Zeileis
On 15 Mar 2005 18:26:46 +0100 Peter Dalgaard wrote: > Marc Schwartz <[EMAIL PROTECTED]> writes: > > > On Tue, 2005-03-15 at 18:05 +0100, Peter Dalgaard wrote: > > > I bumped into the following situation: > > > > > > Browse[1]> coef > > > deg0NA deg4NA deg8NA deg0NP deg4NP deg8NP > >

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

2005-03-12 Thread Achim Zeileis
t only > >> said see also ... . Another approach to this might be to have > >> sub-views so, for example, "Econometrics" and "Control theory" could > >> both point to "Time series." > > > Achim Zeileis responded: > > Yes, t

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

2005-03-11 Thread Achim Zeileis
On Fri, 11 Mar 2005 14:04:36 -0500 Paul Gilbert wrote: > For my own purposes the "Econometrics" view is just fine, but I do > sometimes get questions about dse from people in fields that are > different enough that they might not even know to look in > "Econometrics." A time series view might b

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

2005-03-11 Thread Achim Zeileis
Paul, thanks for the feedback. > If I understand this correctly, I think it is a great idea. Just to be > sure I do understand, would you expect there might also be a "Time > Series" view, which would probably overlap some with the > "Econometrics" view? In principle, the presence of an "Econom

[Rd] CRAN Task Views: ctv package available

2005-03-10 Thread Achim Zeileis
Dear developeRs, in the last month I mentioned in several discussions on R-help that Kurt and I were working on tools for "CRAN Task Views" which should help to structure the fast-growing list of packages on CRAN. Now the first version of a package called ctv (for CRAN Task Views) is available fr

Re: [Rd] Re: Packages and Libraries (was: Re: lme4 "package" etc

2005-02-08 Thread Achim Zeileis
On Tue, 08 Feb 2005 22:19:46 - (GMT) (Ted Harding) wrote: > On 08-Feb-05 Kurt Hornik wrote: > > Afaic, one of the issues is that it seems common practice to refer > > to collections of code as "libraries" or "packages", and we're > > trying to use these rather general-purpose terms in a very p

Re: [Rd] * creating vignettes ... ERROR

2005-01-21 Thread Achim Zeileis
On Fri, 21 Jan 2005 17:33:25 +0100 Philippe Hupé wrote: > Dear R developers, > > I had some problem when building package: for exemple when building > the package e1071 available from CRAN, I get the following message > error: > > * checking for file 'e1071/DESCRIPTION' ... OK > * preparing 'e10

Re: [Rd] is.vector(as.vector(x)) is FALSE

2004-10-18 Thread Achim Zeileis
On Sun, 17 Oct 2004 01:51:47 + (UTC) Gabor Grothendieck wrote: > > The following, which was recently discussions on the rcom-l list, > is a situation where coercing x1mat to a vector using as.vector > results in an object that is.vector says is not a vector: > > R> x1mat<-matrix(list(1,

Re: [Rd] barplot() does not draw bars correctly in R 1.9.0 (PR#6778)

2004-04-16 Thread Achim . Zeileis
On Fri, 16 Apr 2004 09:59:02 -0400 Duncan Murdoch wrote: > On Fri, 16 Apr 2004 15:44:52 +0200, Achim Zeileis > <[EMAIL PROTECTED]> wrote : > > >On Fri, 16 Apr 2004 11:40:46 +0200 (CEST) [EMAIL PROTECTED] > >wrote: > > > >> Bars are not stacked, bu

Re: [Rd] barplot() does not draw bars correctly in R 1.9.0 (PR#6776)

2004-04-16 Thread Achim Zeileis
On Fri, 16 Apr 2004 09:59:02 -0400 Duncan Murdoch wrote: > On Fri, 16 Apr 2004 15:44:52 +0200, Achim Zeileis > <[EMAIL PROTECTED]> wrote : > > >On Fri, 16 Apr 2004 11:40:46 +0200 (CEST) [EMAIL PROTECTED] > >wrote: > > > >> Bars are not stacked, bu

Re: [Rd] barplot() does not draw bars correctly in R 1.9.0 (PR#6777)

2004-04-16 Thread Achim . Zeileis
On Fri, 16 Apr 2004 11:40:46 +0200 (CEST) [EMAIL PROTECTED] wrote: > Bars are not stacked, but superimposed. This happens even with the > first example of barplot: >=20 > tN <- table(Ni <- rpois(100, lambda=3D5)) > r <- barplot(tN, col=3D'gray') AFAICS, this problem occurs exactly for 1

Re: [Rd] barplot() does not draw bars correctly in R 1.9.0 (PR#6776)

2004-04-16 Thread Achim Zeileis
On Fri, 16 Apr 2004 11:40:46 +0200 (CEST) [EMAIL PROTECTED] wrote: > Bars are not stacked, but superimposed. This happens even with the > first example of barplot: > > tN <- table(Ni <- rpois(100, lambda=5)) > r <- barplot(tN, col='gray') AFAICS, this problem occurs exactly for 1-way t

[Rd] texi2dvi and buildVignettes() on Windows

2003-10-23 Thread Achim Zeileis
I am currently writing a (private) package in which I produce pdf files from within R using LaTeX. To do so I mainly copied some lines from the buildVignettes() function in the tools package. This uses the texi2dvi which is included in R's bin directory: system(paste(file.path(R.home(), "bin"

Re: [Rd] hist (PR#4395)

2003-10-02 Thread Achim Zeileis
On Thursday 02 October 2003 20:48, [EMAIL PROTECTED] wrote: > It is not really a bug but a strange choice. So why do you file it as a bug? > When the option freq=F > chosen, hist should plot relative frequency. It plots proportional > to relative frequency by the factor of bin width. Is there a