On Tue, 4 Oct 2005, Deepayan Sarkar wrote:
> On Tuesday 04 October 2005 07:48, Prof Brian Ripley wrote:
>> Tony,
>>
>> The problem is specific to your example:
>>> install.packages("ash")
>>
>> ...
>>
>>> install.packages("ash", installWithVers=TRUE)
>>> library("ash", version="1.0-9")
>>> search(
On Tuesday 04 October 2005 07:48, Prof Brian Ripley wrote:
> Tony,
>
> The problem is specific to your example:
> > install.packages("ash")
>
> ...
>
> > install.packages("ash", installWithVers=TRUE)
> > library("ash", version="1.0-9")
> > search()
>
> [1] ".GlobalEnv""package:ash_1.0-9"
And wasn't to my last example. Since it probably is clear that I'm
retyping errors, there is a reason that I'm delaying on the next few.
On 10/4/05, Prof Brian Ripley <[EMAIL PROTECTED]> wrote:
> Tony,
>
> The problem is specific to your example:
>
> > install.packages("ash")
> ...
> > install.pa
Tony,
The problem is specific to your example:
> install.packages("ash")
...
> install.packages("ash", installWithVers=TRUE)
> library("ash", version="1.0-9")
> search()
[1] ".GlobalEnv""package:ash_1.0-9" "package:methods"
[4] "package:stats" "package:graphics" "package:grDevice
R-devel, SVN revision 35729 (this morning, euro-time)
So far, I'm having awful luck with the "installWithVers" flags.
Recent example:
I can install.packages("lattice", installWithVers=TRUE)
successfully (no errors, at least it looks like a successful install),
but can't load it:
Error in librar