Skip to content
Back to formatted view

Raw Message

Message-ID: <f64b9f4e-f122-2650-6207-9cf528d71aa3@gmail.com>
Date: 2019-01-23T17:20:20Z
From: Duncan Murdoch
Subject: Packages
In-Reply-To: <CAE9stmf-EdfehZxWRmXsk3TsbPxhYVYs5oYt6_YfXrX3c5QT7w@mail.gmail.com>

On 23/01/2019 12:13 p.m., AbouEl-Makarim Aboueissa wrote:
> Dear All:
> 
> After installing the packages "car" and "alr3", I got the following error
> messages:
> 
> 
>> library(car)
> Error in library(car) : there is no package called ?car?
> 
>> library(alr3)
> Error in library(alr3) : there is no package called ?alr3?
> 
> any helps would be appreciated.
> 

You need to show us the messages you received when you installed them. 
The usual cause of problems like this is that you don't have write 
permission on the default location, and R has chosen an alternate; then 
when you try to attach the packages, you haven't told R to look in the 
alternate location.

Duncan Murdoch