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

2007-03-09 Thread Gregor Gorjanc
Kurt Hornik wrote: >> Kurt Hornik writes: >> Well, r-devel's src/scripts/INSTALL.in now has > >> if test -z "${lib}"; then >> lib=`echo "cat(.libPaths()[1])" | \ >> R_DEFAULT_PACKAGES=NULL "${R_EXE}" --no-save --slave` >> message "Installing to library '$lib'" > >> so we need to find

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

2007-03-05 Thread Kurt Hornik
> Kurt Hornik writes: > Gregor Gorjanc writes: >> 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 d

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

2007-03-05 Thread Kurt Hornik
> Gregor Gorjanc writes: > 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 whe

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] 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