Re: [Rd] Problem using callNextMethod() in S4

2007-03-04 Thread Martin Morgan
In this method... setMethod("initialize", "baseClass", function(.Object, ...) { print("---initialize:baseClass---") #.Object <- callNextMethod(); strg <- [EMAIL PROTECTED]; print(paste("base:strg = ", strg)) if (strg == "") { [EMAIL PROTECTED] <- as.character(getwd());

Re: [Rd] fortune() in .Rprofile conflicts with R CMD INSTALL

2007-03-04 Thread Gregor Gorjanc
Seth Falcon fhcrc.org> writes: > The quick fix for you is, I believe, > > if (interactive()) { > library(fortunes) > fortune() > detach("package:fortunes") > } > > Whether something could be changed so that R's output doesn't confuse > itself and gcc when doing R

Re: [Rd] Problem using callNextMethod() in S4

2007-03-04 Thread cstrato
Dear Seth Thank you for your comments. Please see my comments and at the end my corrected code and output. Sorrowly, the problem remains the same. Seth Falcon wrote: > cstrato <[EMAIL PROTECTED]> writes: > > >> Dear all, >> >> Maybe, I am doing something wrong, but using R-2.5.0 on my Intel-M

Re: [Rd] Problem using callNextMethod() in S4

2007-03-04 Thread Seth Falcon
cstrato <[EMAIL PROTECTED]> writes: > Dear all, > > Maybe, I am doing something wrong, but using R-2.5.0 on my Intel-Mac, I > have problems > using function callNextMethod() in method initialize. > > I am loading the following code as file "testS4.R": I don't think this is the code in the same s

[Rd] Problem using callNextMethod() in S4

2007-03-04 Thread cstrato
Dear all, Maybe, I am doing something wrong, but using R-2.5.0 on my Intel-Mac, I have problems using function callNextMethod() in method initialize. I am loading the following code as file "testS4.R": setClass("baseClass", representation(myname = "character", mydir = "cha

Re: [Rd] fortune() in .Rprofile conflicts with R CMD INSTALL

2007-03-04 Thread Seth Falcon
Gregor Gorjanc <[EMAIL PROTECTED]> writes: > Hello, > > This is about fortune package, but I think that might be related also to > base R, so I am sending to package maintainer and R-devel list. > > I have the following in my .Rprofile to break monotony of code writing > > library(utils) > library

[Rd] fortune() in .Rprofile conflicts with R CMD INSTALL

2007-03-04 Thread Gregor Gorjanc
Hello, This is about fortune package, but I think that might be related also to base R, so I am sending to package maintainer and R-devel list. I have the following in my .Rprofile to break monotony of code writing library(utils) library(fortunes) fortune() detach("package:fortunes") so I get a

Re: [Rd] Segmentation fault on bin/R --version in R-devel

2007-03-04 Thread Gregor Gorjanc
Simon Urbanek wrote: > Thanks, Gregor, it should be now fixed in the current R-devel. > > Cheers, > Simon Which I gladly confirm. Gregor __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel