<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<tt><font size="+1">Asking it to install dependencies helped a bit, but
then I get this<br>
<br>
The downloaded packages are in<br>
/var/folders/Iz/Izj5LjjmFQi4z+DYYp7e7E+++TI/-Tmp-//RtmpHcPbPa/downloaded_packages<br>
Loading required package: MASS<br>
Loading required package: strucchange<br>
Loading required package: zoo<br>
Loading required package: sandwich<br>
Error: package 'sandwich' could not be loaded<br>
In addition: Warning message:<br>
In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc =
lib.loc) :<br>
there is no package called 'sandwich'<br>
Loading required package: strucchange<br>
Loading required package: sandwich<br>
Error: package 'sandwich' could not be loaded<br>
In addition: Warning message:<br>
In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc =
lib.loc) :<br>
there is no package called 'sandwich'<br>
> <br>
<br>
<br>
David<br>
<br>
<br>
</font></tt>
<pre class="moz-signature" cols="72">===============================================================
David Kaplan, Ph.D.
Professor
Department of Educational Psychology
University of Wisconsin - Madison
Educational Sciences, Room, 1061
1025 W. Johnson Street
Madison, WI 53706
email: <a class="moz-txt-link-abbreviated" href="mailto:dkaplan@education.wisc.edu">dkaplan@education.wisc.edu</a>
homepage:
<a class="moz-txt-link-freetext" href="http://www.education.wisc.edu/edpsych/facstaff/kaplan/kaplan.htm">http://www.education.wisc.edu/edpsych/facstaff/kaplan/kaplan.htm</a>
Phone: 608-262-0836
===============================================================
</pre>
<br>
<br>
Simon Urbanek wrote:
<blockquote
cite="mid:6D65E69F-B2AF-4ABC-B270-B5AC000DA28F@r-project.org"
type="cite">David,
<br>
<br>
On Dec 3, 2007, at 8:24 AM, David Kaplan wrote:
<br>
<br>
<blockquote type="cite">Hi all,
<br>
<br>
I'm trying to load the package vars for a time series analysis I'm
<br>
conducting. I'm getting the following message
<br>
<br>
<br>
The downloaded packages are in
<br>
<br>
/var/folders/Iz/Izj5LjjmFQi4z+DYYp7e7E+++TI/-Tmp-//RtmpBKmvco/downloaded_packages
<br>
Loading required package: MASS
<br>
Loading required package: strucchange
<br>
Loading required package: zoo
<br>
Error: package 'zoo' could not be loaded
<br>
In addition: Warning message:
<br>
In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc =
<br>
lib.loc) :
<br>
there is no package called 'zoo'
<br>
<blockquote type="cite"><br>
</blockquote>
<br>
When I go to the package manager and refresh, it appears but will not
<br>
allow me to check it off to load.
<br>
<br>
Any thoughts?
<br>
<br>
</blockquote>
<br>
It tells you that you don't have the required package 'zoo' - try
installing it, R is often right. (As a tip, it is usually a good idea
to let R install the dependencies when you install a package).
<br>
<br>
Cheers,
<br>
Simon
<br>
</blockquote>
</body>
</html>