Dirk Eddelbuettel wrote:
> Hi Claudio,
>
> On 25 February 2006 at 03:11, Claudio Fontana wrote:
> | Currently, your project does not support the DESTDIR variable in
> | generated Makefiles (marked as optional in the GNU coding policies, make and
> | automake manual).
> I'm confused. We've been m
I have a little problem about method dispatch and "unnessary" copying.
Basically what I would like to do is:
`[.myclass` <- function(x, i,j, extraopt=TRUE/FALSE, drop=TRUE) {
...do stuff depending on extraopt...
value <- Nextmethod("[", x, i,j, drop=TRUE)
... do more stuff depending on e
Double your money now
http://www.autumnfund.com/?own=neilgomes
e-gold account is required
Visit E-gold.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
On Wed, 23 Feb 2006, Peter Dalgaard wrote:
> "Gabor Grothendieck" <[EMAIL PROTECTED]> writes:
>
> > Try this:
> >
> > subset(iris, select = - Species)
>
> Or, canonically,
>
> nm <- names(iris)
> iris[, nm != "Species" ]
>
> iris[, -match("Species", nm)]
>
> >
> > On 2/22/06, [EMAIL PROTECTED] <[
One thing I notice is that after using subset() on a data frame
imported from SPSS, my variable.names attribute disappeared. I guess
what I would expect is for a subset() method always to preserve
everything but the omitted column.
Cheers
David
On 27/02/06, Bill Dunlap <[EMAIL PROTECTED]> wrote:
Full_Name: Manuel Morales
Version: 2.2.1
OS: Linux (Fedora Core 4)
Submission from: (NULL) (137.165.200.32)
I've noticed that using readline after an lme analysis results in a crash.
E.g.
library(nlme)
fm1 <- lme(distance ~ age, data = Orthodont)
Crashes after typing the "up arrow", sometimes wi
Bill Dunlap <[EMAIL PROTECTED]> writes:
> On Wed, 23 Feb 2006, Peter Dalgaard wrote:
>
> > "Gabor Grothendieck" <[EMAIL PROTECTED]> writes:
> >
> > > Try this:
> > >
> > > subset(iris, select = - Species)
> >
> > Or, canonically,
> >
> > nm <- names(iris)
> > iris[, nm != "Species" ]
> >
> > iri
Madams & Sirs,
I use write.table to write CSV files to generate reports for my colleagues to
open in their spreadsheet application of choice. I often append data of
dissimilar structure to the same file, i.e. a few summary lines and then
additional data of some number of columns.
Normally wr
You might also check out suppressWarnings, e.g.
suppressWarnings(write.table(...whatevever...))
On 2/27/06, Leif Kirschenbaum <[EMAIL PROTECTED]> wrote:
> Madams & Sirs,
> I use write.table to write CSV files to generate reports for my colleagues
> to open in their spreadsheet application of
Hi,
Has anyone come across this difficulty using R-2.2.1 in Windows XP:
when I try to run
R CMD SHLIB mycode.c
I get the response:
"The system cannot execute the specified program."
I've tried installing all windows updates, reinstalling R and putting
"R-2.2.1\bin" at the head of my path.
Go
Hello,
The diffs below are based on revision 37445 and show
some typo corrections for writeLines.Rd, readLines.Rd,
and data.matrix.Rd that I'd like to bring to the list's
attention.
Sincerely,
Stephen Weigand
Rochester, Minnesota, USA
--- ./src/library/base/man/writeLines.RdSun Feb 26
Fixed now, thanks.
BTW, supplying patches inline almost always does not work as lines get
wrapped, tabs converted A text attachment should be better.
On Mon, 27 Feb 2006, Stephen D. Weigand wrote:
> Hello,
>
> The diffs below are based on revision 37445 and show
> some typo corrections fo
We don't know from this what the `specified program' is, but it probably
means that a DLL cannot be found on your path.
It is probable that your PATH is set up incorrectly, so please check with
the R-admin manual extremely carefully. In particular, that you really do
have a complete unpacked t
13 matches
Mail list logo