Skip to content
Back to formatted view

Raw Message

Message-ID: <68b1e2610803281553x69df50d4w93631ee749b9bdf8@mail.gmail.com>
Date: 2008-03-28T22:53:54Z
From: Liviu Andronic
Subject: installing a new package
In-Reply-To: <1660.137.122.236.234.1206730370.squirrel@web16.uottawa.ca>

On Fri, Mar 28, 2008 at 7:52 PM,  <zmontaze at uottawa.ca> wrote:
>  * checking whether the package can be loaded ... ERROR
>  Error in library(HighProbability) :
>   'HighProbability' is not a valid package -- installed < 2.0.0?
>  Execution halted

Although it might be obvious, can you load this package manually, that
is running
library(HighProbability)
at the R prompt? And is this package a dependency of your own package?

Liviu