Quantcast

ncd4 package

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

ncd4 package

Jonsson
Hi
I am using windows. I cant install ncdf4 package but it didn't work . any suggestions!!
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re : ncd4 package

Pascal Oettli-2
Hi,

Package "ncdf4" is not available for Windows.

Regards,
Pascal



----- Mail original -----
De : Amen <[hidden email]>
À : [hidden email]
Cc :
Envoyé le : Vendredi 16 mars 2012 16h39
Objet : [R] ncd4 package

Hi
I am using windows. I cant install ncdf4 package but it didn't work . any
suggestions!!


--
View this message in context: http://r.789695.n4.nabble.com/ncd4-package-tp4477496p4477496.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
[hidden email] 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.


______________________________________________
[hidden email] 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.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: ncd4 package

sluedtke
In reply to this post by Jonsson
This one is for windows.

http://cran.r-project.org/web/packages/RNetCDF/index.html

but you need netcdf libraries and udunits libraries installed.

http://cran.r-project.org/web/packages/RNetCDF/INSTALL


Cheers

See the

On Fri, 2012-03-16 at 00:39 -0700, Amen wrote:

> Hi
> I am using windows. I cant install ncdf4 package but it didn't work . any
> suggestions!!
>
>
> --
> View this message in context: http://r.789695.n4.nabble.com/ncd4-package-tp4477496p4477496.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> [hidden email] 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.

        [[alternative HTML version deleted]]

______________________________________________
[hidden email] 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.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: ncd4 package

Jonsson
Thanks a lot
I installed it but the interface did not show up
I got this message
> Local ({pkg <- select.list (sort (. Packages (all.available = TRUE)), graphics = TRUE)
+ If (nchar (pkg)) library (pkg, character.only = TRUE)})
Notification message:
package 'RNetCDF has been compiled with version 2.14.2 R
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: ncd4 package

Jonsson
I got theses but no interface
> library(udunits2)
> library(ncdf)
> local({pkg <- select.list(sort(.packages(all.available = TRUE)),graphics=TRUE)
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
>
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: ncd4 package (really ncdf4)

Prof Brian Ripley
In reply to this post by sluedtke
On Fri, 16 Mar 2012, Stefan Luedtke wrote:

> This one is for windows.
>
> http://cran.r-project.org/web/packages/RNetCDF/index.html
>
> but you need netcdf libraries and udunits libraries installed.
>
> http://cran.r-project.org/web/packages/RNetCDF/INSTALL

Which are the non-Windows instructions.  On Windows the libraries are
statically linked into the binary package (and BTW, it is udunits2,
not udunits, these days).

ncdf4 is available for Windows from the author: see
http://cirrus.ucsd.edu/~pierce/ncdf/ . However, the author does not
make clear that is a non-standard 32-bit-only build.  The main reason
that there is no Windows binary on CRAN is the lack of 64-bit support.

And ncdf is also available for Windows.

>
>
> Cheers
>
> See the
>
> On Fri, 2012-03-16 at 00:39 -0700, Amen wrote:
>
>> Hi
>> I am using windows. I cant install ncdf4 package but it didn't work . any
>> suggestions!!


--
Brian D. Ripley,                  [hidden email]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
[hidden email] 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.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: ncd4 package (really ncdf4)

sluedtke
sorry, I did not know that, thanks!

On Fri, 2012-03-16 at 11:35 +0000, Prof Brian Ripley wrote:

> On Fri, 16 Mar 2012, Stefan Luedtke wrote:
>
> > This one is for windows.
> >
> > http://cran.r-project.org/web/packages/RNetCDF/index.html
> >
> > but you need netcdf libraries and udunits libraries installed.
> >
> > http://cran.r-project.org/web/packages/RNetCDF/INSTALL
>
> Which are the non-Windows instructions.  On Windows the libraries are
> statically linked into the binary package (and BTW, it is udunits2,
> not udunits, these days).
>
> ncdf4 is available for Windows from the author: see
> http://cirrus.ucsd.edu/~pierce/ncdf/ . However, the author does not
> make clear that is a non-standard 32-bit-only build.  The main reason
> that there is no Windows binary on CRAN is the lack of 64-bit support.
>
> And ncdf is also available for Windows.
>
> >
> >
> > Cheers
> >
> > See the
> >
> > On Fri, 2012-03-16 at 00:39 -0700, Amen wrote:
> >
> >> Hi
> >> I am using windows. I cant install ncdf4 package but it didn't work . any
> >> suggestions!!
>
>

        [[alternative HTML version deleted]]

______________________________________________
[hidden email] 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.
Loading...