Re: [Rd] Minimal DESCRIPTION file

2004-08-27 Thread David Brahm
ates. g.data_1.5.tar.gz is now available on CRAN. Maybe someday I'll do a major re-write to use lazy loading, but not today... -- -- David Brahm ([EMAIL PROTECTED]) __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Minimal DESCRIPTION file

2004-08-25 Thread David Brahm
validator, and if so, what are its requirements?) Bigger picture, will g.data be rendered obsolete by lazy loading? -- -- David Brahm ([EMAIL PROTECTED]) __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] as.matrix.data.frame() warning for POSIXt columns

2004-07-20 Thread David Brahm
atch to R-1.9.1/src/library/base/R/dataframe.R ought to do it: agate> diff dataframe.R dataframe.new.R 1044c1044 < any(cl == c("Date", "POSIXct", "POSIXlt" --- > any(cl %in% c("Date", "POSIXct", "POSIXlt&q

Re: [Rd] Maybe some bug on sapply and cbind (PR#5628)

2003-12-09 Thread brahm
month11 day 21 language R -- -- David Brahm ([EMAIL PROTECTED]) __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] proposal for "strict" versions of subsetting operators

2003-10-28 Thread David Brahm
ments specifying behavior lacks the conciseness and > visual scanability of code written using subsetting operators. At least the selective dropping option (point 3) could be incorporated under current syntax, fully backward compatible, similar to your version. -- -- David Brahm ([EMAIL PROTECTED]) __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Subsetted 1-D arrays (PR#4110)

2003-10-21 Thread David Brahm
d users may not associate new "tapply problems" with this news item. Also, *should* you be able to add a (4) array to a (1,4) array? -- -- David Brahm ([EMAIL PROTECTED]) __ [EMAIL PROTECTED] mailing list http

Re: [Rd] 1.8.0 on Unix: interrupting huge print()s ??

2003-10-13 Thread David Brahm
sed patch as of 10/13 (in the NEWS file); is one in the works? Thanks. -- -- David Brahm ([EMAIL PROTECTED]) __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Documentation of colSums et. al (PR#4154)

2003-09-15 Thread David Brahm
(6.1.2) documentation is also incorrect; it says "colMeans is a 2 dimensional array consisting of the means across the last 3 dimensions" but it's really across the first 3 dimensions. So why has this bug report ended up in the "trashcan"? --

[Rd] rowsum() may return a vector instead of a matrix (PR#3737)

2003-08-14 Thread brahm
ch Path: .GlobalEnv, package:misc, package:io, package:arrays, package:ls1, package:obsi, package:g.data, package:db, package:ts, package:ctest, Autoloads, package:base -- -- David Brahm ([EMAIL PROTECTED]) __ [E

Re: [Rd] rowsum() may return a vector instead of a matrix (PR#3737)

2003-08-14 Thread David Brahm
by this new behavior; xsum2 and xsum3 are (1xN) matrices. -- -- David Brahm ([EMAIL PROTECTED]) __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Recommended way to change defaultPackages under Windows

2003-07-30 Thread David Brahm
"defaultPackages") returns a one-component list, not a vector? -- -- David Brahm ([EMAIL PROTECTED]) __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Title obscured when using par(mfrow) (PR#3463)

2003-07-11 Thread brahm
is2.8 arch = sparc os = solaris2.8 system = sparc, solaris2.8 status = major = 1 minor = 7.1 year = 2003 month = 06 day = 16 language = R Search Path: .GlobalEnv, package:misc, package:io, package:arrays, package:ls1, package:obsi, package:g.data, package:db, packa

Re: [Rd] colSums etc. documentation (PR#2545)

2003-02-13 Thread David Brahm
viously produces `NA', so there's no need to document this explicitly. -- -- David Brahm ([EMAIL PROTECTED]) __ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-devel