[R] Windows Binary for ncdf package

2007-07-08 Thread amna khan
Dear Sir

There is no window binary version of package ncdf in the latest release of R
2.5.1. i dont have any information about the old versions.
Please guid in thie regard
Thank you


-- 
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
Email:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Windows Binary for ncdf package

2007-07-08 Thread Uwe Ligges


amna khan wrote:
 Dear Sir
 
 There is no window binary version of package ncdf in the latest release of R
 2.5.1. i dont have any information about the old versions.
 Please guid in thie regard
 Thank you


See the ReadMe in the CRAN repository. It tells you that ncdf does not 
build out of the box on Windows and is hence not available on CRAN. 
Nevertheless, Brian kindly provides the binary in his CRAN (extras) 
repository (URL http://www.stats.ox.ac.uk/pub/RWin). Just type
   install.packages(ncdf)
and it will be installed ...

Uwe Ligges

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Windows Binary for ncdf package

2007-07-08 Thread Stefan Grosse
 Original Message  
Subject: [R] Windows Binary for ncdf package
From: amna khan [EMAIL PROTECTED]
To: R-help@stat.math.ethz.ch, R-help@stat.math.ethz.ch
Date: 08.07.2007 19:52
 Dear Sir

 There is no window binary version of package ncdf in the latest release of R
 2.5.1. i dont have any information about the old versions.
 Please guid in thie regard
 Thank you


   
It is there!
install.packages(ncdf)

trying URL
'http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.5/ncdf_1.6.zip'
Content type 'application/zip' length 231140 bytes
opened URL
downloaded 225Kb

package 'ncdf' successfully unpacked and MD5 sums checked

Maybe you should try another mirror.

Stefan

 version
   _  
platform   i386-pc-mingw32
arch   i386   
os mingw32
system i386, mingw32  
status
major  2  
minor  5.1
year   2007   
month  06 
day27 
svn rev42083  
language   R  
version.string R version 2.5.1 (2007-06-27)
-=-=-
... Money: There's nothing in the world so demoralizing as money.
(Sophocles)

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.