Dear Andrew,

From Windows, using Packages->Install packages from CRAN
will get the right version.


Following your advice, I did:

***************************************************************************************
> local({a <- CRAN.packages()
+ install.packages(select.list(a[,1],,TRUE), .libPaths()[1], available=a)})
trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/PACKAGES'
Content type `text/plain; charset=iso-8859-1' length 21691 bytes
opened URL
downloaded 21Kb

trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/aws_1.3-0.zip'
Content type `application/zip' length 205666 bytes
opened URL
downloaded 200Kb

package 'aws' successfully unpacked and MD5 sums checked

Delete downloaded files (y/N)? N
The packages are in C:\DOCUME~1\Florence\LOCALS~1\Temp\Rtmp21463\Rinstdir20885
updating HTML package descriptions
***************************************************************************************
and then I still have the same error:

> library(aws)
Error in firstlib(which.lib.loc, package) :
        couldn't find function "lazyLoad"
Error in library(aws) : .First.lib failed
> require(aws)
Loading required package: aws
Error in firstlib(which.lib.loc, package) :
        couldn't find function "lazyLoad"
[1] FALSE


I can't understand what's happening because this problem apart, all is OK with the R version I have, and with all other packages I installed the same way.


Do I have to install the latest R-version for the aws package ?

Any help appreciated,

Florence.



Dear Florence,

You may have downloaded the wrong version.
From Windows, using Packages->Install packages from CRAN
will get the right version.

Regards,

Andrew C. Ward,                [EMAIL PROTECTED]
Senior Analyst (Quantitative), Tel: +61 7 3864 0439
Queensland Studies Authority,  Fax: +61 7 3229 3318
295 Ann Street,
Brisbane Qld 4000, Australia



Le 10:28 AM 10/19/2004,Andrew Ward �crit:
Dear Florence,

You may have downloaded the wrong version.
From Windows, using Packages->Install packages from CRAN
will get the right version.

Regards,

Andrew C. Ward,                [EMAIL PROTECTED]
Senior Analyst (Quantitative), Tel: +61 7 3864 0439
Queensland Studies Authority,  Fax: +61 7 3229 3318
295 Ann Street,
Brisbane Qld 4000, Australia

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Florence Combes
Sent: Tuesday, 19 October 2004 6:10 PM
To: [EMAIL PROTECTED]
Subject: [R] pb with aws package


Dear all,

[I work with a Windows XP Prof. installation, and the 2.0.0 R version]

I need to use the aws package, but I have the following error message:


> require(aws) Loading required package: aws Error in firstlib(which.lib.loc, package) : couldn't find function "lazyLoad" [1] FALSE

I download the .zip file (for Windows) today on the CRAN site, so I think I
have an update version; does someone has already encountered this problem,
do I miss something ?

Thanks a lot for your help,

Florence.


[[alternative HTML version deleted]]

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This email (including any attached files) is for the intended
recipient(s) only. If you received this email by mistake, please,
as a courtesy, tell the sender, then delete this email.

The views and opinions are the originator's and do not necessarily
reflect those of the Queensland Studies Authority. All reasonable
precautions have been taken to ensure that this email contained no
viruses at the time it was sent.


______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to