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